Shades of Cardinal #AD2533
Tints of Cardinal #AD2533
RGB
CMYK
RGB Variations
Color information
#AD2533 (or 0xAD2533) is known color: Cardinal. HEX triplet: AD, 25 and 33. RGB value is (173,37,51). Sum of RGB (Red+Green+Blue) = 173+37+51=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2533 is #52DACC. Grayscale: #4F4F4F. Windows color (decimal): -5429965 or 3351981. OLE color: 3351981.
HSL color Cylindrical-coordinate representation of color #AD2533: hue angle of 353.82º 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 #AD2533 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 51 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.32 |
| HSL | 353.82º | 0.65% | 0.41% | - |
| HSV(B) | 353.82º | 0.79% | 0.68% | - |
| XYZ | 18.49 | 10.45 | 4.17 | - |
| YUV | 79.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 51 | 0 | 0.79 | 0.71 | 0.32 | 353.82 | 0.65 | 0.41 |
| Hex | AD | 25 | 33 | 0 | 4F | 47 | 20 | 162 | 41 | 29 |
| Octal | 255 | 45 | 63 | 0 | 117 | 107 | 40 | 542 | 101 | 51 |
| Binary | 10101101 | 100101 | 110011 | 0 | 1001111 | 1000111 | 100000 | 101100010 | 1000001 | 101001 |
Color Harmonies of #AD2533
Complementary color
Monochromatic Colors of #AD2533
Black with #AD2533
Text Example
Text Example
White with #AD2533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2533; }
p { color: rgb(173,37,51); }
H1.HeaderClassName
{
color: #AD2533;
}
.AnyTagClassName
{
color: #AD2533;
}
</style>
background-color css
<style>
a { background-color: #AD2533; }
a { background-color: rgb(173,37,51); }
div.DivClassName
{
background-color: #AD2533;
}
.BgClassName
{
background-color: #AD2533;
}
</style>
border-color css
<style>
span { border-color: #AD2533; }
span { border-color: rgb(173,37,51); }
td.TdClassName
{
border-color: #AD2533;
}
.TagClassName
{
border-color: #AD2533;
}
</style>