Shades of Cardinal #AD162E
Tints of Cardinal #AD162E
RGB
CMYK
RGB Variations
Color information
#AD162E (or 0xAD162E) is known color: Cardinal. HEX triplet: AD, 16 and 2E. RGB value is (173,22,46). Sum of RGB (Red+Green+Blue) = 173+22+46=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD162E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD162E is #52E9D1. Grayscale: #454545. Windows color (decimal): -5433810 or 3020461. OLE color: 3020461.
HSL color Cylindrical-coordinate representation of color #AD162E: hue angle of 350.46º 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 #AD162E is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 46 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.32 |
| HSL | 350.46º | 0.77% | 0.38% | - |
| HSV(B) | 350.46º | 0.87% | 0.68% | - |
| XYZ | 18.01 | 9.66 | 3.5 | - |
| YUV | 69.89 | 114.53 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 46 | 0 | 0.87 | 0.73 | 0.32 | 350.46 | 0.77 | 0.38 |
| Hex | AD | 16 | 2E | 0 | 57 | 49 | 20 | 15E | 4D | 26 |
| Octal | 255 | 26 | 56 | 0 | 127 | 111 | 40 | 536 | 115 | 46 |
| Binary | 10101101 | 10110 | 101110 | 0 | 1010111 | 1001001 | 100000 | 101011110 | 1001101 | 100110 |
Color Harmonies of #AD162E
Complementary color
Monochromatic Colors of #AD162E
Black with #AD162E
Text Example
Text Example
White with #AD162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD162E; }
p { color: rgb(173,22,46); }
H1.HeaderClassName
{
color: #AD162E;
}
.AnyTagClassName
{
color: #AD162E;
}
</style>
background-color css
<style>
a { background-color: #AD162E; }
a { background-color: rgb(173,22,46); }
div.DivClassName
{
background-color: #AD162E;
}
.BgClassName
{
background-color: #AD162E;
}
</style>
border-color css
<style>
span { border-color: #AD162E; }
span { border-color: rgb(173,22,46); }
td.TdClassName
{
border-color: #AD162E;
}
.TagClassName
{
border-color: #AD162E;
}
</style>