Shades of Cardinal #AB192C
Tints of Cardinal #AB192C
RGB
CMYK
RGB Variations
Color information
#AB192C (or 0xAB192C) is known color: Cardinal. HEX triplet: AB, 19 and 2C. RGB value is (171,25,44). Sum of RGB (Red+Green+Blue) = 171+25+44=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB192C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB192C is #54E6D3. Grayscale: #464646. Windows color (decimal): -5564116 or 2890155. OLE color: 2890155.
HSL color Cylindrical-coordinate representation of color #AB192C: hue angle of 352.19º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB192C is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 44 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.33 |
| HSL | 352.19º | 0.74% | 0.38% | - |
| HSV(B) | 352.19º | 0.85% | 0.67% | - |
| XYZ | 17.6 | 9.54 | 3.3 | - |
| YUV | 70.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 44 | 0 | 0.85 | 0.74 | 0.33 | 352.19 | 0.74 | 0.38 |
| Hex | AB | 19 | 2C | 0 | 55 | 4A | 21 | 160 | 4A | 26 |
| Octal | 253 | 31 | 54 | 0 | 125 | 112 | 41 | 540 | 112 | 46 |
| Binary | 10101011 | 11001 | 101100 | 0 | 1010101 | 1001010 | 100001 | 101100000 | 1001010 | 100110 |
Color Harmonies of #AB192C
Complementary color
Monochromatic Colors of #AB192C
Black with #AB192C
Text Example
Text Example
White with #AB192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB192C; }
p { color: rgb(171,25,44); }
H1.HeaderClassName
{
color: #AB192C;
}
.AnyTagClassName
{
color: #AB192C;
}
</style>
background-color css
<style>
a { background-color: #AB192C; }
a { background-color: rgb(171,25,44); }
div.DivClassName
{
background-color: #AB192C;
}
.BgClassName
{
background-color: #AB192C;
}
</style>
border-color css
<style>
span { border-color: #AB192C; }
span { border-color: rgb(171,25,44); }
td.TdClassName
{
border-color: #AB192C;
}
.TagClassName
{
border-color: #AB192C;
}
</style>