Shades of Carmine #AB0016
Tints of Carmine #AB0016
RGB
CMYK
RGB Variations
Color information
#AB0016 (or 0xAB0016) is known color: Carmine. HEX triplet: AB, 00 and 16. RGB value is (171,0,22). Sum of RGB (Red+Green+Blue) = 171+0+22=193 (25% of max value = 765). Red value is 171 (67.19% from 255 or 88.60% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0016 is #54FFE9. Grayscale: #353535. Windows color (decimal): -5570538 or 1441963. OLE color: 1441963.
HSL color Cylindrical-coordinate representation of color #AB0016: hue angle of 352.28º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB0016 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.87 | 0.33 |
| HSL | 352.28º | 1% | 0.34% | - |
| HSV(B) | 352.28º | 1% | 0.67% | - |
| XYZ | 16.94 | 8.72 | 1.55 | - |
| YUV | 53.64 | 110.15 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 22 | 0 | 1 | 0.87 | 0.33 | 352.28 | 1 | 0.34 |
| Hex | AB | 0 | 16 | 0 | 64 | 57 | 21 | 160 | 64 | 22 |
| Octal | 253 | 0 | 26 | 0 | 144 | 127 | 41 | 540 | 144 | 42 |
| Binary | 10101011 | 0 | 10110 | 0 | 1100100 | 1010111 | 100001 | 101100000 | 1100100 | 100010 |
Color Harmonies of #AB0016
Complementary color
Monochromatic Colors of #AB0016
Black with #AB0016
Text Example
Text Example
White with #AB0016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0016; }
p { color: rgb(171,0,22); }
H1.HeaderClassName
{
color: #AB0016;
}
.AnyTagClassName
{
color: #AB0016;
}
</style>
background-color css
<style>
a { background-color: #AB0016; }
a { background-color: rgb(171,0,22); }
div.DivClassName
{
background-color: #AB0016;
}
.BgClassName
{
background-color: #AB0016;
}
</style>
border-color css
<style>
span { border-color: #AB0016; }
span { border-color: rgb(171,0,22); }
td.TdClassName
{
border-color: #AB0016;
}
.TagClassName
{
border-color: #AB0016;
}
</style>