Shades of Cardinal #AD0537
Tints of Cardinal #AD0537
RGB
CMYK
RGB Variations
Color information
#AD0537 (or 0xAD0537) is known color: Cardinal. HEX triplet: AD, 05 and 37. RGB value is (173,5,55). Sum of RGB (Red+Green+Blue) = 173+5+55=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0537 is #52FAC8. Grayscale: #3C3C3C. Windows color (decimal): -5438153 or 3605933. OLE color: 3605933.
HSL color Cylindrical-coordinate representation of color #AD0537: hue angle of 342.14º 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 #AD0537 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 55 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.32 |
| HSL | 342.14º | 0.94% | 0.35% | - |
| HSV(B) | 342.14º | 0.97% | 0.68% | - |
| XYZ | 17.98 | 9.27 | 4.46 | - |
| YUV | 60.93 | 124.66 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 55 | 0 | 0.97 | 0.68 | 0.32 | 342.14 | 0.94 | 0.35 |
| Hex | AD | 5 | 37 | 0 | 61 | 44 | 20 | 156 | 5E | 23 |
| Octal | 255 | 5 | 67 | 0 | 141 | 104 | 40 | 526 | 136 | 43 |
| Binary | 10101101 | 101 | 110111 | 0 | 1100001 | 1000100 | 100000 | 101010110 | 1011110 | 100011 |
Color Harmonies of #AD0537
Complementary color
Monochromatic Colors of #AD0537
Black with #AD0537
Text Example
Text Example
White with #AD0537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0537; }
p { color: rgb(173,5,55); }
H1.HeaderClassName
{
color: #AD0537;
}
.AnyTagClassName
{
color: #AD0537;
}
</style>
background-color css
<style>
a { background-color: #AD0537; }
a { background-color: rgb(173,5,55); }
div.DivClassName
{
background-color: #AD0537;
}
.BgClassName
{
background-color: #AD0537;
}
</style>
border-color css
<style>
span { border-color: #AD0537; }
span { border-color: rgb(173,5,55); }
td.TdClassName
{
border-color: #AD0537;
}
.TagClassName
{
border-color: #AD0537;
}
</style>