Shades of Carmine #AB1215
Tints of Carmine #AB1215
RGB
CMYK
RGB Variations
Color information
#AB1215 (or 0xAB1215) is known color: Carmine. HEX triplet: AB, 12 and 15. RGB value is (171,18,21). Sum of RGB (Red+Green+Blue) = 171+18+21=210 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.43% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1215 is #54EDEA. Grayscale: #404040. Windows color (decimal): -5565931 or 1381035. OLE color: 1381035.
HSL color Cylindrical-coordinate representation of color #AB1215: hue angle of 358.82º 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 #AB1215 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 21 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.33 |
| HSL | 358.82º | 0.81% | 0.37% | - |
| HSV(B) | 358.82º | 0.89% | 0.67% | - |
| XYZ | 17.15 | 9.14 | 1.57 | - |
| YUV | 64.09 | 103.69 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 21 | 0 | 0.89 | 0.88 | 0.33 | 358.82 | 0.81 | 0.37 |
| Hex | AB | 12 | 15 | 0 | 59 | 58 | 21 | 167 | 51 | 25 |
| Octal | 253 | 22 | 25 | 0 | 131 | 130 | 41 | 547 | 121 | 45 |
| Binary | 10101011 | 10010 | 10101 | 0 | 1011001 | 1011000 | 100001 | 101100111 | 1010001 | 100101 |
Color Harmonies of #AB1215
Complementary color
Monochromatic Colors of #AB1215
Black with #AB1215
Text Example
Text Example
White with #AB1215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1215; }
p { color: rgb(171,18,21); }
H1.HeaderClassName
{
color: #AB1215;
}
.AnyTagClassName
{
color: #AB1215;
}
</style>
background-color css
<style>
a { background-color: #AB1215; }
a { background-color: rgb(171,18,21); }
div.DivClassName
{
background-color: #AB1215;
}
.BgClassName
{
background-color: #AB1215;
}
</style>
border-color css
<style>
span { border-color: #AB1215; }
span { border-color: rgb(171,18,21); }
td.TdClassName
{
border-color: #AB1215;
}
.TagClassName
{
border-color: #AB1215;
}
</style>