Shades of Cardinal #AD2532
Tints of Cardinal #AD2532
RGB
CMYK
RGB Variations
Color information
#AD2532 (or 0xAD2532) is known color: Cardinal. HEX triplet: AD, 25 and 32. RGB value is (173,37,50). Sum of RGB (Red+Green+Blue) = 173+37+50=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2532 is #52DACD. Grayscale: #4F4F4F. Windows color (decimal): -5429966 or 3286445. OLE color: 3286445.
HSL color Cylindrical-coordinate representation of color #AD2532: hue angle of 354.26º 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 #AD2532 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 50 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.32 |
| HSL | 354.26º | 0.65% | 0.41% | - |
| HSV(B) | 354.26º | 0.79% | 0.68% | - |
| XYZ | 18.47 | 10.44 | 4.06 | - |
| YUV | 79.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 50 | 0 | 0.79 | 0.71 | 0.32 | 354.26 | 0.65 | 0.41 |
| Hex | AD | 25 | 32 | 0 | 4F | 47 | 20 | 162 | 41 | 29 |
| Octal | 255 | 45 | 62 | 0 | 117 | 107 | 40 | 542 | 101 | 51 |
| Binary | 10101101 | 100101 | 110010 | 0 | 1001111 | 1000111 | 100000 | 101100010 | 1000001 | 101001 |
Color Harmonies of #AD2532
Complementary color
Monochromatic Colors of #AD2532
Black with #AD2532
Text Example
Text Example
White with #AD2532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2532; }
p { color: rgb(173,37,50); }
H1.HeaderClassName
{
color: #AD2532;
}
.AnyTagClassName
{
color: #AD2532;
}
</style>
background-color css
<style>
a { background-color: #AD2532; }
a { background-color: rgb(173,37,50); }
div.DivClassName
{
background-color: #AD2532;
}
.BgClassName
{
background-color: #AD2532;
}
</style>
border-color css
<style>
span { border-color: #AD2532; }
span { border-color: rgb(173,37,50); }
td.TdClassName
{
border-color: #AD2532;
}
.TagClassName
{
border-color: #AD2532;
}
</style>