Shades of Cardinal #AB1633
Tints of Cardinal #AB1633
RGB
CMYK
RGB Variations
Color information
#AB1633 (or 0xAB1633) is known color: Cardinal. HEX triplet: AB, 16 and 33. RGB value is (171,22,51). Sum of RGB (Red+Green+Blue) = 171+22+51=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1633 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1633 is #54E9CC. Grayscale: #454545. Windows color (decimal): -5564877 or 3348139. OLE color: 3348139.
HSL color Cylindrical-coordinate representation of color #AB1633: hue angle of 348.32º degrees, saturation: 0.77, 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 #AB1633 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 22 | 51 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.33 |
| HSL | 348.32º | 0.77% | 0.38% | - |
| HSV(B) | 348.32º | 0.87% | 0.67% | - |
| XYZ | 17.68 | 9.47 | 4.03 | - |
| YUV | 69.86 | 117.36 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 51 | 0 | 0.87 | 0.70 | 0.33 | 348.32 | 0.77 | 0.38 |
| Hex | AB | 16 | 33 | 0 | 57 | 46 | 21 | 15C | 4D | 26 |
| Octal | 253 | 26 | 63 | 0 | 127 | 106 | 41 | 534 | 115 | 46 |
| Binary | 10101011 | 10110 | 110011 | 0 | 1010111 | 1000110 | 100001 | 101011100 | 1001101 | 100110 |
Color Harmonies of #AB1633
Complementary color
Monochromatic Colors of #AB1633
Black with #AB1633
Text Example
Text Example
White with #AB1633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1633; }
p { color: rgb(171,22,51); }
H1.HeaderClassName
{
color: #AB1633;
}
.AnyTagClassName
{
color: #AB1633;
}
</style>
background-color css
<style>
a { background-color: #AB1633; }
a { background-color: rgb(171,22,51); }
div.DivClassName
{
background-color: #AB1633;
}
.BgClassName
{
background-color: #AB1633;
}
</style>
border-color css
<style>
span { border-color: #AB1633; }
span { border-color: rgb(171,22,51); }
td.TdClassName
{
border-color: #AB1633;
}
.TagClassName
{
border-color: #AB1633;
}
</style>