Shades of Carmine #AB1221
Tints of Carmine #AB1221
RGB
CMYK
RGB Variations
Color information
#AB1221 (or 0xAB1221) is known color: Carmine. HEX triplet: AB, 12 and 21. RGB value is (171,18,33). Sum of RGB (Red+Green+Blue) = 171+18+33=222 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.03% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1221 is #54EDDE. Grayscale: #414141. Windows color (decimal): -5565919 or 2167467. OLE color: 2167467.
HSL color Cylindrical-coordinate representation of color #AB1221: hue angle of 354.12º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1221 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 33 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.33 |
| HSL | 354.12º | 0.81% | 0.37% | - |
| HSV(B) | 354.12º | 0.89% | 0.67% | - |
| XYZ | 17.29 | 9.2 | 2.3 | - |
| YUV | 65.46 | 109.69 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 33 | 0 | 0.89 | 0.81 | 0.33 | 354.12 | 0.81 | 0.37 |
| Hex | AB | 12 | 21 | 0 | 59 | 51 | 21 | 162 | 51 | 25 |
| Octal | 253 | 22 | 41 | 0 | 131 | 121 | 41 | 542 | 121 | 45 |
| Binary | 10101011 | 10010 | 100001 | 0 | 1011001 | 1010001 | 100001 | 101100010 | 1010001 | 100101 |
Color Harmonies of #AB1221
Complementary color
Monochromatic Colors of #AB1221
Black with #AB1221
Text Example
Text Example
White with #AB1221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1221; }
p { color: rgb(171,18,33); }
H1.HeaderClassName
{
color: #AB1221;
}
.AnyTagClassName
{
color: #AB1221;
}
</style>
background-color css
<style>
a { background-color: #AB1221; }
a { background-color: rgb(171,18,33); }
div.DivClassName
{
background-color: #AB1221;
}
.BgClassName
{
background-color: #AB1221;
}
</style>
border-color css
<style>
span { border-color: #AB1221; }
span { border-color: rgb(171,18,33); }
td.TdClassName
{
border-color: #AB1221;
}
.TagClassName
{
border-color: #AB1221;
}
</style>