Shades of Cardinal #AB1137
Tints of Cardinal #AB1137
RGB
CMYK
RGB Variations
Color information
#AB1137 (or 0xAB1137) is known color: Cardinal. HEX triplet: AB, 11 and 37. RGB value is (171,17,55). Sum of RGB (Red+Green+Blue) = 171+17+55=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1137 is #54EEC8. Grayscale: #434343. Windows color (decimal): -5566153 or 3609003. OLE color: 3609003.
HSL color Cylindrical-coordinate representation of color #AB1137: hue angle of 345.19º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1137 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 55 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.33 |
| HSL | 345.19º | 0.82% | 0.37% | - |
| HSV(B) | 345.19º | 0.9% | 0.67% | - |
| XYZ | 17.68 | 9.33 | 4.48 | - |
| YUV | 67.38 | 121.02 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 55 | 0 | 0.90 | 0.68 | 0.33 | 345.19 | 0.82 | 0.37 |
| Hex | AB | 11 | 37 | 0 | 5A | 44 | 21 | 159 | 52 | 25 |
| Octal | 253 | 21 | 67 | 0 | 132 | 104 | 41 | 531 | 122 | 45 |
| Binary | 10101011 | 10001 | 110111 | 0 | 1011010 | 1000100 | 100001 | 101011001 | 1010010 | 100101 |
Color Harmonies of #AB1137
Complementary color
Monochromatic Colors of #AB1137
Black with #AB1137
Text Example
Text Example
White with #AB1137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1137; }
p { color: rgb(171,17,55); }
H1.HeaderClassName
{
color: #AB1137;
}
.AnyTagClassName
{
color: #AB1137;
}
</style>
background-color css
<style>
a { background-color: #AB1137; }
a { background-color: rgb(171,17,55); }
div.DivClassName
{
background-color: #AB1137;
}
.BgClassName
{
background-color: #AB1137;
}
</style>
border-color css
<style>
span { border-color: #AB1137; }
span { border-color: rgb(171,17,55); }
td.TdClassName
{
border-color: #AB1137;
}
.TagClassName
{
border-color: #AB1137;
}
</style>