Shades of Cardinal #AD0532
Tints of Cardinal #AD0532
RGB
CMYK
RGB Variations
Color information
#AD0532 (or 0xAD0532) is known color: Cardinal. HEX triplet: AD, 05 and 32. RGB value is (173,5,50). Sum of RGB (Red+Green+Blue) = 173+5+50=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0532 is #52FACD. Grayscale: #3C3C3C. Windows color (decimal): -5438158 or 3278253. OLE color: 3278253.
HSL color Cylindrical-coordinate representation of color #AD0532: hue angle of 343.93º degrees, saturation: 0.94, 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 #AD0532 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 50 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.32 |
| HSL | 343.93º | 0.94% | 0.35% | - |
| HSV(B) | 343.93º | 0.97% | 0.68% | - |
| XYZ | 17.86 | 9.22 | 3.86 | - |
| YUV | 60.36 | 122.16 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 50 | 0 | 0.97 | 0.71 | 0.32 | 343.93 | 0.94 | 0.35 |
| Hex | AD | 5 | 32 | 0 | 61 | 47 | 20 | 158 | 5E | 23 |
| Octal | 255 | 5 | 62 | 0 | 141 | 107 | 40 | 530 | 136 | 43 |
| Binary | 10101101 | 101 | 110010 | 0 | 1100001 | 1000111 | 100000 | 101011000 | 1011110 | 100011 |
Color Harmonies of #AD0532
Complementary color
Monochromatic Colors of #AD0532
Black with #AD0532
Text Example
Text Example
White with #AD0532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0532; }
p { color: rgb(173,5,50); }
H1.HeaderClassName
{
color: #AD0532;
}
.AnyTagClassName
{
color: #AD0532;
}
</style>
background-color css
<style>
a { background-color: #AD0532; }
a { background-color: rgb(173,5,50); }
div.DivClassName
{
background-color: #AD0532;
}
.BgClassName
{
background-color: #AD0532;
}
</style>
border-color css
<style>
span { border-color: #AD0532; }
span { border-color: rgb(173,5,50); }
td.TdClassName
{
border-color: #AD0532;
}
.TagClassName
{
border-color: #AD0532;
}
</style>