Shades of Carmine #AB151C
Tints of Carmine #AB151C
RGB
CMYK
RGB Variations
Color information
#AB151C (or 0xAB151C) is known color: Carmine. HEX triplet: AB, 15 and 1C. RGB value is (171,21,28). Sum of RGB (Red+Green+Blue) = 171+21+28=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB151C is #54EAE3. Grayscale: #424242. Windows color (decimal): -5565156 or 1840555. OLE color: 1840555.
HSL color Cylindrical-coordinate representation of color #AB151C: hue angle of 357.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB151C is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 28 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.33 |
| HSL | 357.2º | 0.78% | 0.38% | - |
| HSV(B) | 357.2º | 0.88% | 0.67% | - |
| XYZ | 17.27 | 9.28 | 1.98 | - |
| YUV | 66.65 | 106.2 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 28 | 0 | 0.88 | 0.84 | 0.33 | 357.2 | 0.78 | 0.38 |
| Hex | AB | 15 | 1C | 0 | 58 | 54 | 21 | 165 | 4E | 26 |
| Octal | 253 | 25 | 34 | 0 | 130 | 124 | 41 | 545 | 116 | 46 |
| Binary | 10101011 | 10101 | 11100 | 0 | 1011000 | 1010100 | 100001 | 101100101 | 1001110 | 100110 |
Color Harmonies of #AB151C
Complementary color
Monochromatic Colors of #AB151C
Black with #AB151C
Text Example
Text Example
White with #AB151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB151C; }
p { color: rgb(171,21,28); }
H1.HeaderClassName
{
color: #AB151C;
}
.AnyTagClassName
{
color: #AB151C;
}
</style>
background-color css
<style>
a { background-color: #AB151C; }
a { background-color: rgb(171,21,28); }
div.DivClassName
{
background-color: #AB151C;
}
.BgClassName
{
background-color: #AB151C;
}
</style>
border-color css
<style>
span { border-color: #AB151C; }
span { border-color: rgb(171,21,28); }
td.TdClassName
{
border-color: #AB151C;
}
.TagClassName
{
border-color: #AB151C;
}
</style>