Shades of Cardinal #AD0437
Tints of Cardinal #AD0437
RGB
CMYK
RGB Variations
Color information
#AD0437 (or 0xAD0437) is known color: Cardinal. HEX triplet: AD, 04 and 37. RGB value is (173,4,55). Sum of RGB (Red+Green+Blue) = 173+4+55=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0437 is #52FBC8. Grayscale: #3C3C3C. Windows color (decimal): -5438409 or 3605677. OLE color: 3605677.
HSL color Cylindrical-coordinate representation of color #AD0437: hue angle of 341.89º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0437 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 55 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.32 |
| HSL | 341.89º | 0.95% | 0.35% | - |
| HSV(B) | 341.89º | 0.98% | 0.68% | - |
| XYZ | 17.97 | 9.25 | 4.45 | - |
| YUV | 60.35 | 124.99 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 55 | 0 | 0.98 | 0.68 | 0.32 | 341.89 | 0.95 | 0.35 |
| Hex | AD | 4 | 37 | 0 | 62 | 44 | 20 | 156 | 5F | 23 |
| Octal | 255 | 4 | 67 | 0 | 142 | 104 | 40 | 526 | 137 | 43 |
| Binary | 10101101 | 100 | 110111 | 0 | 1100010 | 1000100 | 100000 | 101010110 | 1011111 | 100011 |
Color Harmonies of #AD0437
Complementary color
Monochromatic Colors of #AD0437
Black with #AD0437
Text Example
Text Example
White with #AD0437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0437; }
p { color: rgb(173,4,55); }
H1.HeaderClassName
{
color: #AD0437;
}
.AnyTagClassName
{
color: #AD0437;
}
</style>
background-color css
<style>
a { background-color: #AD0437; }
a { background-color: rgb(173,4,55); }
div.DivClassName
{
background-color: #AD0437;
}
.BgClassName
{
background-color: #AD0437;
}
</style>
border-color css
<style>
span { border-color: #AD0437; }
span { border-color: rgb(173,4,55); }
td.TdClassName
{
border-color: #AD0437;
}
.TagClassName
{
border-color: #AD0437;
}
</style>