Shades of Cardinal #AD0B32
Tints of Cardinal #AD0B32
RGB
CMYK
RGB Variations
Color information
#AD0B32 (or 0xAD0B32) is known color: Cardinal. HEX triplet: AD, 0B and 32. RGB value is (173,11,50). Sum of RGB (Red+Green+Blue) = 173+11+50=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0B32 is #52F4CD. Grayscale: #3F3F3F. Windows color (decimal): -5436622 or 3279789. OLE color: 3279789.
HSL color Cylindrical-coordinate representation of color #AD0B32: hue angle of 345.56º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0B32 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 11 | 50 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.32 |
| HSL | 345.56º | 0.88% | 0.36% | - |
| HSV(B) | 345.56º | 0.94% | 0.68% | - |
| XYZ | 17.93 | 9.35 | 3.88 | - |
| YUV | 63.88 | 120.17 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 50 | 0 | 0.94 | 0.71 | 0.32 | 345.56 | 0.88 | 0.36 |
| Hex | AD | B | 32 | 0 | 5E | 47 | 20 | 15A | 58 | 24 |
| Octal | 255 | 13 | 62 | 0 | 136 | 107 | 40 | 532 | 130 | 44 |
| Binary | 10101101 | 1011 | 110010 | 0 | 1011110 | 1000111 | 100000 | 101011010 | 1011000 | 100100 |
Color Harmonies of #AD0B32
Complementary color
Monochromatic Colors of #AD0B32
Black with #AD0B32
Text Example
Text Example
White with #AD0B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0B32; }
p { color: rgb(173,11,50); }
H1.HeaderClassName
{
color: #AD0B32;
}
.AnyTagClassName
{
color: #AD0B32;
}
</style>
background-color css
<style>
a { background-color: #AD0B32; }
a { background-color: rgb(173,11,50); }
div.DivClassName
{
background-color: #AD0B32;
}
.BgClassName
{
background-color: #AD0B32;
}
</style>
border-color css
<style>
span { border-color: #AD0B32; }
span { border-color: rgb(173,11,50); }
td.TdClassName
{
border-color: #AD0B32;
}
.TagClassName
{
border-color: #AD0B32;
}
</style>