Shades of Carmine #A7021D
Tints of Carmine #A7021D
RGB
CMYK
RGB Variations
Color information
#A7021D (or 0xA7021D) is known color: Carmine. HEX triplet: A7, 02 and 1D. RGB value is (167,2,29). Sum of RGB (Red+Green+Blue) = 167+2+29=198 (26% of max value = 765). Red value is 167 (65.62% from 255 or 84.34% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 167 - color contains mainly: red. Hex color #A7021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7021D is #58FDE2. Grayscale: #363636. Windows color (decimal): -5832163 or 1901223. OLE color: 1901223.
HSL color Cylindrical-coordinate representation of color #A7021D: hue angle of 350.18º 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 #A7021D is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 2 | 29 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.35 |
| HSL | 350.18º | 0.98% | 0.33% | - |
| HSV(B) | 350.18º | 0.99% | 0.65% | - |
| XYZ | 16.18 | 8.35 | 1.92 | - |
| YUV | 54.41 | 113.66 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 29 | 0 | 0.99 | 0.83 | 0.35 | 350.18 | 0.98 | 0.33 |
| Hex | A7 | 2 | 1D | 0 | 63 | 53 | 23 | 15E | 62 | 21 |
| Octal | 247 | 2 | 35 | 0 | 143 | 123 | 43 | 536 | 142 | 41 |
| Binary | 10100111 | 10 | 11101 | 0 | 1100011 | 1010011 | 100011 | 101011110 | 1100010 | 100001 |
Color Harmonies of #A7021D
Complementary color
Monochromatic Colors of #A7021D
Black with #A7021D
Text Example
Text Example
White with #A7021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7021D; }
p { color: rgb(167,2,29); }
H1.HeaderClassName
{
color: #A7021D;
}
.AnyTagClassName
{
color: #A7021D;
}
</style>
background-color css
<style>
a { background-color: #A7021D; }
a { background-color: rgb(167,2,29); }
div.DivClassName
{
background-color: #A7021D;
}
.BgClassName
{
background-color: #A7021D;
}
</style>
border-color css
<style>
span { border-color: #A7021D; }
span { border-color: rgb(167,2,29); }
td.TdClassName
{
border-color: #A7021D;
}
.TagClassName
{
border-color: #A7021D;
}
</style>