Shades of Cardinal #AB0537
Tints of Cardinal #AB0537
RGB
CMYK
RGB Variations
Color information
#AB0537 (or 0xAB0537) is known color: Cardinal. HEX triplet: AB, 05 and 37. RGB value is (171,5,55). Sum of RGB (Red+Green+Blue) = 171+5+55=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0537 is #54FAC8. Grayscale: #3C3C3C. Windows color (decimal): -5569225 or 3605931. OLE color: 3605931.
HSL color Cylindrical-coordinate representation of color #AB0537: hue angle of 341.93º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB0537 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 55 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.33 |
| HSL | 341.93º | 0.94% | 0.35% | - |
| HSV(B) | 341.93º | 0.97% | 0.67% | - |
| XYZ | 17.54 | 9.04 | 4.44 | - |
| YUV | 60.33 | 125 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 55 | 0 | 0.97 | 0.68 | 0.33 | 341.93 | 0.94 | 0.35 |
| Hex | AB | 5 | 37 | 0 | 61 | 44 | 21 | 156 | 5E | 23 |
| Octal | 253 | 5 | 67 | 0 | 141 | 104 | 41 | 526 | 136 | 43 |
| Binary | 10101011 | 101 | 110111 | 0 | 1100001 | 1000100 | 100001 | 101010110 | 1011110 | 100011 |
Color Harmonies of #AB0537
Complementary color
Monochromatic Colors of #AB0537
Black with #AB0537
Text Example
Text Example
White with #AB0537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0537; }
p { color: rgb(171,5,55); }
H1.HeaderClassName
{
color: #AB0537;
}
.AnyTagClassName
{
color: #AB0537;
}
</style>
background-color css
<style>
a { background-color: #AB0537; }
a { background-color: rgb(171,5,55); }
div.DivClassName
{
background-color: #AB0537;
}
.BgClassName
{
background-color: #AB0537;
}
</style>
border-color css
<style>
span { border-color: #AB0537; }
span { border-color: rgb(171,5,55); }
td.TdClassName
{
border-color: #AB0537;
}
.TagClassName
{
border-color: #AB0537;
}
</style>