Aspect Ratio Calculator
Calculate aspect ratios or find missing dimensions for responsive imagery
Safe conversion with no data sent to server
Last updated: March 2026
Ratio Results
aspect-ratio: 16 / 9;3840Γ2160
1600Γ1200
500Γ500
Vertical Video
What is Aspect Ratio?
The aspect ratio of an image or video describes the proportional relationship between its width and its height. It is commonly written as two numbers separated by a colon, as in 16:9. It is crucial for preventing image stretching across different devices.
Common Aspect Ratios for Video and Photography
16:9 is the standard widescreen dimension for YouTube, TVs, and monitors.
9:16 is increasingly popular for vertical social media (TikTok, Instagram Reels).
1:1 is the classic Instagram square grid.
4:3 is traditional standard definition television.
3:2 is standard for 35mm photography sensors.
CSS Aspect Ratio Property
In modern web design, you no longer need the "padding bottom hack" to maintain proportions! You can applyaspect-ratio: 16/9; directly to elements like iframe or div. Our calculator provides code snippets you can copy!
Related Design Tools Tools
HEX to RGB Converter
Instantly convert HEX color codes to RGB format for CSS
RGB to HEX Converter
Instantly convert RGB color values back to HEX format
HEX to Tailwind Color
Find the closest standard Tailwind CSS color corresponding to a HEX value
PX to REM Converter
Calculate REM values from pixels based on your root font size