Shades of Carmine #AB141A
Tints of Carmine #AB141A
RGB
CMYK
RGB Variations
Color information
#AB141A (or 0xAB141A) is known color: Carmine. HEX triplet: AB, 14 and 1A. RGB value is (171,20,26). Sum of RGB (Red+Green+Blue) = 171+20+26=217 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.80% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 171 - color contains mainly: red. Hex color #AB141A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB141A is #54EBE5. Grayscale: #414141. Windows color (decimal): -5565414 or 1709227. OLE color: 1709227.
HSL color Cylindrical-coordinate representation of color #AB141A: hue angle of 357.62º 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 #AB141A is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 26 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.33 |
| HSL | 357.62º | 0.79% | 0.37% | - |
| HSV(B) | 357.62º | 0.88% | 0.67% | - |
| XYZ | 17.23 | 9.23 | 1.85 | - |
| YUV | 65.83 | 105.53 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 26 | 0 | 0.88 | 0.85 | 0.33 | 357.62 | 0.79 | 0.37 |
| Hex | AB | 14 | 1A | 0 | 58 | 55 | 21 | 166 | 4F | 25 |
| Octal | 253 | 24 | 32 | 0 | 130 | 125 | 41 | 546 | 117 | 45 |
| Binary | 10101011 | 10100 | 11010 | 0 | 1011000 | 1010101 | 100001 | 101100110 | 1001111 | 100101 |
Color Harmonies of #AB141A
Complementary color
Monochromatic Colors of #AB141A
Black with #AB141A
Text Example
Text Example
White with #AB141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB141A; }
p { color: rgb(171,20,26); }
H1.HeaderClassName
{
color: #AB141A;
}
.AnyTagClassName
{
color: #AB141A;
}
</style>
background-color css
<style>
a { background-color: #AB141A; }
a { background-color: rgb(171,20,26); }
div.DivClassName
{
background-color: #AB141A;
}
.BgClassName
{
background-color: #AB141A;
}
</style>
border-color css
<style>
span { border-color: #AB141A; }
span { border-color: rgb(171,20,26); }
td.TdClassName
{
border-color: #AB141A;
}
.TagClassName
{
border-color: #AB141A;
}
</style>