Shades of Carmine #A70028
Tints of Carmine #A70028
RGB
CMYK
RGB Variations
Color information
#A70028 (or 0xA70028) is known color: Carmine. HEX triplet: A7, 00 and 28. RGB value is (167,0,40). Sum of RGB (Red+Green+Blue) = 167+0+40=207 (27% of max value = 765). Red value is 167 (65.62% from 255 or 80.68% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 167 - color contains mainly: red. Hex color #A70028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70028 is #58FFD7. Grayscale: #363636. Windows color (decimal): -5832664 or 2621607. OLE color: 2621607.
HSL color Cylindrical-coordinate representation of color #A70028: hue angle of 345.63º 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 #A70028 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.76 | 0.35 |
| HSL | 345.63º | 1% | 0.33% | - |
| HSV(B) | 345.63º | 1% | 0.65% | - |
| XYZ | 16.32 | 8.37 | 2.76 | - |
| YUV | 54.49 | 119.83 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 40 | 0 | 1 | 0.76 | 0.35 | 345.63 | 1 | 0.33 |
| Hex | A7 | 0 | 28 | 0 | 64 | 4C | 23 | 15A | 64 | 21 |
| Octal | 247 | 0 | 50 | 0 | 144 | 114 | 43 | 532 | 144 | 41 |
| Binary | 10100111 | 0 | 101000 | 0 | 1100100 | 1001100 | 100011 | 101011010 | 1100100 | 100001 |
Color Harmonies of #A70028
Complementary color
Monochromatic Colors of #A70028
Black with #A70028
Text Example
Text Example
White with #A70028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70028; }
p { color: rgb(167,0,40); }
H1.HeaderClassName
{
color: #A70028;
}
.AnyTagClassName
{
color: #A70028;
}
</style>
background-color css
<style>
a { background-color: #A70028; }
a { background-color: rgb(167,0,40); }
div.DivClassName
{
background-color: #A70028;
}
.BgClassName
{
background-color: #A70028;
}
</style>
border-color css
<style>
span { border-color: #A70028; }
span { border-color: rgb(167,0,40); }
td.TdClassName
{
border-color: #A70028;
}
.TagClassName
{
border-color: #A70028;
}
</style>