Shades of Carmine #AB121D
Tints of Carmine #AB121D
RGB
CMYK
RGB Variations
Color information
#AB121D (or 0xAB121D) is known color: Carmine. HEX triplet: AB, 12 and 1D. RGB value is (171,18,29). Sum of RGB (Red+Green+Blue) = 171+18+29=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB121D is #54EDE2. Grayscale: #414141. Windows color (decimal): -5565923 or 1905323. OLE color: 1905323.
HSL color Cylindrical-coordinate representation of color #AB121D: hue angle of 355.69º 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 #AB121D is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 29 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.33 |
| HSL | 355.69º | 0.81% | 0.37% | - |
| HSV(B) | 355.69º | 0.89% | 0.67% | - |
| XYZ | 17.23 | 9.18 | 2.03 | - |
| YUV | 65 | 107.69 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 29 | 0 | 0.89 | 0.83 | 0.33 | 355.69 | 0.81 | 0.37 |
| Hex | AB | 12 | 1D | 0 | 59 | 53 | 21 | 164 | 51 | 25 |
| Octal | 253 | 22 | 35 | 0 | 131 | 123 | 41 | 544 | 121 | 45 |
| Binary | 10101011 | 10010 | 11101 | 0 | 1011001 | 1010011 | 100001 | 101100100 | 1010001 | 100101 |
Color Harmonies of #AB121D
Complementary color
Monochromatic Colors of #AB121D
Black with #AB121D
Text Example
Text Example
White with #AB121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB121D; }
p { color: rgb(171,18,29); }
H1.HeaderClassName
{
color: #AB121D;
}
.AnyTagClassName
{
color: #AB121D;
}
</style>
background-color css
<style>
a { background-color: #AB121D; }
a { background-color: rgb(171,18,29); }
div.DivClassName
{
background-color: #AB121D;
}
.BgClassName
{
background-color: #AB121D;
}
</style>
border-color css
<style>
span { border-color: #AB121D; }
span { border-color: rgb(171,18,29); }
td.TdClassName
{
border-color: #AB121D;
}
.TagClassName
{
border-color: #AB121D;
}
</style>