Shades of Carmine #A70620
Tints of Carmine #A70620
RGB
CMYK
RGB Variations
Color information
#A70620 (or 0xA70620) is known color: Carmine. HEX triplet: A7, 06 and 20. RGB value is (167,6,32). Sum of RGB (Red+Green+Blue) = 167+6+32=205 (27% of max value = 765). Red value is 167 (65.62% from 255 or 81.46% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 167 - color contains mainly: red. Hex color #A70620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70620 is #58F9DF. Grayscale: #393939. Windows color (decimal): -5831136 or 2098855. OLE color: 2098855.
HSL color Cylindrical-coordinate representation of color #A70620: hue angle of 350.31º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A70620 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 6 | 32 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.35 |
| HSL | 350.31º | 0.93% | 0.34% | - |
| HSV(B) | 350.31º | 0.96% | 0.65% | - |
| XYZ | 16.26 | 8.45 | 2.14 | - |
| YUV | 57.1 | 113.84 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 6 | 32 | 0 | 0.96 | 0.81 | 0.35 | 350.31 | 0.93 | 0.34 |
| Hex | A7 | 6 | 20 | 0 | 60 | 51 | 23 | 15E | 5D | 22 |
| Octal | 247 | 6 | 40 | 0 | 140 | 121 | 43 | 536 | 135 | 42 |
| Binary | 10100111 | 110 | 100000 | 0 | 1100000 | 1010001 | 100011 | 101011110 | 1011101 | 100010 |
Color Harmonies of #A70620
Complementary color
Monochromatic Colors of #A70620
Black with #A70620
Text Example
Text Example
White with #A70620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70620; }
p { color: rgb(167,6,32); }
H1.HeaderClassName
{
color: #A70620;
}
.AnyTagClassName
{
color: #A70620;
}
</style>
background-color css
<style>
a { background-color: #A70620; }
a { background-color: rgb(167,6,32); }
div.DivClassName
{
background-color: #A70620;
}
.BgClassName
{
background-color: #A70620;
}
</style>
border-color css
<style>
span { border-color: #A70620; }
span { border-color: rgb(167,6,32); }
td.TdClassName
{
border-color: #A70620;
}
.TagClassName
{
border-color: #A70620;
}
</style>