Shades of Cardinal #AD2032
Tints of Cardinal #AD2032
RGB
CMYK
RGB Variations
Color information
#AD2032 (or 0xAD2032) is known color: Cardinal. HEX triplet: AD, 20 and 32. RGB value is (173,32,50). Sum of RGB (Red+Green+Blue) = 173+32+50=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2032 is #52DFCD. Grayscale: #4C4C4C. Windows color (decimal): -5431246 or 3285165. OLE color: 3285165.
HSL color Cylindrical-coordinate representation of color #AD2032: hue angle of 352.34º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2032 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 50 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.32 |
| HSL | 352.34º | 0.69% | 0.4% | - |
| HSV(B) | 352.34º | 0.82% | 0.68% | - |
| XYZ | 18.33 | 10.15 | 4.01 | - |
| YUV | 76.21 | 113.21 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 50 | 0 | 0.82 | 0.71 | 0.32 | 352.34 | 0.69 | 0.4 |
| Hex | AD | 20 | 32 | 0 | 52 | 47 | 20 | 160 | 45 | 28 |
| Octal | 255 | 40 | 62 | 0 | 122 | 107 | 40 | 540 | 105 | 50 |
| Binary | 10101101 | 100000 | 110010 | 0 | 1010010 | 1000111 | 100000 | 101100000 | 1000101 | 101000 |
Color Harmonies of #AD2032
Complementary color
Monochromatic Colors of #AD2032
Black with #AD2032
Text Example
Text Example
White with #AD2032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2032; }
p { color: rgb(173,32,50); }
H1.HeaderClassName
{
color: #AD2032;
}
.AnyTagClassName
{
color: #AD2032;
}
</style>
background-color css
<style>
a { background-color: #AD2032; }
a { background-color: rgb(173,32,50); }
div.DivClassName
{
background-color: #AD2032;
}
.BgClassName
{
background-color: #AD2032;
}
</style>
border-color css
<style>
span { border-color: #AD2032; }
span { border-color: rgb(173,32,50); }
td.TdClassName
{
border-color: #AD2032;
}
.TagClassName
{
border-color: #AD2032;
}
</style>