Shades of Carmine #AA021E
Tints of Carmine #AA021E
RGB
CMYK
RGB Variations
Color information
#AA021E (or 0xAA021E) is known color: Carmine. HEX triplet: AA, 02 and 1E. RGB value is (170,2,30). Sum of RGB (Red+Green+Blue) = 170+2+30=202 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.16% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 170 - color contains mainly: red. Hex color #AA021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA021E is #55FDE1. Grayscale: #373737. Windows color (decimal): -5635554 or 1966762. OLE color: 1966762.
HSL color Cylindrical-coordinate representation of color #AA021E: hue angle of 350º 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 #AA021E is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 30 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.33 |
| HSL | 350º | 0.98% | 0.34% | - |
| HSV(B) | 350º | 0.99% | 0.67% | - |
| XYZ | 16.83 | 8.68 | 2.02 | - |
| YUV | 55.42 | 113.66 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 30 | 0 | 0.99 | 0.82 | 0.33 | 350 | 0.98 | 0.34 |
| Hex | AA | 2 | 1E | 0 | 63 | 52 | 21 | 15E | 62 | 22 |
| Octal | 252 | 2 | 36 | 0 | 143 | 122 | 41 | 536 | 142 | 42 |
| Binary | 10101010 | 10 | 11110 | 0 | 1100011 | 1010010 | 100001 | 101011110 | 1100010 | 100010 |
Color Harmonies of #AA021E
Complementary color
Monochromatic Colors of #AA021E
Black with #AA021E
Text Example
Text Example
White with #AA021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA021E; }
p { color: rgb(170,2,30); }
H1.HeaderClassName
{
color: #AA021E;
}
.AnyTagClassName
{
color: #AA021E;
}
</style>
background-color css
<style>
a { background-color: #AA021E; }
a { background-color: rgb(170,2,30); }
div.DivClassName
{
background-color: #AA021E;
}
.BgClassName
{
background-color: #AA021E;
}
</style>
border-color css
<style>
span { border-color: #AA021E; }
span { border-color: rgb(170,2,30); }
td.TdClassName
{
border-color: #AA021E;
}
.TagClassName
{
border-color: #AA021E;
}
</style>