rgb(170, 32, 27)
- In a RGB color space, hex #aa201b color is composed of 67% red, 13% green, and 11% blue.
- In a CMYK color space, it is consist of 0% cyan, 81% magenta, 84% yellow and 33% black.
- In web design, the web safe color for #aa201b is #990000. The complementary color of #aa201b is #1ba4a9.
#aa201b Color Conversion
Hex Color #aa201b RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #aa201b
-
#aa201b
#aa201b
-
#1ba4a9
#1ba4a9
-
#d5908e
#d5908e
-
#8ed2d4
#8ed2d4
-
#7f1814
#7f1814
-
#147b7e
#147b7e
-
#9f6c6a
#9f6c6a
-
#6a9d9f
#6a9d9f
Two colors (#aa201b,#1ba4a9) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#aa201b
#aa201b
-
#d5908e
#d5908e
-
#55100e
#55100e
-
#e9c7c6
#e9c7c6
-
#7f1814
#7f1814
-
#9f6c6a
#9f6c6a
-
#3f0c0a
#3f0c0a
-
#ae9594
#ae9594
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #aa201b
-
#aa201b
#aa201b
-
#991D18
#991D18
-
#881A16
#881A16
-
#771613
#771613
-
#661310
#661310
-
#55100E
#55100E
-
#440D0B
#440D0B
-
#330A08
#330A08
-
#220605
#220605
-
#110303
#110303
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#aa201b
#aa201b
-
#B33632
#B33632
-
#BB4D49
#BB4D49
-
#C4635F
#C4635F
-
#CC7976
#CC7976
-
#D5908D
#D5908D
-
#DDA6A4
#DDA6A4
-
#E6BCBB
#E6BCBB
-
#EED2D1
#EED2D1
-
#F7E9E8
#F7E9E8
-
#FCF8F8
#FCF8F8
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#aa201b Color Preview on Black Background
#aa201b Color Preview on White Background
<span style="color:#aa201b;">Text here</span>
#aa201b Background Color
#aa201b Background Color
<p style="background-color:#aa201b;">Text here</p>
#aa201b Border Color
<div style="border:1px solid #aa201b;">Text here</div>
<style>.text {color:#aa201b;}
.background {background-color:#aa201b;}
.border {border:1px solid #aa201b;}</style>