Shades of Carmine #AA0C15
Tints of Carmine #AA0C15
RGB
CMYK
RGB Variations
Color information
#AA0C15 (or 0xAA0C15) is known color: Carmine. HEX triplet: AA, 0C and 15. RGB value is (170,12,21). Sum of RGB (Red+Green+Blue) = 170+12+21=203 (26% of max value = 765). Red value is 170 (66.80% from 255 or 83.74% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0C15 is #55F3EA. Grayscale: #3C3C3C. Windows color (decimal): -5633003 or 1379498. OLE color: 1379498.
HSL color Cylindrical-coordinate representation of color #AA0C15: hue angle of 356.58º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0C15 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 12 | 21 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.33 |
| HSL | 356.58º | 0.87% | 0.36% | - |
| HSV(B) | 356.58º | 0.93% | 0.67% | - |
| XYZ | 16.84 | 8.86 | 1.53 | - |
| YUV | 60.27 | 105.85 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 21 | 0 | 0.93 | 0.88 | 0.33 | 356.58 | 0.87 | 0.36 |
| Hex | AA | C | 15 | 0 | 5D | 58 | 21 | 165 | 57 | 24 |
| Octal | 252 | 14 | 25 | 0 | 135 | 130 | 41 | 545 | 127 | 44 |
| Binary | 10101010 | 1100 | 10101 | 0 | 1011101 | 1011000 | 100001 | 101100101 | 1010111 | 100100 |
Color Harmonies of #AA0C15
Complementary color
Monochromatic Colors of #AA0C15
Black with #AA0C15
Text Example
Text Example
White with #AA0C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0C15; }
p { color: rgb(170,12,21); }
H1.HeaderClassName
{
color: #AA0C15;
}
.AnyTagClassName
{
color: #AA0C15;
}
</style>
background-color css
<style>
a { background-color: #AA0C15; }
a { background-color: rgb(170,12,21); }
div.DivClassName
{
background-color: #AA0C15;
}
.BgClassName
{
background-color: #AA0C15;
}
</style>
border-color css
<style>
span { border-color: #AA0C15; }
span { border-color: rgb(170,12,21); }
td.TdClassName
{
border-color: #AA0C15;
}
.TagClassName
{
border-color: #AA0C15;
}
</style>