Shades of Carmine #A7021B
Tints of Carmine #A7021B
RGB
CMYK
RGB Variations
Color information
#A7021B (or 0xA7021B) is known color: Carmine. HEX triplet: A7, 02 and 1B. RGB value is (167,2,27). Sum of RGB (Red+Green+Blue) = 167+2+27=196 (25% of max value = 765). Red value is 167 (65.62% from 255 or 85.20% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 167 - color contains mainly: red. Hex color #A7021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7021B is #58FDE4. Grayscale: #363636. Windows color (decimal): -5832165 or 1770151. OLE color: 1770151.
HSL color Cylindrical-coordinate representation of color #A7021B: hue angle of 350.91º 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 #A7021B is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.35 |
| HSL | 350.91º | 0.98% | 0.33% | - |
| HSV(B) | 350.91º | 0.99% | 0.65% | - |
| XYZ | 16.16 | 8.34 | 1.79 | - |
| YUV | 54.19 | 112.66 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 27 | 0 | 0.99 | 0.84 | 0.35 | 350.91 | 0.98 | 0.33 |
| Hex | A7 | 2 | 1B | 0 | 63 | 54 | 23 | 15F | 62 | 21 |
| Octal | 247 | 2 | 33 | 0 | 143 | 124 | 43 | 537 | 142 | 41 |
| Binary | 10100111 | 10 | 11011 | 0 | 1100011 | 1010100 | 100011 | 101011111 | 1100010 | 100001 |
Color Harmonies of #A7021B
Complementary color
Monochromatic Colors of #A7021B
Black with #A7021B
Text Example
Text Example
White with #A7021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7021B; }
p { color: rgb(167,2,27); }
H1.HeaderClassName
{
color: #A7021B;
}
.AnyTagClassName
{
color: #A7021B;
}
</style>
background-color css
<style>
a { background-color: #A7021B; }
a { background-color: rgb(167,2,27); }
div.DivClassName
{
background-color: #A7021B;
}
.BgClassName
{
background-color: #A7021B;
}
</style>
border-color css
<style>
span { border-color: #A7021B; }
span { border-color: rgb(167,2,27); }
td.TdClassName
{
border-color: #A7021B;
}
.TagClassName
{
border-color: #A7021B;
}
</style>