Shades of Carmine #AB0B12
Tints of Carmine #AB0B12
RGB
CMYK
RGB Variations
Color information
#AB0B12 (or 0xAB0B12) is known color: Carmine. HEX triplet: AB, 0B and 12. RGB value is (171,11,18). Sum of RGB (Red+Green+Blue) = 171+11+18=200 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.5% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0B12 is #54F4ED. Grayscale: #3B3B3B. Windows color (decimal): -5567726 or 1182635. OLE color: 1182635.
HSL color Cylindrical-coordinate representation of color #AB0B12: hue angle of 357.38º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0B12 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 11 | 18 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.33 |
| HSL | 357.38º | 0.88% | 0.36% | - |
| HSV(B) | 357.38º | 0.94% | 0.67% | - |
| XYZ | 17.02 | 8.94 | 1.4 | - |
| YUV | 59.64 | 104.51 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 18 | 0 | 0.94 | 0.89 | 0.33 | 357.38 | 0.88 | 0.36 |
| Hex | AB | B | 12 | 0 | 5E | 59 | 21 | 165 | 58 | 24 |
| Octal | 253 | 13 | 22 | 0 | 136 | 131 | 41 | 545 | 130 | 44 |
| Binary | 10101011 | 1011 | 10010 | 0 | 1011110 | 1011001 | 100001 | 101100101 | 1011000 | 100100 |
Color Harmonies of #AB0B12
Complementary color
Monochromatic Colors of #AB0B12
Black with #AB0B12
Text Example
Text Example
White with #AB0B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0B12; }
p { color: rgb(171,11,18); }
H1.HeaderClassName
{
color: #AB0B12;
}
.AnyTagClassName
{
color: #AB0B12;
}
</style>
background-color css
<style>
a { background-color: #AB0B12; }
a { background-color: rgb(171,11,18); }
div.DivClassName
{
background-color: #AB0B12;
}
.BgClassName
{
background-color: #AB0B12;
}
</style>
border-color css
<style>
span { border-color: #AB0B12; }
span { border-color: rgb(171,11,18); }
td.TdClassName
{
border-color: #AB0B12;
}
.TagClassName
{
border-color: #AB0B12;
}
</style>