Shades of Cardinal #AD0632
Tints of Cardinal #AD0632
RGB
CMYK
RGB Variations
Color information
#AD0632 (or 0xAD0632) is known color: Cardinal. HEX triplet: AD, 06 and 32. RGB value is (173,6,50). Sum of RGB (Red+Green+Blue) = 173+6+50=229 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.55% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0632 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0632 is #52F9CD. Grayscale: #3C3C3C. Windows color (decimal): -5437902 or 3278509. OLE color: 3278509.
HSL color Cylindrical-coordinate representation of color #AD0632: hue angle of 344.19º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0632 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 50 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.32 |
| HSL | 344.19º | 0.93% | 0.35% | - |
| HSV(B) | 344.19º | 0.97% | 0.68% | - |
| XYZ | 17.87 | 9.24 | 3.86 | - |
| YUV | 60.95 | 121.83 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 50 | 0 | 0.97 | 0.71 | 0.32 | 344.19 | 0.93 | 0.35 |
| Hex | AD | 6 | 32 | 0 | 61 | 47 | 20 | 158 | 5D | 23 |
| Octal | 255 | 6 | 62 | 0 | 141 | 107 | 40 | 530 | 135 | 43 |
| Binary | 10101101 | 110 | 110010 | 0 | 1100001 | 1000111 | 100000 | 101011000 | 1011101 | 100011 |
Color Harmonies of #AD0632
Complementary color
Monochromatic Colors of #AD0632
Black with #AD0632
Text Example
Text Example
White with #AD0632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0632; }
p { color: rgb(173,6,50); }
H1.HeaderClassName
{
color: #AD0632;
}
.AnyTagClassName
{
color: #AD0632;
}
</style>
background-color css
<style>
a { background-color: #AD0632; }
a { background-color: rgb(173,6,50); }
div.DivClassName
{
background-color: #AD0632;
}
.BgClassName
{
background-color: #AD0632;
}
</style>
border-color css
<style>
span { border-color: #AD0632; }
span { border-color: rgb(173,6,50); }
td.TdClassName
{
border-color: #AD0632;
}
.TagClassName
{
border-color: #AD0632;
}
</style>