Shades of Carmine #AB141D
Tints of Carmine #AB141D
RGB
CMYK
RGB Variations
Color information
#AB141D (or 0xAB141D) is known color: Carmine. HEX triplet: AB, 14 and 1D. RGB value is (171,20,29). Sum of RGB (Red+Green+Blue) = 171+20+29=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB141D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB141D is #54EBE2. Grayscale: #424242. Windows color (decimal): -5565411 or 1905835. OLE color: 1905835.
HSL color Cylindrical-coordinate representation of color #AB141D: hue angle of 356.42º 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 #AB141D is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 29 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.33 |
| HSL | 356.42º | 0.79% | 0.37% | - |
| HSV(B) | 356.42º | 0.88% | 0.67% | - |
| XYZ | 17.27 | 9.25 | 2.04 | - |
| YUV | 66.18 | 107.03 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 29 | 0 | 0.88 | 0.83 | 0.33 | 356.42 | 0.79 | 0.37 |
| Hex | AB | 14 | 1D | 0 | 58 | 53 | 21 | 164 | 4F | 25 |
| Octal | 253 | 24 | 35 | 0 | 130 | 123 | 41 | 544 | 117 | 45 |
| Binary | 10101011 | 10100 | 11101 | 0 | 1011000 | 1010011 | 100001 | 101100100 | 1001111 | 100101 |
Color Harmonies of #AB141D
Complementary color
Monochromatic Colors of #AB141D
Black with #AB141D
Text Example
Text Example
White with #AB141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB141D; }
p { color: rgb(171,20,29); }
H1.HeaderClassName
{
color: #AB141D;
}
.AnyTagClassName
{
color: #AB141D;
}
</style>
background-color css
<style>
a { background-color: #AB141D; }
a { background-color: rgb(171,20,29); }
div.DivClassName
{
background-color: #AB141D;
}
.BgClassName
{
background-color: #AB141D;
}
</style>
border-color css
<style>
span { border-color: #AB141D; }
span { border-color: rgb(171,20,29); }
td.TdClassName
{
border-color: #AB141D;
}
.TagClassName
{
border-color: #AB141D;
}
</style>