Shades of Carmine #A71122
Tints of Carmine #A71122
RGB
CMYK
RGB Variations
Color information
#A71122 (or 0xA71122) is known color: Carmine. HEX triplet: A7, 11 and 22. RGB value is (167,17,34). Sum of RGB (Red+Green+Blue) = 167+17+34=218 (28% of max value = 765). Red value is 167 (65.62% from 255 or 76.61% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 34 (13.67% from 255 or 15.60% from 218); Max value from RGB is 167 - color contains mainly: red. Hex color #A71122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71122 is #58EEDD. Grayscale: #3F3F3F. Windows color (decimal): -5828318 or 2232743. OLE color: 2232743.
HSL color Cylindrical-coordinate representation of color #A71122: hue angle of 353.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A71122 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 17 | 34 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.35 |
| HSL | 353.2º | 0.82% | 0.36% | - |
| HSV(B) | 353.2º | 0.9% | 0.65% | - |
| XYZ | 16.43 | 8.73 | 2.33 | - |
| YUV | 63.79 | 111.2 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 17 | 34 | 0 | 0.90 | 0.80 | 0.35 | 353.2 | 0.82 | 0.36 |
| Hex | A7 | 11 | 22 | 0 | 5A | 50 | 23 | 161 | 52 | 24 |
| Octal | 247 | 21 | 42 | 0 | 132 | 120 | 43 | 541 | 122 | 44 |
| Binary | 10100111 | 10001 | 100010 | 0 | 1011010 | 1010000 | 100011 | 101100001 | 1010010 | 100100 |
Color Harmonies of #A71122
Complementary color
Monochromatic Colors of #A71122
Black with #A71122
Text Example
Text Example
White with #A71122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71122; }
p { color: rgb(167,17,34); }
H1.HeaderClassName
{
color: #A71122;
}
.AnyTagClassName
{
color: #A71122;
}
</style>
background-color css
<style>
a { background-color: #A71122; }
a { background-color: rgb(167,17,34); }
div.DivClassName
{
background-color: #A71122;
}
.BgClassName
{
background-color: #A71122;
}
</style>
border-color css
<style>
span { border-color: #A71122; }
span { border-color: rgb(167,17,34); }
td.TdClassName
{
border-color: #A71122;
}
.TagClassName
{
border-color: #A71122;
}
</style>