Shades of Carmine #AA021A
Tints of Carmine #AA021A
RGB
CMYK
RGB Variations
Color information
#AA021A (or 0xAA021A) is known color: Carmine. HEX triplet: AA, 02 and 1A. RGB value is (170,2,26). Sum of RGB (Red+Green+Blue) = 170+2+26=198 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.86% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 170 - color contains mainly: red. Hex color #AA021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA021A is #55FDE5. Grayscale: #373737. Windows color (decimal): -5635558 or 1704618. OLE color: 1704618.
HSL color Cylindrical-coordinate representation of color #AA021A: hue angle of 351.43º 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 #AA021A is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 26 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.33 |
| HSL | 351.43º | 0.98% | 0.34% | - |
| HSV(B) | 351.43º | 0.99% | 0.67% | - |
| XYZ | 16.79 | 8.66 | 1.76 | - |
| YUV | 54.97 | 111.66 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 26 | 0 | 0.99 | 0.85 | 0.33 | 351.43 | 0.98 | 0.34 |
| Hex | AA | 2 | 1A | 0 | 63 | 55 | 21 | 15F | 62 | 22 |
| Octal | 252 | 2 | 32 | 0 | 143 | 125 | 41 | 537 | 142 | 42 |
| Binary | 10101010 | 10 | 11010 | 0 | 1100011 | 1010101 | 100001 | 101011111 | 1100010 | 100010 |
Color Harmonies of #AA021A
Complementary color
Monochromatic Colors of #AA021A
Black with #AA021A
Text Example
Text Example
White with #AA021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA021A; }
p { color: rgb(170,2,26); }
H1.HeaderClassName
{
color: #AA021A;
}
.AnyTagClassName
{
color: #AA021A;
}
</style>
background-color css
<style>
a { background-color: #AA021A; }
a { background-color: rgb(170,2,26); }
div.DivClassName
{
background-color: #AA021A;
}
.BgClassName
{
background-color: #AA021A;
}
</style>
border-color css
<style>
span { border-color: #AA021A; }
span { border-color: rgb(170,2,26); }
td.TdClassName
{
border-color: #AA021A;
}
.TagClassName
{
border-color: #AA021A;
}
</style>