Aspect Ratio Calculator (16:9, 4:3, etc.)

Calculate proportional dimensions for any aspect ratio.

100% Free · No Sign-up · Runs in Your Browser

Calculate dimension from ratio

1080px
Matching height

Find ratio from dimensions

16:9
Simplified ratio

About the Aspect Ratio Calculator (16:9, 4:3, etc.)

Maintaining the correct aspect ratio when resizing an image, video, or design element is essential to avoid unwanted stretching or distortion, but calculating the exact proportional dimension by hand involves cross-multiplication that's easy to get wrong under time pressure. This calculator instantly computes a missing width or height to match any target aspect ratio, or determines the simplified ratio from any two dimensions.

This tool is useful for video editors and content creators setting up projects in standard ratios like 16:9 or 9:16, designers resizing images while maintaining proportions, and developers calculating responsive container dimensions that need to match a specific aspect ratio.

To use it, either select a common preset ratio (16:9, 4:3, 1:1, 3:2, 21:9) or enter a custom ratio, then enter a known width or height — the calculator instantly computes the matching proportional dimension. Alternatively, enter any two known dimensions to calculate and simplify their actual aspect ratio.

For example, if you know you need a 16:9 video frame that's 1920px wide, the calculator instantly shows the correct height is 1080px, maintaining the standard widescreen ratio used for most modern video content — critical for avoiding a stretched or letterboxed result when the video is later displayed or exported at a specific resolution.

A common mistake is manually resizing an image or video frame by eye or with rough estimates rather than calculating exact proportional dimensions, which frequently results in subtle stretching that's noticeable to viewers even if it's hard to immediately identify why something "looks off." Another frequent use case is figuring out the actual simplified ratio of an unfamiliar resolution — entering 2560×1440 into the reverse calculator instantly reveals it simplifies to a 16:9 ratio, the same widescreen standard as 1920×1080, just at a higher resolution.

Tip: when designing responsive web layouts that need to maintain a specific aspect ratio (like a 16:9 video embed container), use the calculated ratio with the modern CSS aspect-ratio property (aspect-ratio: 16 / 9) rather than older padding-percentage hacks, which achieves the same proportional constraint with far simpler, more readable CSS.

Frequently Asked Questions

Q.How do I find the height if I only know the width and desired ratio?

Select or enter your target ratio, input the known width, and the calculator instantly computes the exact matching height.

Q.Can I find the aspect ratio of dimensions I already have?

Yes, enter both width and height into the reverse calculator to get the simplified ratio, like discovering 2560×1440 simplifies to 16:9.

Q.What are the most common aspect ratios?

16:9 (widescreen video), 4:3 (older TV/photo format), 1:1 (square, common on social media), 9:16 (vertical/story format), and 21:9 (ultra-wide cinematic).

Q.Why does maintaining aspect ratio matter?

Resizing without maintaining the original ratio stretches or squashes the content, which is usually visually noticeable and unprofessional-looking.

Q.Can I use the result directly in CSS?

Yes, use the calculated ratio with the modern CSS aspect-ratio property for a clean, simple way to enforce proportions in responsive layouts.

Related Tools