Shades of Carmine #AB151D
Tints of Carmine #AB151D
RGB
CMYK
RGB Variations
Color information
#AB151D (or 0xAB151D) is known color: Carmine. HEX triplet: AB, 15 and 1D. RGB value is (171,21,29). Sum of RGB (Red+Green+Blue) = 171+21+29=221 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.38% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 171 - color contains mainly: red. Hex color #AB151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB151D is #54EAE2. Grayscale: #424242. Windows color (decimal): -5565155 or 1906091. OLE color: 1906091.
HSL color Cylindrical-coordinate representation of color #AB151D: hue angle of 356.8º 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 #AB151D is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 29 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.33 |
| HSL | 356.8º | 0.78% | 0.38% | - |
| HSV(B) | 356.8º | 0.88% | 0.67% | - |
| XYZ | 17.28 | 9.28 | 2.04 | - |
| YUV | 66.76 | 106.7 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 29 | 0 | 0.88 | 0.83 | 0.33 | 356.8 | 0.78 | 0.38 |
| Hex | AB | 15 | 1D | 0 | 58 | 53 | 21 | 165 | 4E | 26 |
| Octal | 253 | 25 | 35 | 0 | 130 | 123 | 41 | 545 | 116 | 46 |
| Binary | 10101011 | 10101 | 11101 | 0 | 1011000 | 1010011 | 100001 | 101100101 | 1001110 | 100110 |
Color Harmonies of #AB151D
Complementary color
Monochromatic Colors of #AB151D
Black with #AB151D
Text Example
Text Example
White with #AB151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB151D; }
p { color: rgb(171,21,29); }
H1.HeaderClassName
{
color: #AB151D;
}
.AnyTagClassName
{
color: #AB151D;
}
</style>
background-color css
<style>
a { background-color: #AB151D; }
a { background-color: rgb(171,21,29); }
div.DivClassName
{
background-color: #AB151D;
}
.BgClassName
{
background-color: #AB151D;
}
</style>
border-color css
<style>
span { border-color: #AB151D; }
span { border-color: rgb(171,21,29); }
td.TdClassName
{
border-color: #AB151D;
}
.TagClassName
{
border-color: #AB151D;
}
</style>