Shades of Carmine #AB131B
Tints of Carmine #AB131B
RGB
CMYK
RGB Variations
Color information
#AB131B (or 0xAB131B) is known color: Carmine. HEX triplet: AB, 13 and 1B. RGB value is (171,19,27). Sum of RGB (Red+Green+Blue) = 171+19+27=217 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.80% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 171 - color contains mainly: red. Hex color #AB131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB131B is #54ECE4. Grayscale: #414141. Windows color (decimal): -5565669 or 1774507. OLE color: 1774507.
HSL color Cylindrical-coordinate representation of color #AB131B: hue angle of 356.84º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB131B is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 27 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.33 |
| HSL | 356.84º | 0.8% | 0.37% | - |
| HSV(B) | 356.84º | 0.89% | 0.67% | - |
| XYZ | 17.23 | 9.2 | 1.91 | - |
| YUV | 65.36 | 106.36 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 27 | 0 | 0.89 | 0.84 | 0.33 | 356.84 | 0.8 | 0.37 |
| Hex | AB | 13 | 1B | 0 | 59 | 54 | 21 | 165 | 50 | 25 |
| Octal | 253 | 23 | 33 | 0 | 131 | 124 | 41 | 545 | 120 | 45 |
| Binary | 10101011 | 10011 | 11011 | 0 | 1011001 | 1010100 | 100001 | 101100101 | 1010000 | 100101 |
Color Harmonies of #AB131B
Complementary color
Monochromatic Colors of #AB131B
Black with #AB131B
Text Example
Text Example
White with #AB131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB131B; }
p { color: rgb(171,19,27); }
H1.HeaderClassName
{
color: #AB131B;
}
.AnyTagClassName
{
color: #AB131B;
}
</style>
background-color css
<style>
a { background-color: #AB131B; }
a { background-color: rgb(171,19,27); }
div.DivClassName
{
background-color: #AB131B;
}
.BgClassName
{
background-color: #AB131B;
}
</style>
border-color css
<style>
span { border-color: #AB131B; }
span { border-color: rgb(171,19,27); }
td.TdClassName
{
border-color: #AB131B;
}
.TagClassName
{
border-color: #AB131B;
}
</style>