Shades of Cardinal #AD0535
Tints of Cardinal #AD0535
RGB
CMYK
RGB Variations
Color information
#AD0535 (or 0xAD0535) is known color: Cardinal. HEX triplet: AD, 05 and 35. RGB value is (173,5,53). Sum of RGB (Red+Green+Blue) = 173+5+53=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0535 is #52FACA. Grayscale: #3C3C3C. Windows color (decimal): -5438155 or 3474861. OLE color: 3474861.
HSL color Cylindrical-coordinate representation of color #AD0535: hue angle of 342.86º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0535 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 53 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.32 |
| HSL | 342.86º | 0.94% | 0.35% | - |
| HSV(B) | 342.86º | 0.97% | 0.68% | - |
| XYZ | 17.93 | 9.25 | 4.21 | - |
| YUV | 60.7 | 123.66 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 53 | 0 | 0.97 | 0.69 | 0.32 | 342.86 | 0.94 | 0.35 |
| Hex | AD | 5 | 35 | 0 | 61 | 45 | 20 | 157 | 5E | 23 |
| Octal | 255 | 5 | 65 | 0 | 141 | 105 | 40 | 527 | 136 | 43 |
| Binary | 10101101 | 101 | 110101 | 0 | 1100001 | 1000101 | 100000 | 101010111 | 1011110 | 100011 |
Color Harmonies of #AD0535
Complementary color
Monochromatic Colors of #AD0535
Black with #AD0535
Text Example
Text Example
White with #AD0535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0535; }
p { color: rgb(173,5,53); }
H1.HeaderClassName
{
color: #AD0535;
}
.AnyTagClassName
{
color: #AD0535;
}
</style>
background-color css
<style>
a { background-color: #AD0535; }
a { background-color: rgb(173,5,53); }
div.DivClassName
{
background-color: #AD0535;
}
.BgClassName
{
background-color: #AD0535;
}
</style>
border-color css
<style>
span { border-color: #AD0535; }
span { border-color: rgb(173,5,53); }
td.TdClassName
{
border-color: #AD0535;
}
.TagClassName
{
border-color: #AD0535;
}
</style>