Shades of Cardinal #AB1136
Tints of Cardinal #AB1136
RGB
CMYK
RGB Variations
Color information
#AB1136 (or 0xAB1136) is known color: Cardinal. HEX triplet: AB, 11 and 36. RGB value is (171,17,54). Sum of RGB (Red+Green+Blue) = 171+17+54=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1136 is #54EEC9. Grayscale: #434343. Windows color (decimal): -5566154 or 3543467. OLE color: 3543467.
HSL color Cylindrical-coordinate representation of color #AB1136: hue angle of 345.58º 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 #AB1136 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 54 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.33 |
| HSL | 345.58º | 0.82% | 0.37% | - |
| HSV(B) | 345.58º | 0.9% | 0.67% | - |
| XYZ | 17.66 | 9.33 | 4.36 | - |
| YUV | 67.26 | 120.52 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 54 | 0 | 0.90 | 0.68 | 0.33 | 345.58 | 0.82 | 0.37 |
| Hex | AB | 11 | 36 | 0 | 5A | 44 | 21 | 15A | 52 | 25 |
| Octal | 253 | 21 | 66 | 0 | 132 | 104 | 41 | 532 | 122 | 45 |
| Binary | 10101011 | 10001 | 110110 | 0 | 1011010 | 1000100 | 100001 | 101011010 | 1010010 | 100101 |
Color Harmonies of #AB1136
Complementary color
Monochromatic Colors of #AB1136
Black with #AB1136
Text Example
Text Example
White with #AB1136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1136; }
p { color: rgb(171,17,54); }
H1.HeaderClassName
{
color: #AB1136;
}
.AnyTagClassName
{
color: #AB1136;
}
</style>
background-color css
<style>
a { background-color: #AB1136; }
a { background-color: rgb(171,17,54); }
div.DivClassName
{
background-color: #AB1136;
}
.BgClassName
{
background-color: #AB1136;
}
</style>
border-color css
<style>
span { border-color: #AB1136; }
span { border-color: rgb(171,17,54); }
td.TdClassName
{
border-color: #AB1136;
}
.TagClassName
{
border-color: #AB1136;
}
</style>