Shades of Cardinal #AD253B
Tints of Cardinal #AD253B
RGB
CMYK
RGB Variations
Color information
#AD253B (or 0xAD253B) is known color: Cardinal. HEX triplet: AD, 25 and 3B. RGB value is (173,37,59). Sum of RGB (Red+Green+Blue) = 173+37+59=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD253B is #52DAC4. Grayscale: #505050. Windows color (decimal): -5429957 or 3876269. OLE color: 3876269.
HSL color Cylindrical-coordinate representation of color #AD253B: hue angle of 350.29º 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 #AD253B is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 59 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.32 |
| HSL | 350.29º | 0.65% | 0.41% | - |
| HSV(B) | 350.29º | 0.79% | 0.68% | - |
| XYZ | 18.68 | 10.52 | 5.18 | - |
| YUV | 80.17 | 116.06 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 59 | 0 | 0.79 | 0.66 | 0.32 | 350.29 | 0.65 | 0.41 |
| Hex | AD | 25 | 3B | 0 | 4F | 42 | 20 | 15E | 41 | 29 |
| Octal | 255 | 45 | 73 | 0 | 117 | 102 | 40 | 536 | 101 | 51 |
| Binary | 10101101 | 100101 | 111011 | 0 | 1001111 | 1000010 | 100000 | 101011110 | 1000001 | 101001 |
Color Harmonies of #AD253B
Complementary color
Monochromatic Colors of #AD253B
Black with #AD253B
Text Example
Text Example
White with #AD253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD253B; }
p { color: rgb(173,37,59); }
H1.HeaderClassName
{
color: #AD253B;
}
.AnyTagClassName
{
color: #AD253B;
}
</style>
background-color css
<style>
a { background-color: #AD253B; }
a { background-color: rgb(173,37,59); }
div.DivClassName
{
background-color: #AD253B;
}
.BgClassName
{
background-color: #AD253B;
}
</style>
border-color css
<style>
span { border-color: #AD253B; }
span { border-color: rgb(173,37,59); }
td.TdClassName
{
border-color: #AD253B;
}
.TagClassName
{
border-color: #AD253B;
}
</style>