Shades of Carmine #AA0810
Tints of Carmine #AA0810
RGB
CMYK
RGB Variations
Color information
#AA0810 (or 0xAA0810) is known color: Carmine. HEX triplet: AA, 08 and 10. RGB value is (170,8,16). Sum of RGB (Red+Green+Blue) = 170+8+16=194 (25% of max value = 765). Red value is 170 (66.80% from 255 or 87.63% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0810 is #55F7EF. Grayscale: #393939. Windows color (decimal): -5634032 or 1050794. OLE color: 1050794.
HSL color Cylindrical-coordinate representation of color #AA0810: hue angle of 357.04º degrees, saturation: 0.91, 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 #AA0810 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 16 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.33 |
| HSL | 357.04º | 0.91% | 0.35% | - |
| HSV(B) | 357.04º | 0.95% | 0.67% | - |
| XYZ | 16.76 | 8.76 | 1.3 | - |
| YUV | 57.35 | 104.67 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 16 | 0 | 0.95 | 0.91 | 0.33 | 357.04 | 0.91 | 0.35 |
| Hex | AA | 8 | 10 | 0 | 5F | 5B | 21 | 165 | 5B | 23 |
| Octal | 252 | 10 | 20 | 0 | 137 | 133 | 41 | 545 | 133 | 43 |
| Binary | 10101010 | 1000 | 10000 | 0 | 1011111 | 1011011 | 100001 | 101100101 | 1011011 | 100011 |
Color Harmonies of #AA0810
Complementary color
Monochromatic Colors of #AA0810
Black with #AA0810
Text Example
Text Example
White with #AA0810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0810; }
p { color: rgb(170,8,16); }
H1.HeaderClassName
{
color: #AA0810;
}
.AnyTagClassName
{
color: #AA0810;
}
</style>
background-color css
<style>
a { background-color: #AA0810; }
a { background-color: rgb(170,8,16); }
div.DivClassName
{
background-color: #AA0810;
}
.BgClassName
{
background-color: #AA0810;
}
</style>
border-color css
<style>
span { border-color: #AA0810; }
span { border-color: rgb(170,8,16); }
td.TdClassName
{
border-color: #AA0810;
}
.TagClassName
{
border-color: #AA0810;
}
</style>