Shades of Carmine #AB1012
Tints of Carmine #AB1012
RGB
CMYK
RGB Variations
Color information
#AB1012 (or 0xAB1012) is known color: Carmine. HEX triplet: AB, 10 and 12. RGB value is (171,16,18). Sum of RGB (Red+Green+Blue) = 171+16+18=205 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.41% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1012 is #54EFED. Grayscale: #3E3E3E. Windows color (decimal): -5566446 or 1183915. OLE color: 1183915.
HSL color Cylindrical-coordinate representation of color #AB1012: hue angle of 359.23º 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 #AB1012 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 18 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.33 |
| HSL | 359.23º | 0.83% | 0.37% | - |
| HSV(B) | 359.23º | 0.91% | 0.67% | - |
| XYZ | 17.09 | 9.07 | 1.42 | - |
| YUV | 62.57 | 102.85 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 18 | 0 | 0.91 | 0.89 | 0.33 | 359.23 | 0.83 | 0.37 |
| Hex | AB | 10 | 12 | 0 | 5B | 59 | 21 | 167 | 53 | 25 |
| Octal | 253 | 20 | 22 | 0 | 133 | 131 | 41 | 547 | 123 | 45 |
| Binary | 10101011 | 10000 | 10010 | 0 | 1011011 | 1011001 | 100001 | 101100111 | 1010011 | 100101 |
Color Harmonies of #AB1012
Complementary color
Monochromatic Colors of #AB1012
Black with #AB1012
Text Example
Text Example
White with #AB1012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1012; }
p { color: rgb(171,16,18); }
H1.HeaderClassName
{
color: #AB1012;
}
.AnyTagClassName
{
color: #AB1012;
}
</style>
background-color css
<style>
a { background-color: #AB1012; }
a { background-color: rgb(171,16,18); }
div.DivClassName
{
background-color: #AB1012;
}
.BgClassName
{
background-color: #AB1012;
}
</style>
border-color css
<style>
span { border-color: #AB1012; }
span { border-color: rgb(171,16,18); }
td.TdClassName
{
border-color: #AB1012;
}
.TagClassName
{
border-color: #AB1012;
}
</style>