Shades of Carmine #A70312
Tints of Carmine #A70312
RGB
CMYK
RGB Variations
Color information
#A70312 (or 0xA70312) is known color: Carmine. HEX triplet: A7, 03 and 12. RGB value is (167,3,18). Sum of RGB (Red+Green+Blue) = 167+3+18=188 (24% of max value = 765). Red value is 167 (65.62% from 255 or 88.83% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 167 - color contains mainly: red. Hex color #A70312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70312 is #58FCED. Grayscale: #353535. Windows color (decimal): -5831918 or 1180583. OLE color: 1180583.
HSL color Cylindrical-coordinate representation of color #A70312: hue angle of 354.51º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A70312 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 3 | 18 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.35 |
| HSL | 354.51º | 0.96% | 0.33% | - |
| HSV(B) | 354.51º | 0.98% | 0.65% | - |
| XYZ | 16.08 | 8.32 | 1.33 | - |
| YUV | 53.75 | 107.83 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 18 | 0 | 0.98 | 0.89 | 0.35 | 354.51 | 0.96 | 0.33 |
| Hex | A7 | 3 | 12 | 0 | 62 | 59 | 23 | 163 | 60 | 21 |
| Octal | 247 | 3 | 22 | 0 | 142 | 131 | 43 | 543 | 140 | 41 |
| Binary | 10100111 | 11 | 10010 | 0 | 1100010 | 1011001 | 100011 | 101100011 | 1100000 | 100001 |
Color Harmonies of #A70312
Complementary color
Monochromatic Colors of #A70312
Black with #A70312
Text Example
Text Example
White with #A70312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70312; }
p { color: rgb(167,3,18); }
H1.HeaderClassName
{
color: #A70312;
}
.AnyTagClassName
{
color: #A70312;
}
</style>
background-color css
<style>
a { background-color: #A70312; }
a { background-color: rgb(167,3,18); }
div.DivClassName
{
background-color: #A70312;
}
.BgClassName
{
background-color: #A70312;
}
</style>
border-color css
<style>
span { border-color: #A70312; }
span { border-color: rgb(167,3,18); }
td.TdClassName
{
border-color: #A70312;
}
.TagClassName
{
border-color: #A70312;
}
</style>