Shades of Carmine #AA021D
Tints of Carmine #AA021D
RGB
CMYK
RGB Variations
Color information
#AA021D (or 0xAA021D) is known color: Carmine. HEX triplet: AA, 02 and 1D. RGB value is (170,2,29). Sum of RGB (Red+Green+Blue) = 170+2+29=201 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.58% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 170 - color contains mainly: red. Hex color #AA021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA021D is #55FDE2. Grayscale: #373737. Windows color (decimal): -5635555 or 1901226. OLE color: 1901226.
HSL color Cylindrical-coordinate representation of color #AA021D: hue angle of 350.36º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA021D is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 29 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.33 |
| HSL | 350.36º | 0.98% | 0.34% | - |
| HSV(B) | 350.36º | 0.99% | 0.67% | - |
| XYZ | 16.82 | 8.68 | 1.95 | - |
| YUV | 55.31 | 113.16 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 29 | 0 | 0.99 | 0.83 | 0.33 | 350.36 | 0.98 | 0.34 |
| Hex | AA | 2 | 1D | 0 | 63 | 53 | 21 | 15E | 62 | 22 |
| Octal | 252 | 2 | 35 | 0 | 143 | 123 | 41 | 536 | 142 | 42 |
| Binary | 10101010 | 10 | 11101 | 0 | 1100011 | 1010011 | 100001 | 101011110 | 1100010 | 100010 |
Color Harmonies of #AA021D
Complementary color
Monochromatic Colors of #AA021D
Black with #AA021D
Text Example
Text Example
White with #AA021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA021D; }
p { color: rgb(170,2,29); }
H1.HeaderClassName
{
color: #AA021D;
}
.AnyTagClassName
{
color: #AA021D;
}
</style>
background-color css
<style>
a { background-color: #AA021D; }
a { background-color: rgb(170,2,29); }
div.DivClassName
{
background-color: #AA021D;
}
.BgClassName
{
background-color: #AA021D;
}
</style>
border-color css
<style>
span { border-color: #AA021D; }
span { border-color: rgb(170,2,29); }
td.TdClassName
{
border-color: #AA021D;
}
.TagClassName
{
border-color: #AA021D;
}
</style>