Shades of Carmine #A70F13
Tints of Carmine #A70F13
RGB
CMYK
RGB Variations
Color information
#A70F13 (or 0xA70F13) is known color: Carmine. HEX triplet: A7, 0F and 13. RGB value is (167,15,19). Sum of RGB (Red+Green+Blue) = 167+15+19=201 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.08% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70F13 is #58F0EC. Grayscale: #3D3D3D. Windows color (decimal): -5828845 or 1249191. OLE color: 1249191.
HSL color Cylindrical-coordinate representation of color #A70F13: hue angle of 358.42º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A70F13 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 15 | 19 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.35 |
| HSL | 358.42º | 0.84% | 0.36% | - |
| HSV(B) | 358.42º | 0.91% | 0.65% | - |
| XYZ | 16.22 | 8.6 | 1.42 | - |
| YUV | 60.9 | 104.36 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 19 | 0 | 0.91 | 0.89 | 0.35 | 358.42 | 0.84 | 0.36 |
| Hex | A7 | F | 13 | 0 | 5B | 59 | 23 | 166 | 54 | 24 |
| Octal | 247 | 17 | 23 | 0 | 133 | 131 | 43 | 546 | 124 | 44 |
| Binary | 10100111 | 1111 | 10011 | 0 | 1011011 | 1011001 | 100011 | 101100110 | 1010100 | 100100 |
Color Harmonies of #A70F13
Complementary color
Monochromatic Colors of #A70F13
Black with #A70F13
Text Example
Text Example
White with #A70F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70F13; }
p { color: rgb(167,15,19); }
H1.HeaderClassName
{
color: #A70F13;
}
.AnyTagClassName
{
color: #A70F13;
}
</style>
background-color css
<style>
a { background-color: #A70F13; }
a { background-color: rgb(167,15,19); }
div.DivClassName
{
background-color: #A70F13;
}
.BgClassName
{
background-color: #A70F13;
}
</style>
border-color css
<style>
span { border-color: #A70F13; }
span { border-color: rgb(167,15,19); }
td.TdClassName
{
border-color: #A70F13;
}
.TagClassName
{
border-color: #A70F13;
}
</style>