Shades of Carmine #AB1018
Tints of Carmine #AB1018
RGB
CMYK
RGB Variations
Color information
#AB1018 (or 0xAB1018) is known color: Carmine. HEX triplet: AB, 10 and 18. RGB value is (171,16,24). Sum of RGB (Red+Green+Blue) = 171+16+24=211 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.04% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1018 is #54EFE7. Grayscale: #3F3F3F. Windows color (decimal): -5566440 or 1577131. OLE color: 1577131.
HSL color Cylindrical-coordinate representation of color #AB1018: hue angle of 356.9º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB1018 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 24 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.33 |
| HSL | 356.9º | 0.83% | 0.37% | - |
| HSV(B) | 356.9º | 0.91% | 0.67% | - |
| XYZ | 17.14 | 9.09 | 1.72 | - |
| YUV | 63.26 | 105.85 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 24 | 0 | 0.91 | 0.86 | 0.33 | 356.9 | 0.83 | 0.37 |
| Hex | AB | 10 | 18 | 0 | 5B | 56 | 21 | 165 | 53 | 25 |
| Octal | 253 | 20 | 30 | 0 | 133 | 126 | 41 | 545 | 123 | 45 |
| Binary | 10101011 | 10000 | 11000 | 0 | 1011011 | 1010110 | 100001 | 101100101 | 1010011 | 100101 |
Color Harmonies of #AB1018
Complementary color
Monochromatic Colors of #AB1018
Black with #AB1018
Text Example
Text Example
White with #AB1018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1018; }
p { color: rgb(171,16,24); }
H1.HeaderClassName
{
color: #AB1018;
}
.AnyTagClassName
{
color: #AB1018;
}
</style>
background-color css
<style>
a { background-color: #AB1018; }
a { background-color: rgb(171,16,24); }
div.DivClassName
{
background-color: #AB1018;
}
.BgClassName
{
background-color: #AB1018;
}
</style>
border-color css
<style>
span { border-color: #AB1018; }
span { border-color: rgb(171,16,24); }
td.TdClassName
{
border-color: #AB1018;
}
.TagClassName
{
border-color: #AB1018;
}
</style>