Shades of Cardinal #AD1636
Tints of Cardinal #AD1636
RGB
CMYK
RGB Variations
Color information
#AD1636 (or 0xAD1636) is known color: Cardinal. HEX triplet: AD, 16 and 36. RGB value is (173,22,54). Sum of RGB (Red+Green+Blue) = 173+22+54=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1636 is #52E9C9. Grayscale: #464646. Windows color (decimal): -5433802 or 3544749. OLE color: 3544749.
HSL color Cylindrical-coordinate representation of color #AD1636: hue angle of 347.28º 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 #AD1636 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 54 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.32 |
| HSL | 347.28º | 0.77% | 0.38% | - |
| HSV(B) | 347.28º | 0.87% | 0.68% | - |
| XYZ | 18.19 | 9.72 | 4.41 | - |
| YUV | 70.8 | 118.53 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 54 | 0 | 0.87 | 0.69 | 0.32 | 347.28 | 0.77 | 0.38 |
| Hex | AD | 16 | 36 | 0 | 57 | 45 | 20 | 15B | 4D | 26 |
| Octal | 255 | 26 | 66 | 0 | 127 | 105 | 40 | 533 | 115 | 46 |
| Binary | 10101101 | 10110 | 110110 | 0 | 1010111 | 1000101 | 100000 | 101011011 | 1001101 | 100110 |
Color Harmonies of #AD1636
Complementary color
Monochromatic Colors of #AD1636
Black with #AD1636
Text Example
Text Example
White with #AD1636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1636; }
p { color: rgb(173,22,54); }
H1.HeaderClassName
{
color: #AD1636;
}
.AnyTagClassName
{
color: #AD1636;
}
</style>
background-color css
<style>
a { background-color: #AD1636; }
a { background-color: rgb(173,22,54); }
div.DivClassName
{
background-color: #AD1636;
}
.BgClassName
{
background-color: #AD1636;
}
</style>
border-color css
<style>
span { border-color: #AD1636; }
span { border-color: rgb(173,22,54); }
td.TdClassName
{
border-color: #AD1636;
}
.TagClassName
{
border-color: #AD1636;
}
</style>