Shades of Cardinal #AD0D38
Tints of Cardinal #AD0D38
RGB
CMYK
RGB Variations
Color information
#AD0D38 (or 0xAD0D38) is known color: Cardinal. HEX triplet: AD, 0D and 38. RGB value is (173,13,56). Sum of RGB (Red+Green+Blue) = 173+13+56=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0D38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0D38 is #52F2C7. Grayscale: #414141. Windows color (decimal): -5436104 or 3673517. OLE color: 3673517.
HSL color Cylindrical-coordinate representation of color #AD0D38: hue angle of 343.88º 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 #AD0D38 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 13 | 56 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.32 |
| HSL | 343.88º | 0.86% | 0.36% | - |
| HSV(B) | 343.88º | 0.92% | 0.68% | - |
| XYZ | 18.09 | 9.46 | 4.61 | - |
| YUV | 65.74 | 122.51 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 56 | 0 | 0.92 | 0.68 | 0.32 | 343.88 | 0.86 | 0.36 |
| Hex | AD | D | 38 | 0 | 5C | 44 | 20 | 158 | 56 | 24 |
| Octal | 255 | 15 | 70 | 0 | 134 | 104 | 40 | 530 | 126 | 44 |
| Binary | 10101101 | 1101 | 111000 | 0 | 1011100 | 1000100 | 100000 | 101011000 | 1010110 | 100100 |
Color Harmonies of #AD0D38
Complementary color
Monochromatic Colors of #AD0D38
Black with #AD0D38
Text Example
Text Example
White with #AD0D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0D38; }
p { color: rgb(173,13,56); }
H1.HeaderClassName
{
color: #AD0D38;
}
.AnyTagClassName
{
color: #AD0D38;
}
</style>
background-color css
<style>
a { background-color: #AD0D38; }
a { background-color: rgb(173,13,56); }
div.DivClassName
{
background-color: #AD0D38;
}
.BgClassName
{
background-color: #AD0D38;
}
</style>
border-color css
<style>
span { border-color: #AD0D38; }
span { border-color: rgb(173,13,56); }
td.TdClassName
{
border-color: #AD0D38;
}
.TagClassName
{
border-color: #AD0D38;
}
</style>