Shades of Cardinal #AB1929
Tints of Cardinal #AB1929
RGB
CMYK
RGB Variations
Color information
#AB1929 (or 0xAB1929) is known color: Cardinal. HEX triplet: AB, 19 and 29. RGB value is (171,25,41). Sum of RGB (Red+Green+Blue) = 171+25+41=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1929 is #54E6D6. Grayscale: #464646. Windows color (decimal): -5564119 or 2693547. OLE color: 2693547.
HSL color Cylindrical-coordinate representation of color #AB1929: hue angle of 353.42º 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 #AB1929 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 41 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.33 |
| HSL | 353.42º | 0.74% | 0.38% | - |
| HSV(B) | 353.42º | 0.85% | 0.67% | - |
| XYZ | 17.54 | 9.51 | 3.01 | - |
| YUV | 70.48 | 111.37 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 41 | 0 | 0.85 | 0.76 | 0.33 | 353.42 | 0.74 | 0.38 |
| Hex | AB | 19 | 29 | 0 | 55 | 4C | 21 | 161 | 4A | 26 |
| Octal | 253 | 31 | 51 | 0 | 125 | 114 | 41 | 541 | 112 | 46 |
| Binary | 10101011 | 11001 | 101001 | 0 | 1010101 | 1001100 | 100001 | 101100001 | 1001010 | 100110 |
Color Harmonies of #AB1929
Complementary color
Monochromatic Colors of #AB1929
Black with #AB1929
Text Example
Text Example
White with #AB1929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1929; }
p { color: rgb(171,25,41); }
H1.HeaderClassName
{
color: #AB1929;
}
.AnyTagClassName
{
color: #AB1929;
}
</style>
background-color css
<style>
a { background-color: #AB1929; }
a { background-color: rgb(171,25,41); }
div.DivClassName
{
background-color: #AB1929;
}
.BgClassName
{
background-color: #AB1929;
}
</style>
border-color css
<style>
span { border-color: #AB1929; }
span { border-color: rgb(171,25,41); }
td.TdClassName
{
border-color: #AB1929;
}
.TagClassName
{
border-color: #AB1929;
}
</style>