Shades of Cardinal #AD1635
Tints of Cardinal #AD1635
RGB
CMYK
RGB Variations
Color information
#AD1635 (or 0xAD1635) is known color: Cardinal. HEX triplet: AD, 16 and 35. RGB value is (173,22,53). Sum of RGB (Red+Green+Blue) = 173+22+53=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1635 is #52E9CA. Grayscale: #464646. Windows color (decimal): -5433803 or 3479213. OLE color: 3479213.
HSL color Cylindrical-coordinate representation of color #AD1635: hue angle of 347.68º 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 #AD1635 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 53 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.32 |
| HSL | 347.68º | 0.77% | 0.38% | - |
| HSV(B) | 347.68º | 0.87% | 0.68% | - |
| XYZ | 18.16 | 9.72 | 4.29 | - |
| YUV | 70.68 | 118.03 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 53 | 0 | 0.87 | 0.69 | 0.32 | 347.68 | 0.77 | 0.38 |
| Hex | AD | 16 | 35 | 0 | 57 | 45 | 20 | 15C | 4D | 26 |
| Octal | 255 | 26 | 65 | 0 | 127 | 105 | 40 | 534 | 115 | 46 |
| Binary | 10101101 | 10110 | 110101 | 0 | 1010111 | 1000101 | 100000 | 101011100 | 1001101 | 100110 |
Color Harmonies of #AD1635
Complementary color
Monochromatic Colors of #AD1635
Black with #AD1635
Text Example
Text Example
White with #AD1635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1635; }
p { color: rgb(173,22,53); }
H1.HeaderClassName
{
color: #AD1635;
}
.AnyTagClassName
{
color: #AD1635;
}
</style>
background-color css
<style>
a { background-color: #AD1635; }
a { background-color: rgb(173,22,53); }
div.DivClassName
{
background-color: #AD1635;
}
.BgClassName
{
background-color: #AD1635;
}
</style>
border-color css
<style>
span { border-color: #AD1635; }
span { border-color: rgb(173,22,53); }
td.TdClassName
{
border-color: #AD1635;
}
.TagClassName
{
border-color: #AD1635;
}
</style>