Shades of Cardinal #AB1336
Tints of Cardinal #AB1336
RGB
CMYK
RGB Variations
Color information
#AB1336 (or 0xAB1336) is known color: Cardinal. HEX triplet: AB, 13 and 36. RGB value is (171,19,54). Sum of RGB (Red+Green+Blue) = 171+19+54=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1336 is #54ECC9. Grayscale: #444444. Windows color (decimal): -5565642 or 3543979. OLE color: 3543979.
HSL color Cylindrical-coordinate representation of color #AB1336: hue angle of 346.18º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1336 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 54 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.33 |
| HSL | 346.18º | 0.8% | 0.37% | - |
| HSV(B) | 346.18º | 0.89% | 0.67% | - |
| XYZ | 17.69 | 9.39 | 4.37 | - |
| YUV | 68.44 | 119.86 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 54 | 0 | 0.89 | 0.68 | 0.33 | 346.18 | 0.8 | 0.37 |
| Hex | AB | 13 | 36 | 0 | 59 | 44 | 21 | 15A | 50 | 25 |
| Octal | 253 | 23 | 66 | 0 | 131 | 104 | 41 | 532 | 120 | 45 |
| Binary | 10101011 | 10011 | 110110 | 0 | 1011001 | 1000100 | 100001 | 101011010 | 1010000 | 100101 |
Color Harmonies of #AB1336
Complementary color
Monochromatic Colors of #AB1336
Black with #AB1336
Text Example
Text Example
White with #AB1336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1336; }
p { color: rgb(171,19,54); }
H1.HeaderClassName
{
color: #AB1336;
}
.AnyTagClassName
{
color: #AB1336;
}
</style>
background-color css
<style>
a { background-color: #AB1336; }
a { background-color: rgb(171,19,54); }
div.DivClassName
{
background-color: #AB1336;
}
.BgClassName
{
background-color: #AB1336;
}
</style>
border-color css
<style>
span { border-color: #AB1336; }
span { border-color: rgb(171,19,54); }
td.TdClassName
{
border-color: #AB1336;
}
.TagClassName
{
border-color: #AB1336;
}
</style>