Shades of Cardinal #AB1437
Tints of Cardinal #AB1437
RGB
CMYK
RGB Variations
Color information
#AB1437 (or 0xAB1437) is known color: Cardinal. HEX triplet: AB, 14 and 37. RGB value is (171,20,55). Sum of RGB (Red+Green+Blue) = 171+20+55=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1437 is #54EBC8. Grayscale: #454545. Windows color (decimal): -5565385 or 3609771. OLE color: 3609771.
HSL color Cylindrical-coordinate representation of color #AB1437: hue angle of 346.09º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1437 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 55 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.33 |
| HSL | 346.09º | 0.79% | 0.37% | - |
| HSV(B) | 346.09º | 0.88% | 0.67% | - |
| XYZ | 17.73 | 9.43 | 4.5 | - |
| YUV | 69.14 | 120.03 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 55 | 0 | 0.88 | 0.68 | 0.33 | 346.09 | 0.79 | 0.37 |
| Hex | AB | 14 | 37 | 0 | 58 | 44 | 21 | 15A | 4F | 25 |
| Octal | 253 | 24 | 67 | 0 | 130 | 104 | 41 | 532 | 117 | 45 |
| Binary | 10101011 | 10100 | 110111 | 0 | 1011000 | 1000100 | 100001 | 101011010 | 1001111 | 100101 |
Color Harmonies of #AB1437
Complementary color
Monochromatic Colors of #AB1437
Black with #AB1437
Text Example
Text Example
White with #AB1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1437; }
p { color: rgb(171,20,55); }
H1.HeaderClassName
{
color: #AB1437;
}
.AnyTagClassName
{
color: #AB1437;
}
</style>
background-color css
<style>
a { background-color: #AB1437; }
a { background-color: rgb(171,20,55); }
div.DivClassName
{
background-color: #AB1437;
}
.BgClassName
{
background-color: #AB1437;
}
</style>
border-color css
<style>
span { border-color: #AB1437; }
span { border-color: rgb(171,20,55); }
td.TdClassName
{
border-color: #AB1437;
}
.TagClassName
{
border-color: #AB1437;
}
</style>