Shades of Carmine #A70120
Tints of Carmine #A70120
RGB
CMYK
RGB Variations
Color information
#A70120 (or 0xA70120) is known color: Carmine. HEX triplet: A7, 01 and 20. RGB value is (167,1,32). Sum of RGB (Red+Green+Blue) = 167+1+32=200 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 167 - color contains mainly: red. Hex color #A70120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70120 is #58FEDF. Grayscale: #363636. Windows color (decimal): -5832416 or 2097575. OLE color: 2097575.
HSL color Cylindrical-coordinate representation of color #A70120: hue angle of 348.8º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A70120 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.35 |
| HSL | 348.8º | 0.99% | 0.33% | - |
| HSV(B) | 348.8º | 0.99% | 0.65% | - |
| XYZ | 16.21 | 8.34 | 2.12 | - |
| YUV | 54.17 | 115.5 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 32 | 0 | 0.99 | 0.81 | 0.35 | 348.8 | 0.99 | 0.33 |
| Hex | A7 | 1 | 20 | 0 | 63 | 51 | 23 | 15D | 63 | 21 |
| Octal | 247 | 1 | 40 | 0 | 143 | 121 | 43 | 535 | 143 | 41 |
| Binary | 10100111 | 1 | 100000 | 0 | 1100011 | 1010001 | 100011 | 101011101 | 1100011 | 100001 |
Color Harmonies of #A70120
Complementary color
Monochromatic Colors of #A70120
Black with #A70120
Text Example
Text Example
White with #A70120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70120; }
p { color: rgb(167,1,32); }
H1.HeaderClassName
{
color: #A70120;
}
.AnyTagClassName
{
color: #A70120;
}
</style>
background-color css
<style>
a { background-color: #A70120; }
a { background-color: rgb(167,1,32); }
div.DivClassName
{
background-color: #A70120;
}
.BgClassName
{
background-color: #A70120;
}
</style>
border-color css
<style>
span { border-color: #A70120; }
span { border-color: rgb(167,1,32); }
td.TdClassName
{
border-color: #A70120;
}
.TagClassName
{
border-color: #A70120;
}
</style>