Shades of Carmine #AB000E
Tints of Carmine #AB000E
RGB
CMYK
RGB Variations
Color information
#AB000E (or 0xAB000E) is known color: Carmine. HEX triplet: AB, 00 and 0E. RGB value is (171,0,14). Sum of RGB (Red+Green+Blue) = 171+0+14=185 (24% of max value = 765). Red value is 171 (67.19% from 255 or 92.43% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 171 - color contains mainly: red. Hex color #AB000E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB000E is #54FFF1. Grayscale: #343434. Windows color (decimal): -5570546 or 917675. OLE color: 917675.
HSL color Cylindrical-coordinate representation of color #AB000E: hue angle of 355.09º 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 #AB000E is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.92 | 0.33 |
| HSL | 355.09º | 1% | 0.34% | - |
| HSV(B) | 355.09º | 1% | 0.67% | - |
| XYZ | 16.87 | 8.69 | 1.2 | - |
| YUV | 52.73 | 106.15 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 14 | 0 | 1 | 0.92 | 0.33 | 355.09 | 1 | 0.34 |
| Hex | AB | 0 | E | 0 | 64 | 5C | 21 | 163 | 64 | 22 |
| Octal | 253 | 0 | 16 | 0 | 144 | 134 | 41 | 543 | 144 | 42 |
| Binary | 10101011 | 0 | 1110 | 0 | 1100100 | 1011100 | 100001 | 101100011 | 1100100 | 100010 |
Color Harmonies of #AB000E
Complementary color
Monochromatic Colors of #AB000E
Black with #AB000E
Text Example
Text Example
White with #AB000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB000E; }
p { color: rgb(171,0,14); }
H1.HeaderClassName
{
color: #AB000E;
}
.AnyTagClassName
{
color: #AB000E;
}
</style>
background-color css
<style>
a { background-color: #AB000E; }
a { background-color: rgb(171,0,14); }
div.DivClassName
{
background-color: #AB000E;
}
.BgClassName
{
background-color: #AB000E;
}
</style>
border-color css
<style>
span { border-color: #AB000E; }
span { border-color: rgb(171,0,14); }
td.TdClassName
{
border-color: #AB000E;
}
.TagClassName
{
border-color: #AB000E;
}
</style>