Shades of Cardinal #AD0936
Tints of Cardinal #AD0936
RGB
CMYK
RGB Variations
Color information
#AD0936 (or 0xAD0936) is known color: Cardinal. HEX triplet: AD, 09 and 36. RGB value is (173,9,54). Sum of RGB (Red+Green+Blue) = 173+9+54=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0936 is #52F6C9. Grayscale: #3F3F3F. Windows color (decimal): -5437130 or 3541421. OLE color: 3541421.
HSL color Cylindrical-coordinate representation of color #AD0936: hue angle of 343.54º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0936 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 54 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.32 |
| HSL | 343.54º | 0.9% | 0.36% | - |
| HSV(B) | 343.54º | 0.95% | 0.68% | - |
| XYZ | 18 | 9.35 | 4.35 | - |
| YUV | 63.17 | 122.83 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 54 | 0 | 0.95 | 0.69 | 0.32 | 343.54 | 0.9 | 0.36 |
| Hex | AD | 9 | 36 | 0 | 5F | 45 | 20 | 158 | 5A | 24 |
| Octal | 255 | 11 | 66 | 0 | 137 | 105 | 40 | 530 | 132 | 44 |
| Binary | 10101101 | 1001 | 110110 | 0 | 1011111 | 1000101 | 100000 | 101011000 | 1011010 | 100100 |
Color Harmonies of #AD0936
Complementary color
Monochromatic Colors of #AD0936
Black with #AD0936
Text Example
Text Example
White with #AD0936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0936; }
p { color: rgb(173,9,54); }
H1.HeaderClassName
{
color: #AD0936;
}
.AnyTagClassName
{
color: #AD0936;
}
</style>
background-color css
<style>
a { background-color: #AD0936; }
a { background-color: rgb(173,9,54); }
div.DivClassName
{
background-color: #AD0936;
}
.BgClassName
{
background-color: #AD0936;
}
</style>
border-color css
<style>
span { border-color: #AD0936; }
span { border-color: rgb(173,9,54); }
td.TdClassName
{
border-color: #AD0936;
}
.TagClassName
{
border-color: #AD0936;
}
</style>