Shades of Carmine #A70920
Tints of Carmine #A70920
RGB
CMYK
RGB Variations
Color information
#A70920 (or 0xA70920) is known color: Carmine. HEX triplet: A7, 09 and 20. RGB value is (167,9,32). Sum of RGB (Red+Green+Blue) = 167+9+32=208 (27% of max value = 765). Red value is 167 (65.62% from 255 or 80.29% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 167 - color contains mainly: red. Hex color #A70920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70920 is #58F6DF. Grayscale: #3A3A3A. Windows color (decimal): -5830368 or 2099623. OLE color: 2099623.
HSL color Cylindrical-coordinate representation of color #A70920: hue angle of 351.27º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70920 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 9 | 32 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.35 |
| HSL | 351.27º | 0.9% | 0.35% | - |
| HSV(B) | 351.27º | 0.95% | 0.65% | - |
| XYZ | 16.29 | 8.52 | 2.15 | - |
| YUV | 58.86 | 112.85 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 9 | 32 | 0 | 0.95 | 0.81 | 0.35 | 351.27 | 0.9 | 0.35 |
| Hex | A7 | 9 | 20 | 0 | 5F | 51 | 23 | 15F | 5A | 23 |
| Octal | 247 | 11 | 40 | 0 | 137 | 121 | 43 | 537 | 132 | 43 |
| Binary | 10100111 | 1001 | 100000 | 0 | 1011111 | 1010001 | 100011 | 101011111 | 1011010 | 100011 |
Color Harmonies of #A70920
Complementary color
Monochromatic Colors of #A70920
Black with #A70920
Text Example
Text Example
White with #A70920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70920; }
p { color: rgb(167,9,32); }
H1.HeaderClassName
{
color: #A70920;
}
.AnyTagClassName
{
color: #A70920;
}
</style>
background-color css
<style>
a { background-color: #A70920; }
a { background-color: rgb(167,9,32); }
div.DivClassName
{
background-color: #A70920;
}
.BgClassName
{
background-color: #A70920;
}
</style>
border-color css
<style>
span { border-color: #A70920; }
span { border-color: rgb(167,9,32); }
td.TdClassName
{
border-color: #A70920;
}
.TagClassName
{
border-color: #A70920;
}
</style>