Shades of Carmine #A71321
Tints of Carmine #A71321
RGB
CMYK
RGB Variations
Color information
#A71321 (or 0xA71321) is known color: Carmine. HEX triplet: A7, 13 and 21. RGB value is (167,19,33). Sum of RGB (Red+Green+Blue) = 167+19+33=219 (29% of max value = 765). Red value is 167 (65.62% from 255 or 76.26% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 167 - color contains mainly: red. Hex color #A71321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71321 is #58ECDE. Grayscale: #404040. Windows color (decimal): -5827807 or 2167719. OLE color: 2167719.
HSL color Cylindrical-coordinate representation of color #A71321: hue angle of 354.32º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A71321 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 19 | 33 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.35 |
| HSL | 354.32º | 0.8% | 0.36% | - |
| HSV(B) | 354.32º | 0.89% | 0.65% | - |
| XYZ | 16.44 | 8.79 | 2.27 | - |
| YUV | 64.85 | 110.03 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 19 | 33 | 0 | 0.89 | 0.80 | 0.35 | 354.32 | 0.8 | 0.36 |
| Hex | A7 | 13 | 21 | 0 | 59 | 50 | 23 | 162 | 50 | 24 |
| Octal | 247 | 23 | 41 | 0 | 131 | 120 | 43 | 542 | 120 | 44 |
| Binary | 10100111 | 10011 | 100001 | 0 | 1011001 | 1010000 | 100011 | 101100010 | 1010000 | 100100 |
Color Harmonies of #A71321
Complementary color
Monochromatic Colors of #A71321
Black with #A71321
Text Example
Text Example
White with #A71321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71321; }
p { color: rgb(167,19,33); }
H1.HeaderClassName
{
color: #A71321;
}
.AnyTagClassName
{
color: #A71321;
}
</style>
background-color css
<style>
a { background-color: #A71321; }
a { background-color: rgb(167,19,33); }
div.DivClassName
{
background-color: #A71321;
}
.BgClassName
{
background-color: #A71321;
}
</style>
border-color css
<style>
span { border-color: #A71321; }
span { border-color: rgb(167,19,33); }
td.TdClassName
{
border-color: #A71321;
}
.TagClassName
{
border-color: #A71321;
}
</style>