Aspect Ratio Calculator

Calculate aspect ratios, find missing image or video dimensions, and verify proportions for common formats like 16:9, 4:3, and 1:1.

Summary:An aspect ratio calculator determines proportional width and height dimensions for photography, video displays, and responsive web layouts, maintaining exact visual scaling without stretching or distortion.
Quick Preset Selection
Original Dimensions (Required)
Target Dimensions (Optional)
Original Dimensions
16:9

Embed this Tool on Your Website

Copy this code snippet to add the Aspect Ratio Calculator to your blog or website for free. It adjusts dynamically to mobile and desktop screens.

Share This Tool

How to Use Aspect Ratio Calculator

Our Aspect Ratio Calculator is a free utility: 1. Enter original width and height to see the simplified ratio. 2. Optionally enter target dimensions to check if proportions match. 3. Use the Missing Dimension tab to find an unknown width or height from a ratio. 4. Browse preset ratios for YouTube (16:9), Instagram (1:1, 4:5), and ultrawide (21:9).

Aspect Ratio Calculator Formula / How It Works

The calculator finds the Greatest Common Divisor (GCD) of the two input values using the Euclidean algorithm and divides both by it to produce the simplest whole-number ratio. Missing dimensions are found by multiplying the known dimension by the inverse ratio.

Formula:Ratio = Width:Height simplified by GCD; Missing Dimension = Known × (ratio side / other ratio side); Scale Factor = Target / Original
Example Calculation:

For example, entering 1920 × 1080 produces a ratio of 16:9. Entering a target of 1280 × 720 confirms the proportions match at 16:9 with a scale factor of 0.67×.

Frequently Asked Questions

An aspect ratio is the proportional relationship between a rectangle's width and height, expressed as width:height (e.g., 16:9, 4:3). It matters for video production, web design, and photography because it determines how content is displayed on different screens without distortion.

Enter the original width and height, then enter either the new width or new height. The calculator automatically computes the missing dimension to preserve the original ratio. New width = original width × (new height / original height).

16:9 is the standard for HD/4K video, YouTube, and most modern monitors. 4:3 is the legacy TV format. 1:1 is used for Instagram posts. 9:16 is portrait video for mobile (Reels, TikTok, Shorts). 21:9 is used for ultrawide cinema and monitors.

Yes. Enter your base dimensions (e.g., 1920 × 1080) and calculate proportional sizes for smaller breakpoints. This is useful for maintaining consistent media sizing across different viewport widths.

No. All calculations run locally in your browser. No data is transmitted to any server or stored anywhere.