Shades of Cardinal #AD2537
Tints of Cardinal #AD2537
RGB
CMYK
RGB Variations
Color information
#AD2537 (or 0xAD2537) is known color: Cardinal. HEX triplet: AD, 25 and 37. RGB value is (173,37,55). Sum of RGB (Red+Green+Blue) = 173+37+55=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2537 is #52DAC8. Grayscale: #4F4F4F. Windows color (decimal): -5429961 or 3614125. OLE color: 3614125.
HSL color Cylindrical-coordinate representation of color #AD2537: hue angle of 352.06º 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 #AD2537 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 55 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.32 |
| HSL | 352.06º | 0.65% | 0.41% | - |
| HSV(B) | 352.06º | 0.79% | 0.68% | - |
| XYZ | 18.58 | 10.48 | 4.66 | - |
| YUV | 79.72 | 114.06 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 55 | 0 | 0.79 | 0.68 | 0.32 | 352.06 | 0.65 | 0.41 |
| Hex | AD | 25 | 37 | 0 | 4F | 44 | 20 | 160 | 41 | 29 |
| Octal | 255 | 45 | 67 | 0 | 117 | 104 | 40 | 540 | 101 | 51 |
| Binary | 10101101 | 100101 | 110111 | 0 | 1001111 | 1000100 | 100000 | 101100000 | 1000001 | 101001 |
Color Harmonies of #AD2537
Complementary color
Monochromatic Colors of #AD2537
Black with #AD2537
Text Example
Text Example
White with #AD2537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2537; }
p { color: rgb(173,37,55); }
H1.HeaderClassName
{
color: #AD2537;
}
.AnyTagClassName
{
color: #AD2537;
}
</style>
background-color css
<style>
a { background-color: #AD2537; }
a { background-color: rgb(173,37,55); }
div.DivClassName
{
background-color: #AD2537;
}
.BgClassName
{
background-color: #AD2537;
}
</style>
border-color css
<style>
span { border-color: #AD2537; }
span { border-color: rgb(173,37,55); }
td.TdClassName
{
border-color: #AD2537;
}
.TagClassName
{
border-color: #AD2537;
}
</style>