Shades of Cardinal #AB162C
Tints of Cardinal #AB162C
RGB
CMYK
RGB Variations
Color information
#AB162C (or 0xAB162C) is known color: Cardinal. HEX triplet: AB, 16 and 2C. RGB value is (171,22,44). Sum of RGB (Red+Green+Blue) = 171+22+44=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB162C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB162C is #54E9D3. Grayscale: #454545. Windows color (decimal): -5564884 or 2889387. OLE color: 2889387.
HSL color Cylindrical-coordinate representation of color #AB162C: hue angle of 351.14º 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 #AB162C is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 22 | 44 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.33 |
| HSL | 351.14º | 0.77% | 0.38% | - |
| HSV(B) | 351.14º | 0.87% | 0.67% | - |
| XYZ | 17.54 | 9.41 | 3.28 | - |
| YUV | 69.06 | 113.86 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 44 | 0 | 0.87 | 0.74 | 0.33 | 351.14 | 0.77 | 0.38 |
| Hex | AB | 16 | 2C | 0 | 57 | 4A | 21 | 15F | 4D | 26 |
| Octal | 253 | 26 | 54 | 0 | 127 | 112 | 41 | 537 | 115 | 46 |
| Binary | 10101011 | 10110 | 101100 | 0 | 1010111 | 1001010 | 100001 | 101011111 | 1001101 | 100110 |
Color Harmonies of #AB162C
Complementary color
Monochromatic Colors of #AB162C
Black with #AB162C
Text Example
Text Example
White with #AB162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB162C; }
p { color: rgb(171,22,44); }
H1.HeaderClassName
{
color: #AB162C;
}
.AnyTagClassName
{
color: #AB162C;
}
</style>
background-color css
<style>
a { background-color: #AB162C; }
a { background-color: rgb(171,22,44); }
div.DivClassName
{
background-color: #AB162C;
}
.BgClassName
{
background-color: #AB162C;
}
</style>
border-color css
<style>
span { border-color: #AB162C; }
span { border-color: rgb(171,22,44); }
td.TdClassName
{
border-color: #AB162C;
}
.TagClassName
{
border-color: #AB162C;
}
</style>