Shades of Cardinal #AB0E40
Tints of Cardinal #AB0E40
RGB
CMYK
RGB Variations
Color information
#AB0E40 (or 0xAB0E40) is known color: Cardinal. HEX triplet: AB, 0E and 40. RGB value is (171,14,64). Sum of RGB (Red+Green+Blue) = 171+14+64=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0E40 is #54F1BF. Grayscale: #424242. Windows color (decimal): -5566912 or 4198059. OLE color: 4198059.
HSL color Cylindrical-coordinate representation of color #AB0E40: hue angle of 340.89º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB0E40 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 14 | 64 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.33 |
| HSL | 340.89º | 0.85% | 0.36% | - |
| HSV(B) | 340.89º | 0.92% | 0.67% | - |
| XYZ | 17.88 | 9.34 | 5.71 | - |
| YUV | 66.64 | 126.51 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 14 | 64 | 0 | 0.92 | 0.63 | 0.33 | 340.89 | 0.85 | 0.36 |
| Hex | AB | E | 40 | 0 | 5C | 3F | 21 | 155 | 55 | 24 |
| Octal | 253 | 16 | 100 | 0 | 134 | 77 | 41 | 525 | 125 | 44 |
| Binary | 10101011 | 1110 | 1000000 | 0 | 1011100 | 111111 | 100001 | 101010101 | 1010101 | 100100 |
Color Harmonies of #AB0E40
Complementary color
Monochromatic Colors of #AB0E40
Black with #AB0E40
Text Example
Text Example
White with #AB0E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0E40; }
p { color: rgb(171,14,64); }
H1.HeaderClassName
{
color: #AB0E40;
}
.AnyTagClassName
{
color: #AB0E40;
}
</style>
background-color css
<style>
a { background-color: #AB0E40; }
a { background-color: rgb(171,14,64); }
div.DivClassName
{
background-color: #AB0E40;
}
.BgClassName
{
background-color: #AB0E40;
}
</style>
border-color css
<style>
span { border-color: #AB0E40; }
span { border-color: rgb(171,14,64); }
td.TdClassName
{
border-color: #AB0E40;
}
.TagClassName
{
border-color: #AB0E40;
}
</style>