Shades of Carmine #AB1317
Tints of Carmine #AB1317
RGB
CMYK
RGB Variations
Color information
#AB1317 (or 0xAB1317) is known color: Carmine. HEX triplet: AB, 13 and 17. RGB value is (171,19,23). Sum of RGB (Red+Green+Blue) = 171+19+23=213 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.28% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 23 (9.38% from 255 or 10.80% from 213); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1317 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1317 is #54ECE8. Grayscale: #414141. Windows color (decimal): -5565673 or 1512363. OLE color: 1512363.
HSL color Cylindrical-coordinate representation of color #AB1317: hue angle of 358.42º degrees, saturation: 0.8, 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 #AB1317 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 23 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.33 |
| HSL | 358.42º | 0.8% | 0.37% | - |
| HSV(B) | 358.42º | 0.89% | 0.67% | - |
| XYZ | 17.18 | 9.19 | 1.68 | - |
| YUV | 64.9 | 104.36 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 23 | 0 | 0.89 | 0.87 | 0.33 | 358.42 | 0.8 | 0.37 |
| Hex | AB | 13 | 17 | 0 | 59 | 57 | 21 | 166 | 50 | 25 |
| Octal | 253 | 23 | 27 | 0 | 131 | 127 | 41 | 546 | 120 | 45 |
| Binary | 10101011 | 10011 | 10111 | 0 | 1011001 | 1010111 | 100001 | 101100110 | 1010000 | 100101 |
Color Harmonies of #AB1317
Complementary color
Monochromatic Colors of #AB1317
Black with #AB1317
Text Example
Text Example
White with #AB1317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1317; }
p { color: rgb(171,19,23); }
H1.HeaderClassName
{
color: #AB1317;
}
.AnyTagClassName
{
color: #AB1317;
}
</style>
background-color css
<style>
a { background-color: #AB1317; }
a { background-color: rgb(171,19,23); }
div.DivClassName
{
background-color: #AB1317;
}
.BgClassName
{
background-color: #AB1317;
}
</style>
border-color css
<style>
span { border-color: #AB1317; }
span { border-color: rgb(171,19,23); }
td.TdClassName
{
border-color: #AB1317;
}
.TagClassName
{
border-color: #AB1317;
}
</style>