Shades of Cardinal #AD0938
Tints of Cardinal #AD0938
RGB
CMYK
RGB Variations
Color information
#AD0938 (or 0xAD0938) is known color: Cardinal. HEX triplet: AD, 09 and 38. RGB value is (173,9,56). Sum of RGB (Red+Green+Blue) = 173+9+56=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0938 is #52F6C7. Grayscale: #3F3F3F. Windows color (decimal): -5437128 or 3672493. OLE color: 3672493.
HSL color Cylindrical-coordinate representation of color #AD0938: hue angle of 342.8º 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 #AD0938 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 56 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.32 |
| HSL | 342.8º | 0.9% | 0.36% | - |
| HSV(B) | 342.8º | 0.95% | 0.68% | - |
| XYZ | 18.05 | 9.37 | 4.6 | - |
| YUV | 63.39 | 123.83 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 56 | 0 | 0.95 | 0.68 | 0.32 | 342.8 | 0.9 | 0.36 |
| Hex | AD | 9 | 38 | 0 | 5F | 44 | 20 | 157 | 5A | 24 |
| Octal | 255 | 11 | 70 | 0 | 137 | 104 | 40 | 527 | 132 | 44 |
| Binary | 10101101 | 1001 | 111000 | 0 | 1011111 | 1000100 | 100000 | 101010111 | 1011010 | 100100 |
Color Harmonies of #AD0938
Complementary color
Monochromatic Colors of #AD0938
Black with #AD0938
Text Example
Text Example
White with #AD0938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0938; }
p { color: rgb(173,9,56); }
H1.HeaderClassName
{
color: #AD0938;
}
.AnyTagClassName
{
color: #AD0938;
}
</style>
background-color css
<style>
a { background-color: #AD0938; }
a { background-color: rgb(173,9,56); }
div.DivClassName
{
background-color: #AD0938;
}
.BgClassName
{
background-color: #AD0938;
}
</style>
border-color css
<style>
span { border-color: #AD0938; }
span { border-color: rgb(173,9,56); }
td.TdClassName
{
border-color: #AD0938;
}
.TagClassName
{
border-color: #AD0938;
}
</style>