This aspect ratio calculator lets you simplify a width-to-height ratio to its lowest terms, scale a set of dimensions to a new size while maintaining the same ratio, and find a missing width or height when you know the other dimension and the original ratio. Aspect ratio describes the proportional relationship between the width and height of any rectangle, expressed as two integers separated by a colon. The same 16:9 ratio applies to a 1920x1080 Full HD screen and a 3840x2160 4K screen; only the physical size changes. Knowing the simplified ratio lets you quickly check whether two different resolutions share the same proportions. Designers, developers, and video editors frequently need to scale an image or video from one resolution to another without distortion, which requires maintaining the original aspect ratio exactly. You enter the original width and height of your image, video, or container, and the calculator shows the simplified ratio. You can then enter a target width to find the matching height, or a target height to find the matching width. The scaling calculation multiplies the new dimension by the ratio of the original opposite dimension over the original same dimension. The simplification works by dividing both width and height by their greatest common divisor (GCD), which is found using the Euclidean algorithm. Values are rounded to the nearest whole pixel. This tool suits web developers setting responsive image dimensions, video producers exporting at different resolutions, graphic designers creating print and screen artwork, and photographers cropping images to specific formats.
The simplified ratio is found by dividing both the original width and height by their greatest common divisor (GCD), computed using the Euclidean algorithm: GCD(a, b) = GCD(b, a mod b) until b reaches zero, at which point GCD is a. The decimal ratio is the original width divided by the original height. If you supply a new width, the scaled height is: round(new width times original height divided by original width). If you supply a new height, the scaled width is: round(new height times original width divided by original height). If both are supplied, the new width takes priority.
Original dimensions are 1920x1080. GCD(1920, 1080) = 120. Dividing both by 120 gives 16:9. The decimal ratio is 1920 divided by 1080 = 1.7778. Scaling to a new width of 1280: 1280 times 1080 divided by 1920 = 720 px. These match the default values pre-filled in the calculator above.
If you've found a bug, or would like to contact us, or learn more about James Graham and Calculate.co.nz.
Calculate.co.nz is partnered with Interest.co.nz for New Zealand's highest quality calculators and financial analysis.
Calculate.co.nz is the sister site of CalculatorHub.com, the world's largest calculator website by tool count.
All calculators and tools are provided for educational and indicative purposes only and do not constitute financial advice.
Calculate.co.nz is proudly part of the Realtor.co.nz group, New Zealand's leading property transaction literacy platform, helping Kiwis understand the home buying and selling process from start to finish. Whether you're a first home buyer navigating your first property purchase, an investor evaluating your next acquisition, or a homeowner planning to sell, Realtor.co.nz provides clear, independent, and trustworthy guidance on every step of the New Zealand property transaction journey.
Calculate.co.nz is also partnered with Health Based Building and Premium Homes to promote informed choices that lead to better long-term outcomes for Kiwi households.
Calculate.co.nz is hosted in Auckland by SiteHost New Zealand.
All content on this website, including calculators, tools, source code, and design, is protected under the Copyright Act 1994 (New Zealand). No part of this site may be reproduced, copied, distributed, stored, or used in any form without prior written permission from the owner.
About & trust: Why Calculate is NZ's most comprehensive · By the Numbers · How we compare · Editorial standards · How we keep data current · NZ finance glossary · Research & data · Financial literacy NZ · About · Privacy policy · Terms of use
Reviewed and maintained. Last reviewed 2026-07-27 and checked on a twice-monthly cycle against IRD, RBNZ and Stats NZ. How we keep data current.
© 2026 Calculate.co.nz. All rights reserved. Building free NZ calculators since 2011.