Shades of Carmine #AB1222
Tints of Carmine #AB1222
RGB
CMYK
RGB Variations
Color information
#AB1222 (or 0xAB1222) is known color: Carmine. HEX triplet: AB, 12 and 22. RGB value is (171,18,34). Sum of RGB (Red+Green+Blue) = 171+18+34=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1222 is #54EDDD. Grayscale: #414141. Windows color (decimal): -5565918 or 2233003. OLE color: 2233003.
HSL color Cylindrical-coordinate representation of color #AB1222: hue angle of 353.73º 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 #AB1222 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 34 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.33 |
| HSL | 353.73º | 0.81% | 0.37% | - |
| HSV(B) | 353.73º | 0.89% | 0.67% | - |
| XYZ | 17.3 | 9.21 | 2.38 | - |
| YUV | 65.57 | 110.19 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 34 | 0 | 0.89 | 0.80 | 0.33 | 353.73 | 0.81 | 0.37 |
| Hex | AB | 12 | 22 | 0 | 59 | 50 | 21 | 162 | 51 | 25 |
| Octal | 253 | 22 | 42 | 0 | 131 | 120 | 41 | 542 | 121 | 45 |
| Binary | 10101011 | 10010 | 100010 | 0 | 1011001 | 1010000 | 100001 | 101100010 | 1010001 | 100101 |
Color Harmonies of #AB1222
Complementary color
Monochromatic Colors of #AB1222
Black with #AB1222
Text Example
Text Example
White with #AB1222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1222; }
p { color: rgb(171,18,34); }
H1.HeaderClassName
{
color: #AB1222;
}
.AnyTagClassName
{
color: #AB1222;
}
</style>
background-color css
<style>
a { background-color: #AB1222; }
a { background-color: rgb(171,18,34); }
div.DivClassName
{
background-color: #AB1222;
}
.BgClassName
{
background-color: #AB1222;
}
</style>
border-color css
<style>
span { border-color: #AB1222; }
span { border-color: rgb(171,18,34); }
td.TdClassName
{
border-color: #AB1222;
}
.TagClassName
{
border-color: #AB1222;
}
</style>