Shades of Carmine #A70315
Tints of Carmine #A70315
RGB
CMYK
RGB Variations
Color information
#A70315 (or 0xA70315) is known color: Carmine. HEX triplet: A7, 03 and 15. RGB value is (167,3,21). Sum of RGB (Red+Green+Blue) = 167+3+21=191 (25% of max value = 765). Red value is 167 (65.62% from 255 or 87.43% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 167 - color contains mainly: red. Hex color #A70315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70315 is #58FCEA. Grayscale: #363636. Windows color (decimal): -5831915 or 1377191. OLE color: 1377191.
HSL color Cylindrical-coordinate representation of color #A70315: hue angle of 353.41º 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 #A70315 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 3 | 21 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.35 |
| HSL | 353.41º | 0.96% | 0.33% | - |
| HSV(B) | 353.41º | 0.98% | 0.65% | - |
| XYZ | 16.1 | 8.33 | 1.47 | - |
| YUV | 54.09 | 109.33 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 21 | 0 | 0.98 | 0.87 | 0.35 | 353.41 | 0.96 | 0.33 |
| Hex | A7 | 3 | 15 | 0 | 62 | 57 | 23 | 161 | 60 | 21 |
| Octal | 247 | 3 | 25 | 0 | 142 | 127 | 43 | 541 | 140 | 41 |
| Binary | 10100111 | 11 | 10101 | 0 | 1100010 | 1010111 | 100011 | 101100001 | 1100000 | 100001 |
Color Harmonies of #A70315
Complementary color
Monochromatic Colors of #A70315
Black with #A70315
Text Example
Text Example
White with #A70315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70315; }
p { color: rgb(167,3,21); }
H1.HeaderClassName
{
color: #A70315;
}
.AnyTagClassName
{
color: #A70315;
}
</style>
background-color css
<style>
a { background-color: #A70315; }
a { background-color: rgb(167,3,21); }
div.DivClassName
{
background-color: #A70315;
}
.BgClassName
{
background-color: #A70315;
}
</style>
border-color css
<style>
span { border-color: #A70315; }
span { border-color: rgb(167,3,21); }
td.TdClassName
{
border-color: #A70315;
}
.TagClassName
{
border-color: #A70315;
}
</style>