Shades of Carmine #A7021F
Tints of Carmine #A7021F
RGB
CMYK
RGB Variations
Color information
#A7021F (or 0xA7021F) is known color: Carmine. HEX triplet: A7, 02 and 1F. RGB value is (167,2,31). Sum of RGB (Red+Green+Blue) = 167+2+31=200 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 167 - color contains mainly: red. Hex color #A7021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7021F is #58FDE0. Grayscale: #363636. Windows color (decimal): -5832161 or 2032295. OLE color: 2032295.
HSL color Cylindrical-coordinate representation of color #A7021F: hue angle of 349.45º degrees, saturation: 0.98, 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 #A7021F is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 2 | 31 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.35 |
| HSL | 349.45º | 0.98% | 0.33% | - |
| HSV(B) | 349.45º | 0.99% | 0.65% | - |
| XYZ | 16.21 | 8.36 | 2.06 | - |
| YUV | 54.64 | 114.66 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 31 | 0 | 0.99 | 0.81 | 0.35 | 349.45 | 0.98 | 0.33 |
| Hex | A7 | 2 | 1F | 0 | 63 | 51 | 23 | 15D | 62 | 21 |
| Octal | 247 | 2 | 37 | 0 | 143 | 121 | 43 | 535 | 142 | 41 |
| Binary | 10100111 | 10 | 11111 | 0 | 1100011 | 1010001 | 100011 | 101011101 | 1100010 | 100001 |
Color Harmonies of #A7021F
Complementary color
Monochromatic Colors of #A7021F
Black with #A7021F
Text Example
Text Example
White with #A7021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7021F; }
p { color: rgb(167,2,31); }
H1.HeaderClassName
{
color: #A7021F;
}
.AnyTagClassName
{
color: #A7021F;
}
</style>
background-color css
<style>
a { background-color: #A7021F; }
a { background-color: rgb(167,2,31); }
div.DivClassName
{
background-color: #A7021F;
}
.BgClassName
{
background-color: #A7021F;
}
</style>
border-color css
<style>
span { border-color: #A7021F; }
span { border-color: rgb(167,2,31); }
td.TdClassName
{
border-color: #A7021F;
}
.TagClassName
{
border-color: #A7021F;
}
</style>