Shades of Cardinal #AD2539
Tints of Cardinal #AD2539
RGB
CMYK
RGB Variations
Color information
#AD2539 (or 0xAD2539) is known color: Cardinal. HEX triplet: AD, 25 and 39. RGB value is (173,37,57). Sum of RGB (Red+Green+Blue) = 173+37+57=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2539 is #52DAC6. Grayscale: #4F4F4F. Windows color (decimal): -5429959 or 3745197. OLE color: 3745197.
HSL color Cylindrical-coordinate representation of color #AD2539: hue angle of 351.18º 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 #AD2539 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 57 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.32 |
| HSL | 351.18º | 0.65% | 0.41% | - |
| HSV(B) | 351.18º | 0.79% | 0.68% | - |
| XYZ | 18.63 | 10.5 | 4.92 | - |
| YUV | 79.94 | 115.06 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 57 | 0 | 0.79 | 0.67 | 0.32 | 351.18 | 0.65 | 0.41 |
| Hex | AD | 25 | 39 | 0 | 4F | 43 | 20 | 15F | 41 | 29 |
| Octal | 255 | 45 | 71 | 0 | 117 | 103 | 40 | 537 | 101 | 51 |
| Binary | 10101101 | 100101 | 111001 | 0 | 1001111 | 1000011 | 100000 | 101011111 | 1000001 | 101001 |
Color Harmonies of #AD2539
Complementary color
Monochromatic Colors of #AD2539
Black with #AD2539
Text Example
Text Example
White with #AD2539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2539; }
p { color: rgb(173,37,57); }
H1.HeaderClassName
{
color: #AD2539;
}
.AnyTagClassName
{
color: #AD2539;
}
</style>
background-color css
<style>
a { background-color: #AD2539; }
a { background-color: rgb(173,37,57); }
div.DivClassName
{
background-color: #AD2539;
}
.BgClassName
{
background-color: #AD2539;
}
</style>
border-color css
<style>
span { border-color: #AD2539; }
span { border-color: rgb(173,37,57); }
td.TdClassName
{
border-color: #AD2539;
}
.TagClassName
{
border-color: #AD2539;
}
</style>