Shades of Carmine #A70518
Tints of Carmine #A70518
RGB
CMYK
RGB Variations
Color information
#A70518 (or 0xA70518) is known color: Carmine. HEX triplet: A7, 05 and 18. RGB value is (167,5,24). Sum of RGB (Red+Green+Blue) = 167+5+24=196 (25% of max value = 765). Red value is 167 (65.62% from 255 or 85.20% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 167 - color contains mainly: red. Hex color #A70518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70518 is #58FAE7. Grayscale: #373737. Windows color (decimal): -5831400 or 1574311. OLE color: 1574311.
HSL color Cylindrical-coordinate representation of color #A70518: hue angle of 352.96º 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 #A70518 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 5 | 24 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.35 |
| HSL | 352.96º | 0.94% | 0.34% | - |
| HSV(B) | 352.96º | 0.97% | 0.65% | - |
| XYZ | 16.16 | 8.39 | 1.63 | - |
| YUV | 55.6 | 110.17 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 24 | 0 | 0.97 | 0.86 | 0.35 | 352.96 | 0.94 | 0.34 |
| Hex | A7 | 5 | 18 | 0 | 61 | 56 | 23 | 161 | 5E | 22 |
| Octal | 247 | 5 | 30 | 0 | 141 | 126 | 43 | 541 | 136 | 42 |
| Binary | 10100111 | 101 | 11000 | 0 | 1100001 | 1010110 | 100011 | 101100001 | 1011110 | 100010 |
Color Harmonies of #A70518
Complementary color
Monochromatic Colors of #A70518
Black with #A70518
Text Example
Text Example
White with #A70518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70518; }
p { color: rgb(167,5,24); }
H1.HeaderClassName
{
color: #A70518;
}
.AnyTagClassName
{
color: #A70518;
}
</style>
background-color css
<style>
a { background-color: #A70518; }
a { background-color: rgb(167,5,24); }
div.DivClassName
{
background-color: #A70518;
}
.BgClassName
{
background-color: #A70518;
}
</style>
border-color css
<style>
span { border-color: #A70518; }
span { border-color: rgb(167,5,24); }
td.TdClassName
{
border-color: #A70518;
}
.TagClassName
{
border-color: #A70518;
}
</style>