Shades of Carmine #A01221
Tints of Carmine #A01221
RGB
CMYK
RGB Variations
Color information
#A01221 (or 0xA01221) is known color: Carmine. HEX triplet: A0, 12 and 21. RGB value is (160,18,33). Sum of RGB (Red+Green+Blue) = 160+18+33=211 (27% of max value = 765). Red value is 160 (62.89% from 255 or 75.83% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 160 - color contains mainly: red. Hex color #A01221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01221 is #5FEDDE. Grayscale: #3E3E3E. Windows color (decimal): -6286815 or 2167456. OLE color: 2167456.
HSL color Cylindrical-coordinate representation of color #A01221: hue angle of 353.66º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01221 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 18 | 33 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.37 |
| HSL | 353.66º | 0.8% | 0.35% | - |
| HSV(B) | 353.66º | 0.89% | 0.63% | - |
| XYZ | 14.99 | 8.02 | 2.2 | - |
| YUV | 62.17 | 111.54 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 18 | 33 | 0 | 0.89 | 0.79 | 0.37 | 353.66 | 0.8 | 0.35 |
| Hex | A0 | 12 | 21 | 0 | 59 | 4F | 25 | 162 | 50 | 23 |
| Octal | 240 | 22 | 41 | 0 | 131 | 117 | 45 | 542 | 120 | 43 |
| Binary | 10100000 | 10010 | 100001 | 0 | 1011001 | 1001111 | 100101 | 101100010 | 1010000 | 100011 |
Color Harmonies of #A01221
Complementary color
Monochromatic Colors of #A01221
Black with #A01221
Text Example
Text Example
White with #A01221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01221; }
p { color: rgb(160,18,33); }
H1.HeaderClassName
{
color: #A01221;
}
.AnyTagClassName
{
color: #A01221;
}
</style>
background-color css
<style>
a { background-color: #A01221; }
a { background-color: rgb(160,18,33); }
div.DivClassName
{
background-color: #A01221;
}
.BgClassName
{
background-color: #A01221;
}
</style>
border-color css
<style>
span { border-color: #A01221; }
span { border-color: rgb(160,18,33); }
td.TdClassName
{
border-color: #A01221;
}
.TagClassName
{
border-color: #A01221;
}
</style>