How to Use the Aspect Ratio Calculator
This tool offers two modes. In the first card, enter a width and height in pixels and the calculator instantly shows the simplified aspect ratio (for example, 1920 × 1080 gives 16:9). In the second card, enter a new width along with the desired aspect ratio, and the calculator returns the corresponding height that maintains those proportions. Both cards update in real time as you type.
Aspect ratios are essential for anyone working with images, video, or responsive design. Photographers crop images to match print sizes. Video editors export footage in the correct ratio for YouTube, Instagram, or cinema. Web developers set container dimensions that scale without distortion. Getting the ratio right from the start prevents letterboxing, cropping surprises, and stretched visuals.
Common Aspect Ratios Explained
The most prevalent aspect ratio today is 16:9, used by virtually all widescreen monitors, TVs, and YouTube videos. The older 4:3 ratio was the standard for CRT televisions and is still used by some tablets. 21:9 is the ultrawide cinema format popular with gaming monitors. 1:1 is a perfect square, widely used on Instagram. Vertical video for TikTok and Reels uses 9:16, and many DSLR cameras shoot in 3:2, matching the dimensions of 35mm film.
Calculating the Ratio
To find the aspect ratio of any rectangle, divide both the width and height by their greatest common divisor (GCD). For a 2560 × 1440 monitor: GCD(2560, 1440) = 160, so the ratio is 2560/160 : 1440/160 = 16:9. If the GCD does not produce a clean integer ratio, the tool still shows the simplified form, and you can use the decimal equivalent (width / height) for calculations.
Resizing Without Distortion
To resize an image proportionally, you only need to change one dimension and let the aspect ratio determine the other. The formula is new height = new width × (ratio height / ratio width). For example, to create an 800px-wide thumbnail in 16:9: 800 × 9 / 16 = 450px tall. This approach keeps every element in the image at the correct proportions, avoiding the stretched or squished look that comes from resizing both dimensions independently.
Frequently Asked Questions
What is an aspect ratio?
An aspect ratio is the proportional relationship between the width and height of a rectangle, expressed as two numbers separated by a colon (e.g., 16:9). It describes the shape of screens, images, and video frames.
How do you calculate aspect ratio from dimensions?
Divide both the width and height by their greatest common divisor (GCD). For example, a 1920 × 1080 image: GCD is 120, so the ratio is 16:9. Alternatively, divide width by height to get the decimal ratio (1920 / 1080 = 1.778).
What are common aspect ratios?
Common aspect ratios include 16:9 (widescreen TVs, YouTube), 4:3 (traditional TV, iPad), 21:9 (ultrawide monitors), 1:1 (square, Instagram posts), 3:2 (35mm film, many digital cameras), and 9:16 (vertical video, TikTok, Reels).
How do you resize while keeping the aspect ratio?
Multiply or divide both dimensions by the same factor. If you know the new width, calculate the new height as: new height = new width × (original height / original width). This keeps the aspect ratio intact and prevents distortion.
Why does aspect ratio matter for video and images?
Using the wrong aspect ratio causes stretching, squashing, or black bars (letterboxing/pillarboxing). Matching the aspect ratio to the display ensures content fills the screen correctly without distortion.
Save your results & get weekly tips
Get calculator tips, formula guides, and financial insights delivered weekly. Join 10,000+ readers.
No spam. Unsubscribe anytime.