Shades of Cardinal #AD163F
Tints of Cardinal #AD163F
RGB
CMYK
RGB Variations
Color information
#AD163F (or 0xAD163F) is known color: Cardinal. HEX triplet: AD, 16 and 3F. RGB value is (173,22,63). Sum of RGB (Red+Green+Blue) = 173+22+63=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD163F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD163F is #52E9C0. Grayscale: #474747. Windows color (decimal): -5433793 or 4134573. OLE color: 4134573.
HSL color Cylindrical-coordinate representation of color #AD163F: hue angle of 343.71º 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 #AD163F is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 63 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.32 |
| HSL | 343.71º | 0.77% | 0.38% | - |
| HSV(B) | 343.71º | 0.87% | 0.68% | - |
| XYZ | 18.42 | 9.82 | 5.63 | - |
| YUV | 71.82 | 123.03 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 63 | 0 | 0.87 | 0.64 | 0.32 | 343.71 | 0.77 | 0.38 |
| Hex | AD | 16 | 3F | 0 | 57 | 40 | 20 | 158 | 4D | 26 |
| Octal | 255 | 26 | 77 | 0 | 127 | 100 | 40 | 530 | 115 | 46 |
| Binary | 10101101 | 10110 | 111111 | 0 | 1010111 | 1000000 | 100000 | 101011000 | 1001101 | 100110 |
Color Harmonies of #AD163F
Complementary color
Monochromatic Colors of #AD163F
Black with #AD163F
Text Example
Text Example
White with #AD163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD163F; }
p { color: rgb(173,22,63); }
H1.HeaderClassName
{
color: #AD163F;
}
.AnyTagClassName
{
color: #AD163F;
}
</style>
background-color css
<style>
a { background-color: #AD163F; }
a { background-color: rgb(173,22,63); }
div.DivClassName
{
background-color: #AD163F;
}
.BgClassName
{
background-color: #AD163F;
}
</style>
border-color css
<style>
span { border-color: #AD163F; }
span { border-color: rgb(173,22,63); }
td.TdClassName
{
border-color: #AD163F;
}
.TagClassName
{
border-color: #AD163F;
}
</style>