Shades of Carmine #AB0915
Tints of Carmine #AB0915
RGB
CMYK
RGB Variations
Color information
#AB0915 (or 0xAB0915) is known color: Carmine. HEX triplet: AB, 09 and 15. RGB value is (171,9,21). Sum of RGB (Red+Green+Blue) = 171+9+21=201 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.07% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0915 is #54F6EA. Grayscale: #3A3A3A. Windows color (decimal): -5568235 or 1378731. OLE color: 1378731.
HSL color Cylindrical-coordinate representation of color #AB0915: hue angle of 355.56º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0915 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 9 | 21 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.33 |
| HSL | 355.56º | 0.9% | 0.35% | - |
| HSV(B) | 355.56º | 0.95% | 0.67% | - |
| XYZ | 17.03 | 8.91 | 1.53 | - |
| YUV | 58.81 | 106.67 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 9 | 21 | 0 | 0.95 | 0.88 | 0.33 | 355.56 | 0.9 | 0.35 |
| Hex | AB | 9 | 15 | 0 | 5F | 58 | 21 | 164 | 5A | 23 |
| Octal | 253 | 11 | 25 | 0 | 137 | 130 | 41 | 544 | 132 | 43 |
| Binary | 10101011 | 1001 | 10101 | 0 | 1011111 | 1011000 | 100001 | 101100100 | 1011010 | 100011 |
Color Harmonies of #AB0915
Complementary color
Monochromatic Colors of #AB0915
Black with #AB0915
Text Example
Text Example
White with #AB0915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0915; }
p { color: rgb(171,9,21); }
H1.HeaderClassName
{
color: #AB0915;
}
.AnyTagClassName
{
color: #AB0915;
}
</style>
background-color css
<style>
a { background-color: #AB0915; }
a { background-color: rgb(171,9,21); }
div.DivClassName
{
background-color: #AB0915;
}
.BgClassName
{
background-color: #AB0915;
}
</style>
border-color css
<style>
span { border-color: #AB0915; }
span { border-color: rgb(171,9,21); }
td.TdClassName
{
border-color: #AB0915;
}
.TagClassName
{
border-color: #AB0915;
}
</style>