Shades of Cardinal #AD163A
Tints of Cardinal #AD163A
RGB
CMYK
RGB Variations
Color information
#AD163A (or 0xAD163A) is known color: Cardinal. HEX triplet: AD, 16 and 3A. RGB value is (173,22,58). Sum of RGB (Red+Green+Blue) = 173+22+58=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD163A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD163A is #52E9C5. Grayscale: #474747. Windows color (decimal): -5433798 or 3806893. OLE color: 3806893.
HSL color Cylindrical-coordinate representation of color #AD163A: hue angle of 345.7º 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 #AD163A is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 58 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.32 |
| HSL | 345.7º | 0.77% | 0.38% | - |
| HSV(B) | 345.7º | 0.87% | 0.68% | - |
| XYZ | 18.28 | 9.76 | 4.92 | - |
| YUV | 71.25 | 120.53 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 58 | 0 | 0.87 | 0.66 | 0.32 | 345.7 | 0.77 | 0.38 |
| Hex | AD | 16 | 3A | 0 | 57 | 42 | 20 | 15A | 4D | 26 |
| Octal | 255 | 26 | 72 | 0 | 127 | 102 | 40 | 532 | 115 | 46 |
| Binary | 10101101 | 10110 | 111010 | 0 | 1010111 | 1000010 | 100000 | 101011010 | 1001101 | 100110 |
Color Harmonies of #AD163A
Complementary color
Monochromatic Colors of #AD163A
Black with #AD163A
Text Example
Text Example
White with #AD163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD163A; }
p { color: rgb(173,22,58); }
H1.HeaderClassName
{
color: #AD163A;
}
.AnyTagClassName
{
color: #AD163A;
}
</style>
background-color css
<style>
a { background-color: #AD163A; }
a { background-color: rgb(173,22,58); }
div.DivClassName
{
background-color: #AD163A;
}
.BgClassName
{
background-color: #AD163A;
}
</style>
border-color css
<style>
span { border-color: #AD163A; }
span { border-color: rgb(173,22,58); }
td.TdClassName
{
border-color: #AD163A;
}
.TagClassName
{
border-color: #AD163A;
}
</style>