Shades of Cardinal #AB1828
Tints of Cardinal #AB1828
RGB
CMYK
RGB Variations
Color information
#AB1828 (or 0xAB1828) is known color: Cardinal. HEX triplet: AB, 18 and 28. RGB value is (171,24,40). Sum of RGB (Red+Green+Blue) = 171+24+40=235 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.77% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1828 is #54E7D7. Grayscale: #454545. Windows color (decimal): -5564376 or 2627755. OLE color: 2627755.
HSL color Cylindrical-coordinate representation of color #AB1828: hue angle of 353.47º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1828 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 40 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.33 |
| HSL | 353.47º | 0.75% | 0.38% | - |
| HSV(B) | 353.47º | 0.86% | 0.67% | - |
| XYZ | 17.5 | 9.46 | 2.91 | - |
| YUV | 69.78 | 111.2 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 40 | 0 | 0.86 | 0.77 | 0.33 | 353.47 | 0.75 | 0.38 |
| Hex | AB | 18 | 28 | 0 | 56 | 4D | 21 | 161 | 4B | 26 |
| Octal | 253 | 30 | 50 | 0 | 126 | 115 | 41 | 541 | 113 | 46 |
| Binary | 10101011 | 11000 | 101000 | 0 | 1010110 | 1001101 | 100001 | 101100001 | 1001011 | 100110 |
Color Harmonies of #AB1828
Complementary color
Monochromatic Colors of #AB1828
Black with #AB1828
Text Example
Text Example
White with #AB1828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1828; }
p { color: rgb(171,24,40); }
H1.HeaderClassName
{
color: #AB1828;
}
.AnyTagClassName
{
color: #AB1828;
}
</style>
background-color css
<style>
a { background-color: #AB1828; }
a { background-color: rgb(171,24,40); }
div.DivClassName
{
background-color: #AB1828;
}
.BgClassName
{
background-color: #AB1828;
}
</style>
border-color css
<style>
span { border-color: #AB1828; }
span { border-color: rgb(171,24,40); }
td.TdClassName
{
border-color: #AB1828;
}
.TagClassName
{
border-color: #AB1828;
}
</style>