Shades of Carmine #A70511
Tints of Carmine #A70511
RGB
CMYK
RGB Variations
Color information
#A70511 (or 0xA70511) is known color: Carmine. HEX triplet: A7, 05 and 11. RGB value is (167,5,17). Sum of RGB (Red+Green+Blue) = 167+5+17=189 (25% of max value = 765). Red value is 167 (65.62% from 255 or 88.36% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 167 - color contains mainly: red. Hex color #A70511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70511 is #58FAEE. Grayscale: #363636. Windows color (decimal): -5831407 or 1115559. OLE color: 1115559.
HSL color Cylindrical-coordinate representation of color #A70511: hue angle of 355.56º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A70511 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 5 | 17 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.35 |
| HSL | 355.56º | 0.94% | 0.34% | - |
| HSV(B) | 355.56º | 0.97% | 0.65% | - |
| XYZ | 16.09 | 8.36 | 1.3 | - |
| YUV | 54.81 | 106.67 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 17 | 0 | 0.97 | 0.90 | 0.35 | 355.56 | 0.94 | 0.34 |
| Hex | A7 | 5 | 11 | 0 | 61 | 5A | 23 | 164 | 5E | 22 |
| Octal | 247 | 5 | 21 | 0 | 141 | 132 | 43 | 544 | 136 | 42 |
| Binary | 10100111 | 101 | 10001 | 0 | 1100001 | 1011010 | 100011 | 101100100 | 1011110 | 100010 |
Color Harmonies of #A70511
Complementary color
Monochromatic Colors of #A70511
Black with #A70511
Text Example
Text Example
White with #A70511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70511; }
p { color: rgb(167,5,17); }
H1.HeaderClassName
{
color: #A70511;
}
.AnyTagClassName
{
color: #A70511;
}
</style>
background-color css
<style>
a { background-color: #A70511; }
a { background-color: rgb(167,5,17); }
div.DivClassName
{
background-color: #A70511;
}
.BgClassName
{
background-color: #A70511;
}
</style>
border-color css
<style>
span { border-color: #A70511; }
span { border-color: rgb(167,5,17); }
td.TdClassName
{
border-color: #A70511;
}
.TagClassName
{
border-color: #A70511;
}
</style>