Shades of Carmine #AB151F
Tints of Carmine #AB151F
RGB
CMYK
RGB Variations
Color information
#AB151F (or 0xAB151F) is known color: Carmine. HEX triplet: AB, 15 and 1F. RGB value is (171,21,31). Sum of RGB (Red+Green+Blue) = 171+21+31=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB151F is #54EAE0. Grayscale: #434343. Windows color (decimal): -5565153 or 2037163. OLE color: 2037163.
HSL color Cylindrical-coordinate representation of color #AB151F: hue angle of 356º 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 #AB151F is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 31 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.33 |
| HSL | 356º | 0.78% | 0.38% | - |
| HSV(B) | 356º | 0.88% | 0.67% | - |
| XYZ | 17.31 | 9.29 | 2.18 | - |
| YUV | 66.99 | 107.7 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 31 | 0 | 0.88 | 0.82 | 0.33 | 356 | 0.78 | 0.38 |
| Hex | AB | 15 | 1F | 0 | 58 | 52 | 21 | 164 | 4E | 26 |
| Octal | 253 | 25 | 37 | 0 | 130 | 122 | 41 | 544 | 116 | 46 |
| Binary | 10101011 | 10101 | 11111 | 0 | 1011000 | 1010010 | 100001 | 101100100 | 1001110 | 100110 |
Color Harmonies of #AB151F
Complementary color
Monochromatic Colors of #AB151F
Black with #AB151F
Text Example
Text Example
White with #AB151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB151F; }
p { color: rgb(171,21,31); }
H1.HeaderClassName
{
color: #AB151F;
}
.AnyTagClassName
{
color: #AB151F;
}
</style>
background-color css
<style>
a { background-color: #AB151F; }
a { background-color: rgb(171,21,31); }
div.DivClassName
{
background-color: #AB151F;
}
.BgClassName
{
background-color: #AB151F;
}
</style>
border-color css
<style>
span { border-color: #AB151F; }
span { border-color: rgb(171,21,31); }
td.TdClassName
{
border-color: #AB151F;
}
.TagClassName
{
border-color: #AB151F;
}
</style>