Shades of Carmine #AB141F
Tints of Carmine #AB141F
RGB
CMYK
RGB Variations
Color information
#AB141F (or 0xAB141F) is known color: Carmine. HEX triplet: AB, 14 and 1F. RGB value is (171,20,31). Sum of RGB (Red+Green+Blue) = 171+20+31=222 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.03% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 171 - color contains mainly: red. Hex color #AB141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB141F is #54EBE0. Grayscale: #424242. Windows color (decimal): -5565409 or 2036907. OLE color: 2036907.
HSL color Cylindrical-coordinate representation of color #AB141F: hue angle of 355.63º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB141F is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 31 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.33 |
| HSL | 355.63º | 0.79% | 0.37% | - |
| HSV(B) | 355.63º | 0.88% | 0.67% | - |
| XYZ | 17.29 | 9.26 | 2.17 | - |
| YUV | 66.4 | 108.03 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 31 | 0 | 0.88 | 0.82 | 0.33 | 355.63 | 0.79 | 0.37 |
| Hex | AB | 14 | 1F | 0 | 58 | 52 | 21 | 164 | 4F | 25 |
| Octal | 253 | 24 | 37 | 0 | 130 | 122 | 41 | 544 | 117 | 45 |
| Binary | 10101011 | 10100 | 11111 | 0 | 1011000 | 1010010 | 100001 | 101100100 | 1001111 | 100101 |
Color Harmonies of #AB141F
Complementary color
Monochromatic Colors of #AB141F
Black with #AB141F
Text Example
Text Example
White with #AB141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB141F; }
p { color: rgb(171,20,31); }
H1.HeaderClassName
{
color: #AB141F;
}
.AnyTagClassName
{
color: #AB141F;
}
</style>
background-color css
<style>
a { background-color: #AB141F; }
a { background-color: rgb(171,20,31); }
div.DivClassName
{
background-color: #AB141F;
}
.BgClassName
{
background-color: #AB141F;
}
</style>
border-color css
<style>
span { border-color: #AB141F; }
span { border-color: rgb(171,20,31); }
td.TdClassName
{
border-color: #AB141F;
}
.TagClassName
{
border-color: #AB141F;
}
</style>