In a RGB color space, #aa0000 hex color (also known as Heartbeat) is composed of 66.7% red, 0% green and 0% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 100% magenta, 100% yellow and 33.3% black. It has a hue angle of 0 degrees, a saturation of 100% and a lightness of 33.3%. #aa0000 color hex could be obtained by blending #ff0000 with #550000. Closest websafe color is: #990000.
The hexadecimal color #aa0000 has RGB values of R:170, G:0, B:0 and CMYK values of C:0, M:1, Y:1, K:0.33. Its decimal value is 11141120.
Hex triplet | aa0000 | #aa0000 |
RGB Decimal | 170, 0, 0 | rgb(170,0,0) |
RGB Percent | 66.7, 0, 0 | rgb(66.7%,0%,0%) |
CMYK | 0, 100, 100, 33.3 | |
HSL | 0°, 100, 33.3 | hsl(0,100%,33.3%) |
HSV(HSB) | 0°, 100, 66.7 | |
Web Safe | 990000 | #900 |
XYZ | 16.578, 8.546, 0.776 |
xyY | 0.64, 0.33, 8.546 |
CIE-LAB | 35.095, 59.122, 49.412 |
CIE-LCH | 35.095, 77.052, 39.888 |
CIE-LUV | 35.095, 115.408, 24.888 |
Hunter-Lab | 29.234, 50.063, 18.89 |
Binary | 10101010, 00000000, 00000000 |
Below, you can see some colors close to #aa0000. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #aa0000.
<span style="color:#aa0000">Text here</span>
This paragraph has a background color of #aa0000.
<p style="background-color:#aa0000;">Content here</p>
This element has a border color of #aa0000.
<div style="border:1px #aa0000;">Content here</div>
.text {color:#aa0000;}
.background {background-color:#aa0000;}
.border {border:1px solid #aa0000;}
.text-shadow {border:1px solid #aa0000;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #ffeaea is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #555555 is the less saturated color, while #a30707 is the most saturated one.