Shades of Carmine #AB121A
Tints of Carmine #AB121A
RGB
CMYK
RGB Variations
Color information
#AB121A (or 0xAB121A) is known color: Carmine. HEX triplet: AB, 12 and 1A. RGB value is (171,18,26). Sum of RGB (Red+Green+Blue) = 171+18+26=215 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.53% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 171 - color contains mainly: red. Hex color #AB121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB121A is #54EDE5. Grayscale: #404040. Windows color (decimal): -5565926 or 1708715. OLE color: 1708715.
HSL color Cylindrical-coordinate representation of color #AB121A: hue angle of 356.86º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB121A is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 26 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.33 |
| HSL | 356.86º | 0.81% | 0.37% | - |
| HSV(B) | 356.86º | 0.89% | 0.67% | - |
| XYZ | 17.2 | 9.17 | 1.84 | - |
| YUV | 64.66 | 106.19 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 26 | 0 | 0.89 | 0.85 | 0.33 | 356.86 | 0.81 | 0.37 |
| Hex | AB | 12 | 1A | 0 | 59 | 55 | 21 | 165 | 51 | 25 |
| Octal | 253 | 22 | 32 | 0 | 131 | 125 | 41 | 545 | 121 | 45 |
| Binary | 10101011 | 10010 | 11010 | 0 | 1011001 | 1010101 | 100001 | 101100101 | 1010001 | 100101 |
Color Harmonies of #AB121A
Complementary color
Monochromatic Colors of #AB121A
Black with #AB121A
Text Example
Text Example
White with #AB121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB121A; }
p { color: rgb(171,18,26); }
H1.HeaderClassName
{
color: #AB121A;
}
.AnyTagClassName
{
color: #AB121A;
}
</style>
background-color css
<style>
a { background-color: #AB121A; }
a { background-color: rgb(171,18,26); }
div.DivClassName
{
background-color: #AB121A;
}
.BgClassName
{
background-color: #AB121A;
}
</style>
border-color css
<style>
span { border-color: #AB121A; }
span { border-color: rgb(171,18,26); }
td.TdClassName
{
border-color: #AB121A;
}
.TagClassName
{
border-color: #AB121A;
}
</style>