Aspect Ratio Calculator

Enter dimensions and click Calculate.

Aspect Ratio Calculator
Results

Enter dimensions and click Calculate.

How Does the Formula Work?

The aspect ratio calculator works in four modes: simplify any pixel dimensions to their ratio (1920×1080 → 16:9), find a missing width from a ratio and height, find a missing height from a ratio and width, or scale dimensions proportionally by entering a new width or height. Aspect ratio is the proportional relationship between width and height — it determines the shape of screens, images, videos, and print layouts. Getting it wrong causes stretched, squashed, or cropped content. This calculator uses GCD (Greatest Common Divisor) for exact ratio simplification, ensuring mathematically precise results for any resolution.

Ratio = W:H simplified by GCD(W,H)
Example: GCD(1920,1080) = 120 → 1920÷120 : 1080÷120 = 16:9
Find Width: W = H × (RatioW ÷ RatioH)
Find Height: H = W × (RatioH ÷ RatioW)
Scale: New_H = Orig_H × (New_W ÷ Orig_W)
Decimal ratio = W ÷ H (16:9 = 1.7778)

Common Aspect Ratios

The 16:9 ratio dominates modern screens — all HD (1280×720), Full HD (1920×1080), QHD (2560×1440), 4K (3840×2160), and 8K (7680×4320) displays use 16:9. The 4:3 ratio was the standard for CRT monitors and older TVs — still used in iPads and some presentation projectors. The 1:1 square ratio is the classic Instagram format. The 9:16 vertical ratio is used by TikTok, Instagram Stories, and YouTube Shorts. Ultrawide monitors use 21:9 (technically 64:27 for 2560×1080). Cinema uses wider ratios: 1.85:1 (flat widescreen) and 2.39:1 (anamorphic/CinemaScope). The 3:2 ratio is used by many digital cameras and the Microsoft Surface. The 16:10 ratio provides slightly more vertical space for productivity (MacBook displays). Understanding these ratios helps you prepare content correctly for any platform or device.

Image Resizing Without Distortion

When resizing images, maintaining the aspect ratio is critical — otherwise the image appears stretched horizontally or vertically. This calculator's scale mode solves the most common resizing problem: "I need this 1920×1080 image at 800 pixels wide — what should the height be?" Enter the original dimensions, enter the new width (800), and get the proportional height (450). Professional image editors (Photoshop, GIMP, Affinity Photo) have lock-aspect-ratio buttons, but you need to know the target dimensions before opening the editor. Social media platforms automatically crop images that do not match their expected ratios — uploading a 4:3 image to a 16:9 header slot loses significant content from the top and bottom.

Video Production

Video aspect ratios directly affect how content is consumed. YouTube defaults to 16:9 — uploading 4:3 content results in black pillar bars on the sides. TikTok and Instagram Reels require 9:16 vertical video — horizontal footage must be cropped or padded with blur effects. Cinema productions shot in 2.39:1 display with letterbox bars (black bars top and bottom) on 16:9 TVs. When editing video in Premiere Pro, DaVinci Resolve, or Final Cut Pro, the sequence settings must match your target aspect ratio from the start. Changing aspect ratio mid-project causes either cropping or black bars. This calculator helps producers determine frame dimensions for any target ratio at their desired resolution.

Web Design and CSS

Modern CSS provides the aspect-ratio property to maintain proportions in responsive layouts: element with aspect-ratio of 16/9 automatically adjusts height when width changes. Before this property, designers used the padding-bottom percentage hack (padding-bottom: 56.25% for 16:9 because 9÷16 = 0.5625). Hero images, video embeds, card thumbnails, and product images all need consistent aspect ratios across breakpoints. This calculator helps designers determine the correct ratios and padding values for their layouts.

Photography and Print

Camera sensors produce images at fixed aspect ratios. Full-frame and APS-C sensors shoot 3:2 (e.g., 6000×4000). Micro Four Thirds sensors shoot 4:3 (e.g., 5184×3888). Medium format sensors shoot 4:3 or 3:2 depending on the model. When printing, standard print sizes do not always match sensor ratios: a 3:2 camera image printed at 8×10 (4:5 ratio) requires cropping — you lose content from the sides. An 11×14 print (close to 3:2 at 11×14.67) is a much better match. This calculator shows you exactly what ratio your camera produces and which print sizes match without cropping, helping you plan compositions with print in mind.

Scaling for Multiple Platforms

Content creators routinely need the same image or video in multiple aspect ratios: 16:9 for YouTube thumbnail, 1:1 for Instagram feed, 9:16 for Stories, 4:5 for Instagram carousel, 2:1 for Twitter header, 1200×628 for Facebook link preview. Each requires different cropping and composition. The scale mode of this calculator lets you quickly determine exact pixel dimensions for any target ratio at your desired resolution, ensuring every platform gets properly formatted content without guesswork or trial-and-error exports.

Aspect ratio is one of those deceptively simple concepts that affects everything in visual media — from the shape of your TV to the composition of your photographs to the layout of your website. Understanding and correctly applying aspect ratios prevents the frustrating problems of stretched images, cropped content, and black bars that plague amateur content creators. This calculator handles all four common operations — simplification, dimension finding, and proportional scaling — making it an essential daily tool for designers, developers, photographers, video editors, and social media managers who work with visual content across multiple platforms and formats.

Device Screen Ratios

Modern devices use diverse aspect ratios that complicate responsive design. Laptops range from 16:9 (most common) to 16:10 (MacBook) to 3:2 (Surface). Tablets use 4:3 (iPad) or 16:10 (Android). Smartphones have moved to taller ratios — 19.5:9 (iPhone), 20:9 (Samsung), even 21:9 (Sony Xperia). Foldable phones add another layer with different ratios for folded and unfolded states. Understanding these ratios is essential for responsive web design — a layout that looks perfect at 16:9 may break at 4:3 or 20:9. This calculator helps developers determine how content will appear across different screen ratios.

Tips & Recommendations

16:9 = Universal

HD, Full HD, 4K, 8K — all 16:9.

Lock Ratio

Always lock aspect ratio when resizing to prevent distortion.

9:16 = Mobile

TikTok, Stories, Reels, Shorts — all 9:16 vertical.

GCD = Simplify

GCD(1920,1080)=120 → 1920÷120:1080÷120 = 16:9

Frequently Asked Questions

What is 1920×1080?

16:9 — the universal HD standard.

What ratio is Instagram?

1:1 (feed square), 4:5 (carousel), 9:16 (Stories/Reels).

How to resize without distortion?

Use the Scale mode. Enter original dimensions + new width or height → get proportional result.

What is 4K ratio?

16:9. 4K = 3840×2160 pixels.

How to find GCD?

Euclidean algorithm: repeatedly divide larger by smaller until remainder is 0.

Recent Calculations

No calculations yet

Last updated: April 30, 2026