Shades of Cardinal #AD0939
Tints of Cardinal #AD0939
RGB
CMYK
RGB Variations
Color information
#AD0939 (or 0xAD0939) is known color: Cardinal. HEX triplet: AD, 09 and 39. RGB value is (173,9,57). Sum of RGB (Red+Green+Blue) = 173+9+57=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0939 is #52F6C6. Grayscale: #3F3F3F. Windows color (decimal): -5437127 or 3738029. OLE color: 3738029.
HSL color Cylindrical-coordinate representation of color #AD0939: hue angle of 342.44º 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 #AD0939 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 57 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.32 |
| HSL | 342.44º | 0.9% | 0.36% | - |
| HSV(B) | 342.44º | 0.95% | 0.68% | - |
| XYZ | 18.07 | 9.38 | 4.73 | - |
| YUV | 63.51 | 124.33 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 57 | 0 | 0.95 | 0.67 | 0.32 | 342.44 | 0.9 | 0.36 |
| Hex | AD | 9 | 39 | 0 | 5F | 43 | 20 | 156 | 5A | 24 |
| Octal | 255 | 11 | 71 | 0 | 137 | 103 | 40 | 526 | 132 | 44 |
| Binary | 10101101 | 1001 | 111001 | 0 | 1011111 | 1000011 | 100000 | 101010110 | 1011010 | 100100 |
Color Harmonies of #AD0939
Complementary color
Monochromatic Colors of #AD0939
Black with #AD0939
Text Example
Text Example
White with #AD0939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0939; }
p { color: rgb(173,9,57); }
H1.HeaderClassName
{
color: #AD0939;
}
.AnyTagClassName
{
color: #AD0939;
}
</style>
background-color css
<style>
a { background-color: #AD0939; }
a { background-color: rgb(173,9,57); }
div.DivClassName
{
background-color: #AD0939;
}
.BgClassName
{
background-color: #AD0939;
}
</style>
border-color css
<style>
span { border-color: #AD0939; }
span { border-color: rgb(173,9,57); }
td.TdClassName
{
border-color: #AD0939;
}
.TagClassName
{
border-color: #AD0939;
}
</style>