Shades of Carmine #AA0C10
Tints of Carmine #AA0C10
RGB
CMYK
RGB Variations
Color information
#AA0C10 (or 0xAA0C10) is known color: Carmine. HEX triplet: AA, 0C and 10. RGB value is (170,12,16). Sum of RGB (Red+Green+Blue) = 170+12+16=198 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.86% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0C10 is #55F3EF. Grayscale: #3B3B3B. Windows color (decimal): -5633008 or 1051818. OLE color: 1051818.
HSL color Cylindrical-coordinate representation of color #AA0C10: hue angle of 358.48º 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 #AA0C10 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 12 | 16 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.33 |
| HSL | 358.48º | 0.87% | 0.36% | - |
| HSV(B) | 358.48º | 0.93% | 0.67% | - |
| XYZ | 16.8 | 8.85 | 1.31 | - |
| YUV | 59.7 | 103.35 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 16 | 0 | 0.93 | 0.91 | 0.33 | 358.48 | 0.87 | 0.36 |
| Hex | AA | C | 10 | 0 | 5D | 5B | 21 | 166 | 57 | 24 |
| Octal | 252 | 14 | 20 | 0 | 135 | 133 | 41 | 546 | 127 | 44 |
| Binary | 10101010 | 1100 | 10000 | 0 | 1011101 | 1011011 | 100001 | 101100110 | 1010111 | 100100 |
Color Harmonies of #AA0C10
Complementary color
Monochromatic Colors of #AA0C10
Black with #AA0C10
Text Example
Text Example
White with #AA0C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0C10; }
p { color: rgb(170,12,16); }
H1.HeaderClassName
{
color: #AA0C10;
}
.AnyTagClassName
{
color: #AA0C10;
}
</style>
background-color css
<style>
a { background-color: #AA0C10; }
a { background-color: rgb(170,12,16); }
div.DivClassName
{
background-color: #AA0C10;
}
.BgClassName
{
background-color: #AA0C10;
}
</style>
border-color css
<style>
span { border-color: #AA0C10; }
span { border-color: rgb(170,12,16); }
td.TdClassName
{
border-color: #AA0C10;
}
.TagClassName
{
border-color: #AA0C10;
}
</style>