Shades of Carmine #AB0137
Tints of Carmine #AB0137
RGB
CMYK
RGB Variations
Color information
#AB0137 (or 0xAB0137) is known color: Carmine. HEX triplet: AB, 01 and 37. RGB value is (171,1,55). Sum of RGB (Red+Green+Blue) = 171+1+55=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0137 is #54FEC8. Grayscale: #393939. Windows color (decimal): -5570249 or 3604907. OLE color: 3604907.
HSL color Cylindrical-coordinate representation of color #AB0137: hue angle of 340.94º 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 #AB0137 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 55 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.33 |
| HSL | 340.94º | 0.99% | 0.34% | - |
| HSV(B) | 340.94º | 0.99% | 0.67% | - |
| XYZ | 17.5 | 8.96 | 4.42 | - |
| YUV | 57.99 | 126.32 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 55 | 0 | 0.99 | 0.68 | 0.33 | 340.94 | 0.99 | 0.34 |
| Hex | AB | 1 | 37 | 0 | 63 | 44 | 21 | 155 | 63 | 22 |
| Octal | 253 | 1 | 67 | 0 | 143 | 104 | 41 | 525 | 143 | 42 |
| Binary | 10101011 | 1 | 110111 | 0 | 1100011 | 1000100 | 100001 | 101010101 | 1100011 | 100010 |
Color Harmonies of #AB0137
Complementary color
Monochromatic Colors of #AB0137
Black with #AB0137
Text Example
Text Example
White with #AB0137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0137; }
p { color: rgb(171,1,55); }
H1.HeaderClassName
{
color: #AB0137;
}
.AnyTagClassName
{
color: #AB0137;
}
</style>
background-color css
<style>
a { background-color: #AB0137; }
a { background-color: rgb(171,1,55); }
div.DivClassName
{
background-color: #AB0137;
}
.BgClassName
{
background-color: #AB0137;
}
</style>
border-color css
<style>
span { border-color: #AB0137; }
span { border-color: rgb(171,1,55); }
td.TdClassName
{
border-color: #AB0137;
}
.TagClassName
{
border-color: #AB0137;
}
</style>