Shades of Cardinal #AD162C
Tints of Cardinal #AD162C
RGB
CMYK
RGB Variations
Color information
#AD162C (or 0xAD162C) is known color: Cardinal. HEX triplet: AD, 16 and 2C. RGB value is (173,22,44). Sum of RGB (Red+Green+Blue) = 173+22+44=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD162C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD162C is #52E9D3. Grayscale: #454545. Windows color (decimal): -5433812 or 2889389. OLE color: 2889389.
HSL color Cylindrical-coordinate representation of color #AD162C: hue angle of 351.26º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD162C is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 44 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.32 |
| HSL | 351.26º | 0.77% | 0.38% | - |
| HSV(B) | 351.26º | 0.87% | 0.68% | - |
| XYZ | 17.98 | 9.64 | 3.3 | - |
| YUV | 69.66 | 113.53 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 44 | 0 | 0.87 | 0.75 | 0.32 | 351.26 | 0.77 | 0.38 |
| Hex | AD | 16 | 2C | 0 | 57 | 4B | 20 | 15F | 4D | 26 |
| Octal | 255 | 26 | 54 | 0 | 127 | 113 | 40 | 537 | 115 | 46 |
| Binary | 10101101 | 10110 | 101100 | 0 | 1010111 | 1001011 | 100000 | 101011111 | 1001101 | 100110 |
Color Harmonies of #AD162C
Complementary color
Monochromatic Colors of #AD162C
Black with #AD162C
Text Example
Text Example
White with #AD162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD162C; }
p { color: rgb(173,22,44); }
H1.HeaderClassName
{
color: #AD162C;
}
.AnyTagClassName
{
color: #AD162C;
}
</style>
background-color css
<style>
a { background-color: #AD162C; }
a { background-color: rgb(173,22,44); }
div.DivClassName
{
background-color: #AD162C;
}
.BgClassName
{
background-color: #AD162C;
}
</style>
border-color css
<style>
span { border-color: #AD162C; }
span { border-color: rgb(173,22,44); }
td.TdClassName
{
border-color: #AD162C;
}
.TagClassName
{
border-color: #AD162C;
}
</style>