Shades of Cardinal #AB162E
Tints of Cardinal #AB162E
RGB
CMYK
RGB Variations
Color information
#AB162E (or 0xAB162E) is known color: Cardinal. HEX triplet: AB, 16 and 2E. RGB value is (171,22,46). Sum of RGB (Red+Green+Blue) = 171+22+46=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB162E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB162E is #54E9D1. Grayscale: #454545. Windows color (decimal): -5564882 or 3020459. OLE color: 3020459.
HSL color Cylindrical-coordinate representation of color #AB162E: hue angle of 350.34º 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 #AB162E is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 22 | 46 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.33 |
| HSL | 350.34º | 0.77% | 0.38% | - |
| HSV(B) | 350.34º | 0.87% | 0.67% | - |
| XYZ | 17.57 | 9.43 | 3.48 | - |
| YUV | 69.29 | 114.86 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 46 | 0 | 0.87 | 0.73 | 0.33 | 350.34 | 0.77 | 0.38 |
| Hex | AB | 16 | 2E | 0 | 57 | 49 | 21 | 15E | 4D | 26 |
| Octal | 253 | 26 | 56 | 0 | 127 | 111 | 41 | 536 | 115 | 46 |
| Binary | 10101011 | 10110 | 101110 | 0 | 1010111 | 1001001 | 100001 | 101011110 | 1001101 | 100110 |
Color Harmonies of #AB162E
Complementary color
Monochromatic Colors of #AB162E
Black with #AB162E
Text Example
Text Example
White with #AB162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB162E; }
p { color: rgb(171,22,46); }
H1.HeaderClassName
{
color: #AB162E;
}
.AnyTagClassName
{
color: #AB162E;
}
</style>
background-color css
<style>
a { background-color: #AB162E; }
a { background-color: rgb(171,22,46); }
div.DivClassName
{
background-color: #AB162E;
}
.BgClassName
{
background-color: #AB162E;
}
</style>
border-color css
<style>
span { border-color: #AB162E; }
span { border-color: rgb(171,22,46); }
td.TdClassName
{
border-color: #AB162E;
}
.TagClassName
{
border-color: #AB162E;
}
</style>