Shades of Cardinal #AD2035
Tints of Cardinal #AD2035
RGB
CMYK
RGB Variations
Color information
#AD2035 (or 0xAD2035) is known color: Cardinal. HEX triplet: AD, 20 and 35. RGB value is (173,32,53). Sum of RGB (Red+Green+Blue) = 173+32+53=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2035 is #52DFCA. Grayscale: #4C4C4C. Windows color (decimal): -5431243 or 3481773. OLE color: 3481773.
HSL color Cylindrical-coordinate representation of color #AD2035: hue angle of 351.06º 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 #AD2035 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 53 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.32 |
| HSL | 351.06º | 0.69% | 0.4% | - |
| HSV(B) | 351.06º | 0.82% | 0.68% | - |
| XYZ | 18.39 | 10.17 | 4.36 | - |
| YUV | 76.55 | 114.71 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 53 | 0 | 0.82 | 0.69 | 0.32 | 351.06 | 0.69 | 0.4 |
| Hex | AD | 20 | 35 | 0 | 52 | 45 | 20 | 15F | 45 | 28 |
| Octal | 255 | 40 | 65 | 0 | 122 | 105 | 40 | 537 | 105 | 50 |
| Binary | 10101101 | 100000 | 110101 | 0 | 1010010 | 1000101 | 100000 | 101011111 | 1000101 | 101000 |
Color Harmonies of #AD2035
Complementary color
Monochromatic Colors of #AD2035
Black with #AD2035
Text Example
Text Example
White with #AD2035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2035; }
p { color: rgb(173,32,53); }
H1.HeaderClassName
{
color: #AD2035;
}
.AnyTagClassName
{
color: #AD2035;
}
</style>
background-color css
<style>
a { background-color: #AD2035; }
a { background-color: rgb(173,32,53); }
div.DivClassName
{
background-color: #AD2035;
}
.BgClassName
{
background-color: #AD2035;
}
</style>
border-color css
<style>
span { border-color: #AD2035; }
span { border-color: rgb(173,32,53); }
td.TdClassName
{
border-color: #AD2035;
}
.TagClassName
{
border-color: #AD2035;
}
</style>