Shades of Cardinal #AD2535
Tints of Cardinal #AD2535
RGB
CMYK
RGB Variations
Color information
#AD2535 (or 0xAD2535) is known color: Cardinal. HEX triplet: AD, 25 and 35. RGB value is (173,37,53). Sum of RGB (Red+Green+Blue) = 173+37+53=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2535 is #52DACA. Grayscale: #4F4F4F. Windows color (decimal): -5429963 or 3483053. OLE color: 3483053.
HSL color Cylindrical-coordinate representation of color #AD2535: hue angle of 352.94º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2535 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 53 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.32 |
| HSL | 352.94º | 0.65% | 0.41% | - |
| HSV(B) | 352.94º | 0.79% | 0.68% | - |
| XYZ | 18.54 | 10.46 | 4.41 | - |
| YUV | 79.49 | 113.06 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 53 | 0 | 0.79 | 0.69 | 0.32 | 352.94 | 0.65 | 0.41 |
| Hex | AD | 25 | 35 | 0 | 4F | 45 | 20 | 161 | 41 | 29 |
| Octal | 255 | 45 | 65 | 0 | 117 | 105 | 40 | 541 | 101 | 51 |
| Binary | 10101101 | 100101 | 110101 | 0 | 1001111 | 1000101 | 100000 | 101100001 | 1000001 | 101001 |
Color Harmonies of #AD2535
Complementary color
Monochromatic Colors of #AD2535
Black with #AD2535
Text Example
Text Example
White with #AD2535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2535; }
p { color: rgb(173,37,53); }
H1.HeaderClassName
{
color: #AD2535;
}
.AnyTagClassName
{
color: #AD2535;
}
</style>
background-color css
<style>
a { background-color: #AD2535; }
a { background-color: rgb(173,37,53); }
div.DivClassName
{
background-color: #AD2535;
}
.BgClassName
{
background-color: #AD2535;
}
</style>
border-color css
<style>
span { border-color: #AD2535; }
span { border-color: rgb(173,37,53); }
td.TdClassName
{
border-color: #AD2535;
}
.TagClassName
{
border-color: #AD2535;
}
</style>