Shades of Carmine #A70011
Tints of Carmine #A70011
RGB
CMYK
RGB Variations
Color information
#A70011 (or 0xA70011) is known color: Carmine. HEX triplet: A7, 00 and 11. RGB value is (167,0,17). Sum of RGB (Red+Green+Blue) = 167+0+17=184 (24% of max value = 765). Red value is 167 (65.62% from 255 or 90.76% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 167 - color contains mainly: red. Hex color #A70011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70011 is #58FFEE. Grayscale: #333333. Windows color (decimal): -5832687 or 1114279. OLE color: 1114279.
HSL color Cylindrical-coordinate representation of color #A70011: hue angle of 353.89º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A70011 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.90 | 0.35 |
| HSL | 353.89º | 1% | 0.33% | - |
| HSV(B) | 353.89º | 1% | 0.65% | - |
| XYZ | 16.04 | 8.26 | 1.28 | - |
| YUV | 51.87 | 108.33 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 17 | 0 | 1 | 0.90 | 0.35 | 353.89 | 1 | 0.33 |
| Hex | A7 | 0 | 11 | 0 | 64 | 5A | 23 | 162 | 64 | 21 |
| Octal | 247 | 0 | 21 | 0 | 144 | 132 | 43 | 542 | 144 | 41 |
| Binary | 10100111 | 0 | 10001 | 0 | 1100100 | 1011010 | 100011 | 101100010 | 1100100 | 100001 |
Color Harmonies of #A70011
Complementary color
Monochromatic Colors of #A70011
Black with #A70011
Text Example
Text Example
White with #A70011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70011; }
p { color: rgb(167,0,17); }
H1.HeaderClassName
{
color: #A70011;
}
.AnyTagClassName
{
color: #A70011;
}
</style>
background-color css
<style>
a { background-color: #A70011; }
a { background-color: rgb(167,0,17); }
div.DivClassName
{
background-color: #A70011;
}
.BgClassName
{
background-color: #A70011;
}
</style>
border-color css
<style>
span { border-color: #A70011; }
span { border-color: rgb(167,0,17); }
td.TdClassName
{
border-color: #A70011;
}
.TagClassName
{
border-color: #A70011;
}
</style>