Shades of Carmine #AA0921
Tints of Carmine #AA0921
RGB
CMYK
RGB Variations
Color information
#AA0921 (or 0xAA0921) is known color: Carmine. HEX triplet: AA, 09 and 21. RGB value is (170,9,33). Sum of RGB (Red+Green+Blue) = 170+9+33=212 (28% of max value = 765). Red value is 170 (66.80% from 255 or 80.19% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0921 is #55F6DE. Grayscale: #3B3B3B. Windows color (decimal): -5633759 or 2165162. OLE color: 2165162.
HSL color Cylindrical-coordinate representation of color #AA0921: hue angle of 351.06º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0921 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 33 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.33 |
| HSL | 351.06º | 0.9% | 0.35% | - |
| HSV(B) | 351.06º | 0.95% | 0.67% | - |
| XYZ | 16.95 | 8.85 | 2.25 | - |
| YUV | 59.88 | 112.84 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 33 | 0 | 0.95 | 0.81 | 0.33 | 351.06 | 0.9 | 0.35 |
| Hex | AA | 9 | 21 | 0 | 5F | 51 | 21 | 15F | 5A | 23 |
| Octal | 252 | 11 | 41 | 0 | 137 | 121 | 41 | 537 | 132 | 43 |
| Binary | 10101010 | 1001 | 100001 | 0 | 1011111 | 1010001 | 100001 | 101011111 | 1011010 | 100011 |
Color Harmonies of #AA0921
Complementary color
Monochromatic Colors of #AA0921
Black with #AA0921
Text Example
Text Example
White with #AA0921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0921; }
p { color: rgb(170,9,33); }
H1.HeaderClassName
{
color: #AA0921;
}
.AnyTagClassName
{
color: #AA0921;
}
</style>
background-color css
<style>
a { background-color: #AA0921; }
a { background-color: rgb(170,9,33); }
div.DivClassName
{
background-color: #AA0921;
}
.BgClassName
{
background-color: #AA0921;
}
</style>
border-color css
<style>
span { border-color: #AA0921; }
span { border-color: rgb(170,9,33); }
td.TdClassName
{
border-color: #AA0921;
}
.TagClassName
{
border-color: #AA0921;
}
</style>