Shades of Carmine #AB0F20
Tints of Carmine #AB0F20
RGB
CMYK
RGB Variations
Color information
#AB0F20 (or 0xAB0F20) is known color: Carmine. HEX triplet: AB, 0F and 20. RGB value is (171,15,32). Sum of RGB (Red+Green+Blue) = 171+15+32=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0F20 is #54F0DF. Grayscale: #3F3F3F. Windows color (decimal): -5566688 or 2101163. OLE color: 2101163.
HSL color Cylindrical-coordinate representation of color #AB0F20: hue angle of 353.46º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB0F20 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 15 | 32 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.33 |
| HSL | 353.46º | 0.84% | 0.36% | - |
| HSV(B) | 353.46º | 0.91% | 0.67% | - |
| XYZ | 17.23 | 9.1 | 2.22 | - |
| YUV | 63.58 | 110.18 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 32 | 0 | 0.91 | 0.81 | 0.33 | 353.46 | 0.84 | 0.36 |
| Hex | AB | F | 20 | 0 | 5B | 51 | 21 | 161 | 54 | 24 |
| Octal | 253 | 17 | 40 | 0 | 133 | 121 | 41 | 541 | 124 | 44 |
| Binary | 10101011 | 1111 | 100000 | 0 | 1011011 | 1010001 | 100001 | 101100001 | 1010100 | 100100 |
Color Harmonies of #AB0F20
Complementary color
Monochromatic Colors of #AB0F20
Black with #AB0F20
Text Example
Text Example
White with #AB0F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0F20; }
p { color: rgb(171,15,32); }
H1.HeaderClassName
{
color: #AB0F20;
}
.AnyTagClassName
{
color: #AB0F20;
}
</style>
background-color css
<style>
a { background-color: #AB0F20; }
a { background-color: rgb(171,15,32); }
div.DivClassName
{
background-color: #AB0F20;
}
.BgClassName
{
background-color: #AB0F20;
}
</style>
border-color css
<style>
span { border-color: #AB0F20; }
span { border-color: rgb(171,15,32); }
td.TdClassName
{
border-color: #AB0F20;
}
.TagClassName
{
border-color: #AB0F20;
}
</style>