Shades of Cardinal #AB152A
Tints of Cardinal #AB152A
RGB
CMYK
RGB Variations
Color information
#AB152A (or 0xAB152A) is known color: Cardinal. HEX triplet: AB, 15 and 2A. RGB value is (171,21,42). Sum of RGB (Red+Green+Blue) = 171+21+42=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB152A is #54EAD5. Grayscale: #444444. Windows color (decimal): -5565142 or 2758059. OLE color: 2758059.
HSL color Cylindrical-coordinate representation of color #AB152A: hue angle of 351.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 #AB152A is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 42 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.33 |
| HSL | 351.6º | 0.78% | 0.38% | - |
| HSV(B) | 351.6º | 0.88% | 0.67% | - |
| XYZ | 17.48 | 9.36 | 3.08 | - |
| YUV | 68.24 | 113.2 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 42 | 0 | 0.88 | 0.75 | 0.33 | 351.6 | 0.78 | 0.38 |
| Hex | AB | 15 | 2A | 0 | 58 | 4B | 21 | 160 | 4E | 26 |
| Octal | 253 | 25 | 52 | 0 | 130 | 113 | 41 | 540 | 116 | 46 |
| Binary | 10101011 | 10101 | 101010 | 0 | 1011000 | 1001011 | 100001 | 101100000 | 1001110 | 100110 |
Color Harmonies of #AB152A
Complementary color
Monochromatic Colors of #AB152A
Black with #AB152A
Text Example
Text Example
White with #AB152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB152A; }
p { color: rgb(171,21,42); }
H1.HeaderClassName
{
color: #AB152A;
}
.AnyTagClassName
{
color: #AB152A;
}
</style>
background-color css
<style>
a { background-color: #AB152A; }
a { background-color: rgb(171,21,42); }
div.DivClassName
{
background-color: #AB152A;
}
.BgClassName
{
background-color: #AB152A;
}
</style>
border-color css
<style>
span { border-color: #AB152A; }
span { border-color: rgb(171,21,42); }
td.TdClassName
{
border-color: #AB152A;
}
.TagClassName
{
border-color: #AB152A;
}
</style>