Shades of Cardinal #AD0937
Tints of Cardinal #AD0937
RGB
CMYK
RGB Variations
Color information
#AD0937 (or 0xAD0937) is known color: Cardinal. HEX triplet: AD, 09 and 37. RGB value is (173,9,55). Sum of RGB (Red+Green+Blue) = 173+9+55=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0937 is #52F6C8. Grayscale: #3F3F3F. Windows color (decimal): -5437129 or 3606957. OLE color: 3606957.
HSL color Cylindrical-coordinate representation of color #AD0937: hue angle of 343.17º 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 #AD0937 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 55 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.32 |
| HSL | 343.17º | 0.9% | 0.36% | - |
| HSV(B) | 343.17º | 0.95% | 0.68% | - |
| XYZ | 18.02 | 9.36 | 4.47 | - |
| YUV | 63.28 | 123.33 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 55 | 0 | 0.95 | 0.68 | 0.32 | 343.17 | 0.9 | 0.36 |
| Hex | AD | 9 | 37 | 0 | 5F | 44 | 20 | 157 | 5A | 24 |
| Octal | 255 | 11 | 67 | 0 | 137 | 104 | 40 | 527 | 132 | 44 |
| Binary | 10101101 | 1001 | 110111 | 0 | 1011111 | 1000100 | 100000 | 101010111 | 1011010 | 100100 |
Color Harmonies of #AD0937
Complementary color
Monochromatic Colors of #AD0937
Black with #AD0937
Text Example
Text Example
White with #AD0937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0937; }
p { color: rgb(173,9,55); }
H1.HeaderClassName
{
color: #AD0937;
}
.AnyTagClassName
{
color: #AD0937;
}
</style>
background-color css
<style>
a { background-color: #AD0937; }
a { background-color: rgb(173,9,55); }
div.DivClassName
{
background-color: #AD0937;
}
.BgClassName
{
background-color: #AD0937;
}
</style>
border-color css
<style>
span { border-color: #AD0937; }
span { border-color: rgb(173,9,55); }
td.TdClassName
{
border-color: #AD0937;
}
.TagClassName
{
border-color: #AD0937;
}
</style>