Shades of Carmine #AB011B
Tints of Carmine #AB011B
RGB
CMYK
RGB Variations
Color information
#AB011B (or 0xAB011B) is known color: Carmine. HEX triplet: AB, 01 and 1B. RGB value is (171,1,27). Sum of RGB (Red+Green+Blue) = 171+1+27=199 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.93% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 171 - color contains mainly: red. Hex color #AB011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB011B is #54FEE4. Grayscale: #363636. Windows color (decimal): -5570277 or 1769899. OLE color: 1769899.
HSL color Cylindrical-coordinate representation of color #AB011B: hue angle of 350.82º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB011B is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.33 |
| HSL | 350.82º | 0.99% | 0.34% | - |
| HSV(B) | 350.82º | 0.99% | 0.67% | - |
| XYZ | 17 | 8.76 | 1.83 | - |
| YUV | 54.79 | 112.32 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 27 | 0 | 0.99 | 0.84 | 0.33 | 350.82 | 0.99 | 0.34 |
| Hex | AB | 1 | 1B | 0 | 63 | 54 | 21 | 15F | 63 | 22 |
| Octal | 253 | 1 | 33 | 0 | 143 | 124 | 41 | 537 | 143 | 42 |
| Binary | 10101011 | 1 | 11011 | 0 | 1100011 | 1010100 | 100001 | 101011111 | 1100011 | 100010 |
Color Harmonies of #AB011B
Complementary color
Monochromatic Colors of #AB011B
Black with #AB011B
Text Example
Text Example
White with #AB011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB011B; }
p { color: rgb(171,1,27); }
H1.HeaderClassName
{
color: #AB011B;
}
.AnyTagClassName
{
color: #AB011B;
}
</style>
background-color css
<style>
a { background-color: #AB011B; }
a { background-color: rgb(171,1,27); }
div.DivClassName
{
background-color: #AB011B;
}
.BgClassName
{
background-color: #AB011B;
}
</style>
border-color css
<style>
span { border-color: #AB011B; }
span { border-color: rgb(171,1,27); }
td.TdClassName
{
border-color: #AB011B;
}
.TagClassName
{
border-color: #AB011B;
}
</style>