Shades of Carmine #AB0C1E
Tints of Carmine #AB0C1E
RGB
CMYK
RGB Variations
Color information
#AB0C1E (or 0xAB0C1E) is known color: Carmine. HEX triplet: AB, 0C and 1E. RGB value is (171,12,30). Sum of RGB (Red+Green+Blue) = 171+12+30=213 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.28% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0C1E is #54F3E1. Grayscale: #3D3D3D. Windows color (decimal): -5567458 or 1969323. OLE color: 1969323.
HSL color Cylindrical-coordinate representation of color #AB0C1E: hue angle of 353.21º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0C1E is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 12 | 30 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.33 |
| HSL | 353.21º | 0.87% | 0.36% | - |
| HSV(B) | 353.21º | 0.93% | 0.67% | - |
| XYZ | 17.16 | 9.01 | 2.06 | - |
| YUV | 61.59 | 110.18 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 12 | 30 | 0 | 0.93 | 0.82 | 0.33 | 353.21 | 0.87 | 0.36 |
| Hex | AB | C | 1E | 0 | 5D | 52 | 21 | 161 | 57 | 24 |
| Octal | 253 | 14 | 36 | 0 | 135 | 122 | 41 | 541 | 127 | 44 |
| Binary | 10101011 | 1100 | 11110 | 0 | 1011101 | 1010010 | 100001 | 101100001 | 1010111 | 100100 |
Color Harmonies of #AB0C1E
Complementary color
Monochromatic Colors of #AB0C1E
Black with #AB0C1E
Text Example
Text Example
White with #AB0C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0C1E; }
p { color: rgb(171,12,30); }
H1.HeaderClassName
{
color: #AB0C1E;
}
.AnyTagClassName
{
color: #AB0C1E;
}
</style>
background-color css
<style>
a { background-color: #AB0C1E; }
a { background-color: rgb(171,12,30); }
div.DivClassName
{
background-color: #AB0C1E;
}
.BgClassName
{
background-color: #AB0C1E;
}
</style>
border-color css
<style>
span { border-color: #AB0C1E; }
span { border-color: rgb(171,12,30); }
td.TdClassName
{
border-color: #AB0C1E;
}
.TagClassName
{
border-color: #AB0C1E;
}
</style>