Shades of Cardinal #AD0738
Tints of Cardinal #AD0738
RGB
CMYK
RGB Variations
Color information
#AD0738 (or 0xAD0738) is known color: Cardinal. HEX triplet: AD, 07 and 38. RGB value is (173,7,56). Sum of RGB (Red+Green+Blue) = 173+7+56=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0738 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0738 is #52F8C7. Grayscale: #3E3E3E. Windows color (decimal): -5437640 or 3671981. OLE color: 3671981.
HSL color Cylindrical-coordinate representation of color #AD0738: hue angle of 342.29º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0738 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 56 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.32 |
| HSL | 342.29º | 0.92% | 0.35% | - |
| HSV(B) | 342.29º | 0.96% | 0.68% | - |
| XYZ | 18.02 | 9.32 | 4.59 | - |
| YUV | 62.22 | 124.5 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 56 | 0 | 0.96 | 0.68 | 0.32 | 342.29 | 0.92 | 0.35 |
| Hex | AD | 7 | 38 | 0 | 60 | 44 | 20 | 156 | 5C | 23 |
| Octal | 255 | 7 | 70 | 0 | 140 | 104 | 40 | 526 | 134 | 43 |
| Binary | 10101101 | 111 | 111000 | 0 | 1100000 | 1000100 | 100000 | 101010110 | 1011100 | 100011 |
Color Harmonies of #AD0738
Complementary color
Monochromatic Colors of #AD0738
Black with #AD0738
Text Example
Text Example
White with #AD0738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0738; }
p { color: rgb(173,7,56); }
H1.HeaderClassName
{
color: #AD0738;
}
.AnyTagClassName
{
color: #AD0738;
}
</style>
background-color css
<style>
a { background-color: #AD0738; }
a { background-color: rgb(173,7,56); }
div.DivClassName
{
background-color: #AD0738;
}
.BgClassName
{
background-color: #AD0738;
}
</style>
border-color css
<style>
span { border-color: #AD0738; }
span { border-color: rgb(173,7,56); }
td.TdClassName
{
border-color: #AD0738;
}
.TagClassName
{
border-color: #AD0738;
}
</style>