Shades of Carmine #A70E11
Tints of Carmine #A70E11
RGB
CMYK
RGB Variations
Color information
#A70E11 (or 0xA70E11) is known color: Carmine. HEX triplet: A7, 0E and 11. RGB value is (167,14,17). Sum of RGB (Red+Green+Blue) = 167+14+17=198 (26% of max value = 765). Red value is 167 (65.62% from 255 or 84.34% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 167 - color contains mainly: red. Hex color #A70E11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70E11 is #58F1EE. Grayscale: #3C3C3C. Windows color (decimal): -5829103 or 1117863. OLE color: 1117863.
HSL color Cylindrical-coordinate representation of color #A70E11: hue angle of 358.82º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A70E11 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 14 | 17 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.35 |
| HSL | 358.82º | 0.85% | 0.35% | - |
| HSV(B) | 358.82º | 0.92% | 0.65% | - |
| XYZ | 16.19 | 8.57 | 1.33 | - |
| YUV | 60.09 | 103.69 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 14 | 17 | 0 | 0.92 | 0.90 | 0.35 | 358.82 | 0.85 | 0.35 |
| Hex | A7 | E | 11 | 0 | 5C | 5A | 23 | 167 | 55 | 23 |
| Octal | 247 | 16 | 21 | 0 | 134 | 132 | 43 | 547 | 125 | 43 |
| Binary | 10100111 | 1110 | 10001 | 0 | 1011100 | 1011010 | 100011 | 101100111 | 1010101 | 100011 |
Color Harmonies of #A70E11
Complementary color
Monochromatic Colors of #A70E11
Black with #A70E11
Text Example
Text Example
White with #A70E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70E11; }
p { color: rgb(167,14,17); }
H1.HeaderClassName
{
color: #A70E11;
}
.AnyTagClassName
{
color: #A70E11;
}
</style>
background-color css
<style>
a { background-color: #A70E11; }
a { background-color: rgb(167,14,17); }
div.DivClassName
{
background-color: #A70E11;
}
.BgClassName
{
background-color: #A70E11;
}
</style>
border-color css
<style>
span { border-color: #A70E11; }
span { border-color: rgb(167,14,17); }
td.TdClassName
{
border-color: #A70E11;
}
.TagClassName
{
border-color: #A70E11;
}
</style>