Shades of Cardinal #AB1534
Tints of Cardinal #AB1534
RGB
CMYK
RGB Variations
Color information
#AB1534 (or 0xAB1534) is known color: Cardinal. HEX triplet: AB, 15 and 34. RGB value is (171,21,52). Sum of RGB (Red+Green+Blue) = 171+21+52=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1534 is #54EACB. Grayscale: #454545. Windows color (decimal): -5565132 or 3413419. OLE color: 3413419.
HSL color Cylindrical-coordinate representation of color #AB1534: hue angle of 347.6º 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 #AB1534 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 52 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.33 |
| HSL | 347.6º | 0.78% | 0.38% | - |
| HSV(B) | 347.6º | 0.88% | 0.67% | - |
| XYZ | 17.68 | 9.44 | 4.14 | - |
| YUV | 69.38 | 118.2 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 52 | 0 | 0.88 | 0.70 | 0.33 | 347.6 | 0.78 | 0.38 |
| Hex | AB | 15 | 34 | 0 | 58 | 46 | 21 | 15C | 4E | 26 |
| Octal | 253 | 25 | 64 | 0 | 130 | 106 | 41 | 534 | 116 | 46 |
| Binary | 10101011 | 10101 | 110100 | 0 | 1011000 | 1000110 | 100001 | 101011100 | 1001110 | 100110 |
Color Harmonies of #AB1534
Complementary color
Monochromatic Colors of #AB1534
Black with #AB1534
Text Example
Text Example
White with #AB1534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1534; }
p { color: rgb(171,21,52); }
H1.HeaderClassName
{
color: #AB1534;
}
.AnyTagClassName
{
color: #AB1534;
}
</style>
background-color css
<style>
a { background-color: #AB1534; }
a { background-color: rgb(171,21,52); }
div.DivClassName
{
background-color: #AB1534;
}
.BgClassName
{
background-color: #AB1534;
}
</style>
border-color css
<style>
span { border-color: #AB1534; }
span { border-color: rgb(171,21,52); }
td.TdClassName
{
border-color: #AB1534;
}
.TagClassName
{
border-color: #AB1534;
}
</style>