Shades of Cardinal #AB1737
Tints of Cardinal #AB1737
RGB
CMYK
RGB Variations
Color information
#AB1737 (or 0xAB1737) is known color: Cardinal. HEX triplet: AB, 17 and 37. RGB value is (171,23,55). Sum of RGB (Red+Green+Blue) = 171+23+55=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1737 is #54E8C8. Grayscale: #464646. Windows color (decimal): -5564617 or 3610539. OLE color: 3610539.
HSL color Cylindrical-coordinate representation of color #AB1737: hue angle of 347.03º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1737 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 23 | 55 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.33 |
| HSL | 347.03º | 0.76% | 0.38% | - |
| HSV(B) | 347.03º | 0.87% | 0.67% | - |
| XYZ | 17.79 | 9.55 | 4.52 | - |
| YUV | 70.9 | 119.03 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 55 | 0 | 0.87 | 0.68 | 0.33 | 347.03 | 0.76 | 0.38 |
| Hex | AB | 17 | 37 | 0 | 57 | 44 | 21 | 15B | 4C | 26 |
| Octal | 253 | 27 | 67 | 0 | 127 | 104 | 41 | 533 | 114 | 46 |
| Binary | 10101011 | 10111 | 110111 | 0 | 1010111 | 1000100 | 100001 | 101011011 | 1001100 | 100110 |
Color Harmonies of #AB1737
Complementary color
Monochromatic Colors of #AB1737
Black with #AB1737
Text Example
Text Example
White with #AB1737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1737; }
p { color: rgb(171,23,55); }
H1.HeaderClassName
{
color: #AB1737;
}
.AnyTagClassName
{
color: #AB1737;
}
</style>
background-color css
<style>
a { background-color: #AB1737; }
a { background-color: rgb(171,23,55); }
div.DivClassName
{
background-color: #AB1737;
}
.BgClassName
{
background-color: #AB1737;
}
</style>
border-color css
<style>
span { border-color: #AB1737; }
span { border-color: rgb(171,23,55); }
td.TdClassName
{
border-color: #AB1737;
}
.TagClassName
{
border-color: #AB1737;
}
</style>