Shades of Carmine #AB1422
Tints of Carmine #AB1422
RGB
CMYK
RGB Variations
Color information
#AB1422 (or 0xAB1422) is known color: Carmine. HEX triplet: AB, 14 and 22. RGB value is (171,20,34). Sum of RGB (Red+Green+Blue) = 171+20+34=225 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1422 is #54EBDD. Grayscale: #424242. Windows color (decimal): -5565406 or 2233515. OLE color: 2233515.
HSL color Cylindrical-coordinate representation of color #AB1422: hue angle of 354.44º 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 #AB1422 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 34 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.33 |
| HSL | 354.44º | 0.79% | 0.37% | - |
| HSV(B) | 354.44º | 0.88% | 0.67% | - |
| XYZ | 17.33 | 9.27 | 2.39 | - |
| YUV | 66.75 | 109.53 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 34 | 0 | 0.88 | 0.80 | 0.33 | 354.44 | 0.79 | 0.37 |
| Hex | AB | 14 | 22 | 0 | 58 | 50 | 21 | 162 | 4F | 25 |
| Octal | 253 | 24 | 42 | 0 | 130 | 120 | 41 | 542 | 117 | 45 |
| Binary | 10101011 | 10100 | 100010 | 0 | 1011000 | 1010000 | 100001 | 101100010 | 1001111 | 100101 |
Color Harmonies of #AB1422
Complementary color
Monochromatic Colors of #AB1422
Black with #AB1422
Text Example
Text Example
White with #AB1422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1422; }
p { color: rgb(171,20,34); }
H1.HeaderClassName
{
color: #AB1422;
}
.AnyTagClassName
{
color: #AB1422;
}
</style>
background-color css
<style>
a { background-color: #AB1422; }
a { background-color: rgb(171,20,34); }
div.DivClassName
{
background-color: #AB1422;
}
.BgClassName
{
background-color: #AB1422;
}
</style>
border-color css
<style>
span { border-color: #AB1422; }
span { border-color: rgb(171,20,34); }
td.TdClassName
{
border-color: #AB1422;
}
.TagClassName
{
border-color: #AB1422;
}
</style>