Shades of Cardinal #AD2031
Tints of Cardinal #AD2031
RGB
CMYK
RGB Variations
Color information
#AD2031 (or 0xAD2031) is known color: Cardinal. HEX triplet: AD, 20 and 31. RGB value is (173,32,49). Sum of RGB (Red+Green+Blue) = 173+32+49=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2031 is #52DFCE. Grayscale: #4C4C4C. Windows color (decimal): -5431247 or 3219629. OLE color: 3219629.
HSL color Cylindrical-coordinate representation of color #AD2031: hue angle of 352.77º 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 #AD2031 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 49 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.32 |
| HSL | 352.77º | 0.69% | 0.4% | - |
| HSV(B) | 352.77º | 0.82% | 0.68% | - |
| XYZ | 18.3 | 10.14 | 3.9 | - |
| YUV | 76.1 | 112.71 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 49 | 0 | 0.82 | 0.72 | 0.32 | 352.77 | 0.69 | 0.4 |
| Hex | AD | 20 | 31 | 0 | 52 | 48 | 20 | 161 | 45 | 28 |
| Octal | 255 | 40 | 61 | 0 | 122 | 110 | 40 | 541 | 105 | 50 |
| Binary | 10101101 | 100000 | 110001 | 0 | 1010010 | 1001000 | 100000 | 101100001 | 1000101 | 101000 |
Color Harmonies of #AD2031
Complementary color
Monochromatic Colors of #AD2031
Black with #AD2031
Text Example
Text Example
White with #AD2031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2031; }
p { color: rgb(173,32,49); }
H1.HeaderClassName
{
color: #AD2031;
}
.AnyTagClassName
{
color: #AD2031;
}
</style>
background-color css
<style>
a { background-color: #AD2031; }
a { background-color: rgb(173,32,49); }
div.DivClassName
{
background-color: #AD2031;
}
.BgClassName
{
background-color: #AD2031;
}
</style>
border-color css
<style>
span { border-color: #AD2031; }
span { border-color: rgb(173,32,49); }
td.TdClassName
{
border-color: #AD2031;
}
.TagClassName
{
border-color: #AD2031;
}
</style>