Shades of Carmine #A70020
Tints of Carmine #A70020
RGB
CMYK
RGB Variations
Color information
#A70020 (or 0xA70020) is known color: Carmine. HEX triplet: A7, 00 and 20. RGB value is (167,0,32). Sum of RGB (Red+Green+Blue) = 167+0+32=199 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.92% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 167 - color contains mainly: red. Hex color #A70020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70020 is #58FFDF. Grayscale: #353535. Windows color (decimal): -5832672 or 2097319. OLE color: 2097319.
HSL color Cylindrical-coordinate representation of color #A70020: hue angle of 348.5º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A70020 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.81 | 0.35 |
| HSL | 348.5º | 1% | 0.33% | - |
| HSV(B) | 348.5º | 1% | 0.65% | - |
| XYZ | 16.2 | 8.32 | 2.12 | - |
| YUV | 53.58 | 115.83 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 32 | 0 | 1 | 0.81 | 0.35 | 348.5 | 1 | 0.33 |
| Hex | A7 | 0 | 20 | 0 | 64 | 51 | 23 | 15D | 64 | 21 |
| Octal | 247 | 0 | 40 | 0 | 144 | 121 | 43 | 535 | 144 | 41 |
| Binary | 10100111 | 0 | 100000 | 0 | 1100100 | 1010001 | 100011 | 101011101 | 1100100 | 100001 |
Color Harmonies of #A70020
Complementary color
Monochromatic Colors of #A70020
Black with #A70020
Text Example
Text Example
White with #A70020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70020; }
p { color: rgb(167,0,32); }
H1.HeaderClassName
{
color: #A70020;
}
.AnyTagClassName
{
color: #A70020;
}
</style>
background-color css
<style>
a { background-color: #A70020; }
a { background-color: rgb(167,0,32); }
div.DivClassName
{
background-color: #A70020;
}
.BgClassName
{
background-color: #A70020;
}
</style>
border-color css
<style>
span { border-color: #A70020; }
span { border-color: rgb(167,0,32); }
td.TdClassName
{
border-color: #A70020;
}
.TagClassName
{
border-color: #A70020;
}
</style>