Shades of Carmine #AA000E
Tints of Carmine #AA000E
RGB
CMYK
RGB Variations
Color information
#AA000E (or 0xAA000E) is known color: Carmine. HEX triplet: AA, 00 and 0E. RGB value is (170,0,14). Sum of RGB (Red+Green+Blue) = 170+0+14=184 (24% of max value = 765). Red value is 170 (66.80% from 255 or 92.39% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 170 - color contains mainly: red. Hex color #AA000E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA000E is #55FFF1. Grayscale: #343434. Windows color (decimal): -5636082 or 917674. OLE color: 917674.
HSL color Cylindrical-coordinate representation of color #AA000E: hue angle of 355.06º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA000E is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.92 | 0.33 |
| HSL | 355.06º | 1% | 0.33% | - |
| HSV(B) | 355.06º | 1% | 0.67% | - |
| XYZ | 16.66 | 8.58 | 1.19 | - |
| YUV | 52.43 | 106.32 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 14 | 0 | 1 | 0.92 | 0.33 | 355.06 | 1 | 0.33 |
| Hex | AA | 0 | E | 0 | 64 | 5C | 21 | 163 | 64 | 21 |
| Octal | 252 | 0 | 16 | 0 | 144 | 134 | 41 | 543 | 144 | 41 |
| Binary | 10101010 | 0 | 1110 | 0 | 1100100 | 1011100 | 100001 | 101100011 | 1100100 | 100001 |
Color Harmonies of #AA000E
Complementary color
Monochromatic Colors of #AA000E
Black with #AA000E
Text Example
Text Example
White with #AA000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA000E; }
p { color: rgb(170,0,14); }
H1.HeaderClassName
{
color: #AA000E;
}
.AnyTagClassName
{
color: #AA000E;
}
</style>
background-color css
<style>
a { background-color: #AA000E; }
a { background-color: rgb(170,0,14); }
div.DivClassName
{
background-color: #AA000E;
}
.BgClassName
{
background-color: #AA000E;
}
</style>
border-color css
<style>
span { border-color: #AA000E; }
span { border-color: rgb(170,0,14); }
td.TdClassName
{
border-color: #AA000E;
}
.TagClassName
{
border-color: #AA000E;
}
</style>