Shades of Cardinal #AD0D42
Tints of Cardinal #AD0D42
RGB
CMYK
RGB Variations
Color information
#AD0D42 (or 0xAD0D42) is known color: Cardinal. HEX triplet: AD, 0D and 42. RGB value is (173,13,66). Sum of RGB (Red+Green+Blue) = 173+13+66=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0D42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0D42 is #52F2BD. Grayscale: #424242. Windows color (decimal): -5436094 or 4328877. OLE color: 4328877.
HSL color Cylindrical-coordinate representation of color #AD0D42: hue angle of 340.12º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0D42 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 13 | 66 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.32 |
| HSL | 340.13º | 0.86% | 0.36% | - |
| HSV(B) | 340.13º | 0.92% | 0.68% | - |
| XYZ | 18.36 | 9.57 | 6.03 | - |
| YUV | 66.88 | 127.51 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 66 | 0 | 0.92 | 0.62 | 0.32 | 340.13 | 0.86 | 0.36 |
| Hex | AD | D | 42 | 0 | 5C | 3E | 20 | 154 | 56 | 24 |
| Octal | 255 | 15 | 102 | 0 | 134 | 76 | 40 | 524 | 126 | 44 |
| Binary | 10101101 | 1101 | 1000010 | 0 | 1011100 | 111110 | 100000 | 101010100 | 1010110 | 100100 |
Color Harmonies of #AD0D42
Complementary color
Monochromatic Colors of #AD0D42
Black with #AD0D42
Text Example
Text Example
White with #AD0D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0D42; }
p { color: rgb(173,13,66); }
H1.HeaderClassName
{
color: #AD0D42;
}
.AnyTagClassName
{
color: #AD0D42;
}
</style>
background-color css
<style>
a { background-color: #AD0D42; }
a { background-color: rgb(173,13,66); }
div.DivClassName
{
background-color: #AD0D42;
}
.BgClassName
{
background-color: #AD0D42;
}
</style>
border-color css
<style>
span { border-color: #AD0D42; }
span { border-color: rgb(173,13,66); }
td.TdClassName
{
border-color: #AD0D42;
}
.TagClassName
{
border-color: #AD0D42;
}
</style>