Aspect Ratio Calculator
Calculate a simplified aspect ratio from a width and height in your browser — enter dimensions like 1920 by 1080 and get the simplified ratio (16:9), computed using the greatest common divisor rather than a rounded approximation.
How to use it
- Enter the original width and height
- Read the simplified aspect ratio (for example 16:9)
- Enter a new width or height to calculate the matching proportional dimension
- Copy the calculated value with one click
You can also calculate a proportional new width or height: enter an original width and height, then a new width to get the matching height (or a new height to get the matching width), keeping the same proportions. It is handy when resizing an image or video frame by hand, checking what aspect ratio a resolution corresponds to, or working out a proportional crop size before using it in an editor. Everything is calculated locally in your browser, so no dimension you enter is ever sent to a server or stored anywhere.
FAQ
Using the greatest common divisor of the width and height, never a rounded approximation.
Zero, negative, or non-numeric values for width or height.
No, everything is calculated locally in your browser.