Shades of Carmine #AB0013
Tints of Carmine #AB0013
RGB
CMYK
RGB Variations
Color information
#AB0013 (or 0xAB0013) is known color: Carmine. HEX triplet: AB, 00 and 13. RGB value is (171,0,19). Sum of RGB (Red+Green+Blue) = 171+0+19=190 (25% of max value = 765). Red value is 171 (67.19% from 255 or 90% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0013 is #54FFEC. Grayscale: #353535. Windows color (decimal): -5570541 or 1245355. OLE color: 1245355.
HSL color Cylindrical-coordinate representation of color #AB0013: hue angle of 353.33º 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 #AB0013 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.89 | 0.33 |
| HSL | 353.33º | 1% | 0.34% | - |
| HSV(B) | 353.33º | 1% | 0.67% | - |
| XYZ | 16.91 | 8.7 | 1.4 | - |
| YUV | 53.3 | 108.65 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 19 | 0 | 1 | 0.89 | 0.33 | 353.33 | 1 | 0.34 |
| Hex | AB | 0 | 13 | 0 | 64 | 59 | 21 | 161 | 64 | 22 |
| Octal | 253 | 0 | 23 | 0 | 144 | 131 | 41 | 541 | 144 | 42 |
| Binary | 10101011 | 0 | 10011 | 0 | 1100100 | 1011001 | 100001 | 101100001 | 1100100 | 100010 |
Color Harmonies of #AB0013
Complementary color
Monochromatic Colors of #AB0013
Black with #AB0013
Text Example
Text Example
White with #AB0013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0013; }
p { color: rgb(171,0,19); }
H1.HeaderClassName
{
color: #AB0013;
}
.AnyTagClassName
{
color: #AB0013;
}
</style>
background-color css
<style>
a { background-color: #AB0013; }
a { background-color: rgb(171,0,19); }
div.DivClassName
{
background-color: #AB0013;
}
.BgClassName
{
background-color: #AB0013;
}
</style>
border-color css
<style>
span { border-color: #AB0013; }
span { border-color: rgb(171,0,19); }
td.TdClassName
{
border-color: #AB0013;
}
.TagClassName
{
border-color: #AB0013;
}
</style>