Shades of Carmine #A70124
Tints of Carmine #A70124
RGB
CMYK
RGB Variations
Color information
#A70124 (or 0xA70124) is known color: Carmine. HEX triplet: A7, 01 and 24. RGB value is (167,1,36). Sum of RGB (Red+Green+Blue) = 167+1+36=204 (27% of max value = 765). Red value is 167 (65.62% from 255 or 81.86% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 167 - color contains mainly: red. Hex color #A70124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70124 is #58FEDB. Grayscale: #363636. Windows color (decimal): -5832412 or 2359719. OLE color: 2359719.
HSL color Cylindrical-coordinate representation of color #A70124: hue angle of 347.35º 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 #A70124 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 1 | 36 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.35 |
| HSL | 347.35º | 0.99% | 0.33% | - |
| HSV(B) | 347.35º | 0.99% | 0.65% | - |
| XYZ | 16.27 | 8.36 | 2.43 | - |
| YUV | 54.62 | 117.5 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 36 | 0 | 0.99 | 0.78 | 0.35 | 347.35 | 0.99 | 0.33 |
| Hex | A7 | 1 | 24 | 0 | 63 | 4E | 23 | 15B | 63 | 21 |
| Octal | 247 | 1 | 44 | 0 | 143 | 116 | 43 | 533 | 143 | 41 |
| Binary | 10100111 | 1 | 100100 | 0 | 1100011 | 1001110 | 100011 | 101011011 | 1100011 | 100001 |
Color Harmonies of #A70124
Complementary color
Monochromatic Colors of #A70124
Black with #A70124
Text Example
Text Example
White with #A70124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70124; }
p { color: rgb(167,1,36); }
H1.HeaderClassName
{
color: #A70124;
}
.AnyTagClassName
{
color: #A70124;
}
</style>
background-color css
<style>
a { background-color: #A70124; }
a { background-color: rgb(167,1,36); }
div.DivClassName
{
background-color: #A70124;
}
.BgClassName
{
background-color: #A70124;
}
</style>
border-color css
<style>
span { border-color: #A70124; }
span { border-color: rgb(167,1,36); }
td.TdClassName
{
border-color: #A70124;
}
.TagClassName
{
border-color: #A70124;
}
</style>