Shades of Cardinal #AD1634
Tints of Cardinal #AD1634
RGB
CMYK
RGB Variations
Color information
#AD1634 (or 0xAD1634) is known color: Cardinal. HEX triplet: AD, 16 and 34. RGB value is (173,22,52). Sum of RGB (Red+Green+Blue) = 173+22+52=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1634 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1634 is #52E9CB. Grayscale: #464646. Windows color (decimal): -5433804 or 3413677. OLE color: 3413677.
HSL color Cylindrical-coordinate representation of color #AD1634: hue angle of 348.08º 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 #AD1634 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 52 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.32 |
| HSL | 348.08º | 0.77% | 0.38% | - |
| HSV(B) | 348.08º | 0.87% | 0.68% | - |
| XYZ | 18.14 | 9.71 | 4.17 | - |
| YUV | 70.57 | 117.53 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 52 | 0 | 0.87 | 0.70 | 0.32 | 348.08 | 0.77 | 0.38 |
| Hex | AD | 16 | 34 | 0 | 57 | 46 | 20 | 15C | 4D | 26 |
| Octal | 255 | 26 | 64 | 0 | 127 | 106 | 40 | 534 | 115 | 46 |
| Binary | 10101101 | 10110 | 110100 | 0 | 1010111 | 1000110 | 100000 | 101011100 | 1001101 | 100110 |
Color Harmonies of #AD1634
Complementary color
Monochromatic Colors of #AD1634
Black with #AD1634
Text Example
Text Example
White with #AD1634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1634; }
p { color: rgb(173,22,52); }
H1.HeaderClassName
{
color: #AD1634;
}
.AnyTagClassName
{
color: #AD1634;
}
</style>
background-color css
<style>
a { background-color: #AD1634; }
a { background-color: rgb(173,22,52); }
div.DivClassName
{
background-color: #AD1634;
}
.BgClassName
{
background-color: #AD1634;
}
</style>
border-color css
<style>
span { border-color: #AD1634; }
span { border-color: rgb(173,22,52); }
td.TdClassName
{
border-color: #AD1634;
}
.TagClassName
{
border-color: #AD1634;
}
</style>