Shades of Cardinal #AD0D3B
Tints of Cardinal #AD0D3B
RGB
CMYK
RGB Variations
Color information
#AD0D3B (or 0xAD0D3B) is known color: Cardinal. HEX triplet: AD, 0D and 3B. RGB value is (173,13,59). Sum of RGB (Red+Green+Blue) = 173+13+59=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0D3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0D3B is #52F2C4. Grayscale: #424242. Windows color (decimal): -5436101 or 3870125. OLE color: 3870125.
HSL color Cylindrical-coordinate representation of color #AD0D3B: hue angle of 342.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0D3B is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 13 | 59 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.32 |
| HSL | 342.75º | 0.86% | 0.36% | - |
| HSV(B) | 342.75º | 0.92% | 0.68% | - |
| XYZ | 18.17 | 9.49 | 5.01 | - |
| YUV | 66.08 | 124.01 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 59 | 0 | 0.92 | 0.66 | 0.32 | 342.75 | 0.86 | 0.36 |
| Hex | AD | D | 3B | 0 | 5C | 42 | 20 | 157 | 56 | 24 |
| Octal | 255 | 15 | 73 | 0 | 134 | 102 | 40 | 527 | 126 | 44 |
| Binary | 10101101 | 1101 | 111011 | 0 | 1011100 | 1000010 | 100000 | 101010111 | 1010110 | 100100 |
Color Harmonies of #AD0D3B
Complementary color
Monochromatic Colors of #AD0D3B
Black with #AD0D3B
Text Example
Text Example
White with #AD0D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0D3B; }
p { color: rgb(173,13,59); }
H1.HeaderClassName
{
color: #AD0D3B;
}
.AnyTagClassName
{
color: #AD0D3B;
}
</style>
background-color css
<style>
a { background-color: #AD0D3B; }
a { background-color: rgb(173,13,59); }
div.DivClassName
{
background-color: #AD0D3B;
}
.BgClassName
{
background-color: #AD0D3B;
}
</style>
border-color css
<style>
span { border-color: #AD0D3B; }
span { border-color: rgb(173,13,59); }
td.TdClassName
{
border-color: #AD0D3B;
}
.TagClassName
{
border-color: #AD0D3B;
}
</style>