Shades of Carmine #AB000F
Tints of Carmine #AB000F
RGB
CMYK
RGB Variations
Color information
#AB000F (or 0xAB000F) is known color: Carmine. HEX triplet: AB, 00 and 0F. RGB value is (171,0,15). Sum of RGB (Red+Green+Blue) = 171+0+15=186 (24% of max value = 765). Red value is 171 (67.19% from 255 or 91.94% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 171 - color contains mainly: red. Hex color #AB000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB000F is #54FFF0. Grayscale: #343434. Windows color (decimal): -5570545 or 983211. OLE color: 983211.
HSL color Cylindrical-coordinate representation of color #AB000F: hue angle of 354.74º 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 #AB000F is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.91 | 0.33 |
| HSL | 354.74º | 1% | 0.34% | - |
| HSV(B) | 354.74º | 1% | 0.67% | - |
| XYZ | 16.88 | 8.69 | 1.24 | - |
| YUV | 52.84 | 106.65 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 15 | 0 | 1 | 0.91 | 0.33 | 354.74 | 1 | 0.34 |
| Hex | AB | 0 | F | 0 | 64 | 5B | 21 | 163 | 64 | 22 |
| Octal | 253 | 0 | 17 | 0 | 144 | 133 | 41 | 543 | 144 | 42 |
| Binary | 10101011 | 0 | 1111 | 0 | 1100100 | 1011011 | 100001 | 101100011 | 1100100 | 100010 |
Color Harmonies of #AB000F
Complementary color
Monochromatic Colors of #AB000F
Black with #AB000F
Text Example
Text Example
White with #AB000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB000F; }
p { color: rgb(171,0,15); }
H1.HeaderClassName
{
color: #AB000F;
}
.AnyTagClassName
{
color: #AB000F;
}
</style>
background-color css
<style>
a { background-color: #AB000F; }
a { background-color: rgb(171,0,15); }
div.DivClassName
{
background-color: #AB000F;
}
.BgClassName
{
background-color: #AB000F;
}
</style>
border-color css
<style>
span { border-color: #AB000F; }
span { border-color: rgb(171,0,15); }
td.TdClassName
{
border-color: #AB000F;
}
.TagClassName
{
border-color: #AB000F;
}
</style>