Shades of Carmine #AA0512
Tints of Carmine #AA0512
RGB
CMYK
RGB Variations
Color information
#AA0512 (or 0xAA0512) is known color: Carmine. HEX triplet: AA, 05 and 12. RGB value is (170,5,18). Sum of RGB (Red+Green+Blue) = 170+5+18=193 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.08% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0512 is #55FAED. Grayscale: #373737. Windows color (decimal): -5634798 or 1181098. OLE color: 1181098.
HSL color Cylindrical-coordinate representation of color #AA0512: hue angle of 355.27º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA0512 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 18 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.33 |
| HSL | 355.27º | 0.94% | 0.34% | - |
| HSV(B) | 355.27º | 0.97% | 0.67% | - |
| XYZ | 16.74 | 8.7 | 1.37 | - |
| YUV | 55.82 | 106.66 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 18 | 0 | 0.97 | 0.89 | 0.33 | 355.27 | 0.94 | 0.34 |
| Hex | AA | 5 | 12 | 0 | 61 | 59 | 21 | 163 | 5E | 22 |
| Octal | 252 | 5 | 22 | 0 | 141 | 131 | 41 | 543 | 136 | 42 |
| Binary | 10101010 | 101 | 10010 | 0 | 1100001 | 1011001 | 100001 | 101100011 | 1011110 | 100010 |
Color Harmonies of #AA0512
Complementary color
Monochromatic Colors of #AA0512
Black with #AA0512
Text Example
Text Example
White with #AA0512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0512; }
p { color: rgb(170,5,18); }
H1.HeaderClassName
{
color: #AA0512;
}
.AnyTagClassName
{
color: #AA0512;
}
</style>
background-color css
<style>
a { background-color: #AA0512; }
a { background-color: rgb(170,5,18); }
div.DivClassName
{
background-color: #AA0512;
}
.BgClassName
{
background-color: #AA0512;
}
</style>
border-color css
<style>
span { border-color: #AA0512; }
span { border-color: rgb(170,5,18); }
td.TdClassName
{
border-color: #AA0512;
}
.TagClassName
{
border-color: #AA0512;
}
</style>