Shades of Carmine #AB171C
Tints of Carmine #AB171C
RGB
CMYK
RGB Variations
Color information
#AB171C (or 0xAB171C) is known color: Carmine. HEX triplet: AB, 17 and 1C. RGB value is (171,23,28). Sum of RGB (Red+Green+Blue) = 171+23+28=222 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.03% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 171 - color contains mainly: red. Hex color #AB171C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB171C is #54E8E3. Grayscale: #434343. Windows color (decimal): -5564644 or 1841067. OLE color: 1841067.
HSL color Cylindrical-coordinate representation of color #AB171C: hue angle of 357.97º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB171C is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 23 | 28 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.33 |
| HSL | 357.97º | 0.76% | 0.38% | - |
| HSV(B) | 357.97º | 0.87% | 0.67% | - |
| XYZ | 17.31 | 9.35 | 1.99 | - |
| YUV | 67.82 | 105.53 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 28 | 0 | 0.87 | 0.84 | 0.33 | 357.97 | 0.76 | 0.38 |
| Hex | AB | 17 | 1C | 0 | 57 | 54 | 21 | 166 | 4C | 26 |
| Octal | 253 | 27 | 34 | 0 | 127 | 124 | 41 | 546 | 114 | 46 |
| Binary | 10101011 | 10111 | 11100 | 0 | 1010111 | 1010100 | 100001 | 101100110 | 1001100 | 100110 |
Color Harmonies of #AB171C
Complementary color
Monochromatic Colors of #AB171C
Black with #AB171C
Text Example
Text Example
White with #AB171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB171C; }
p { color: rgb(171,23,28); }
H1.HeaderClassName
{
color: #AB171C;
}
.AnyTagClassName
{
color: #AB171C;
}
</style>
background-color css
<style>
a { background-color: #AB171C; }
a { background-color: rgb(171,23,28); }
div.DivClassName
{
background-color: #AB171C;
}
.BgClassName
{
background-color: #AB171C;
}
</style>
border-color css
<style>
span { border-color: #AB171C; }
span { border-color: rgb(171,23,28); }
td.TdClassName
{
border-color: #AB171C;
}
.TagClassName
{
border-color: #AB171C;
}
</style>