Shades of Cardinal #AB1529
Tints of Cardinal #AB1529
RGB
CMYK
RGB Variations
Color information
#AB1529 (or 0xAB1529) is known color: Cardinal. HEX triplet: AB, 15 and 29. RGB value is (171,21,41). Sum of RGB (Red+Green+Blue) = 171+21+41=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1529 is #54EAD6. Grayscale: #444444. Windows color (decimal): -5565143 or 2692523. OLE color: 2692523.
HSL color Cylindrical-coordinate representation of color #AB1529: hue angle of 352º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1529 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 41 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.33 |
| HSL | 352º | 0.78% | 0.38% | - |
| HSV(B) | 352º | 0.88% | 0.67% | - |
| XYZ | 17.46 | 9.35 | 2.98 | - |
| YUV | 68.13 | 112.7 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 41 | 0 | 0.88 | 0.76 | 0.33 | 352 | 0.78 | 0.38 |
| Hex | AB | 15 | 29 | 0 | 58 | 4C | 21 | 160 | 4E | 26 |
| Octal | 253 | 25 | 51 | 0 | 130 | 114 | 41 | 540 | 116 | 46 |
| Binary | 10101011 | 10101 | 101001 | 0 | 1011000 | 1001100 | 100001 | 101100000 | 1001110 | 100110 |
Color Harmonies of #AB1529
Complementary color
Monochromatic Colors of #AB1529
Black with #AB1529
Text Example
Text Example
White with #AB1529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1529; }
p { color: rgb(171,21,41); }
H1.HeaderClassName
{
color: #AB1529;
}
.AnyTagClassName
{
color: #AB1529;
}
</style>
background-color css
<style>
a { background-color: #AB1529; }
a { background-color: rgb(171,21,41); }
div.DivClassName
{
background-color: #AB1529;
}
.BgClassName
{
background-color: #AB1529;
}
</style>
border-color css
<style>
span { border-color: #AB1529; }
span { border-color: rgb(171,21,41); }
td.TdClassName
{
border-color: #AB1529;
}
.TagClassName
{
border-color: #AB1529;
}
</style>