Shades of Carmine #AA0A20
Tints of Carmine #AA0A20
RGB
CMYK
RGB Variations
Color information
#AA0A20 (or 0xAA0A20) is known color: Carmine. HEX triplet: AA, 0A and 20. RGB value is (170,10,32). Sum of RGB (Red+Green+Blue) = 170+10+32=212 (28% of max value = 765). Red value is 170 (66.80% from 255 or 80.19% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0A20 is #55F5DF. Grayscale: #3C3C3C. Windows color (decimal): -5633504 or 2099882. OLE color: 2099882.
HSL color Cylindrical-coordinate representation of color #AA0A20: hue angle of 351.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0A20 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 32 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.33 |
| HSL | 351.75º | 0.89% | 0.35% | - |
| HSV(B) | 351.75º | 0.94% | 0.67% | - |
| XYZ | 16.95 | 8.87 | 2.18 | - |
| YUV | 60.35 | 112.01 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 32 | 0 | 0.94 | 0.81 | 0.33 | 351.75 | 0.89 | 0.35 |
| Hex | AA | A | 20 | 0 | 5E | 51 | 21 | 160 | 59 | 23 |
| Octal | 252 | 12 | 40 | 0 | 136 | 121 | 41 | 540 | 131 | 43 |
| Binary | 10101010 | 1010 | 100000 | 0 | 1011110 | 1010001 | 100001 | 101100000 | 1011001 | 100011 |
Color Harmonies of #AA0A20
Complementary color
Monochromatic Colors of #AA0A20
Black with #AA0A20
Text Example
Text Example
White with #AA0A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0A20; }
p { color: rgb(170,10,32); }
H1.HeaderClassName
{
color: #AA0A20;
}
.AnyTagClassName
{
color: #AA0A20;
}
</style>
background-color css
<style>
a { background-color: #AA0A20; }
a { background-color: rgb(170,10,32); }
div.DivClassName
{
background-color: #AA0A20;
}
.BgClassName
{
background-color: #AA0A20;
}
</style>
border-color css
<style>
span { border-color: #AA0A20; }
span { border-color: rgb(170,10,32); }
td.TdClassName
{
border-color: #AA0A20;
}
.TagClassName
{
border-color: #AA0A20;
}
</style>