Shades of Cardinal #AD2439
Tints of Cardinal #AD2439
RGB
CMYK
RGB Variations
Color information
#AD2439 (or 0xAD2439) is known color: Cardinal. HEX triplet: AD, 24 and 39. RGB value is (173,36,57). Sum of RGB (Red+Green+Blue) = 173+36+57=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2439 is #52DBC6. Grayscale: #4F4F4F. Windows color (decimal): -5430215 or 3744941. OLE color: 3744941.
HSL color Cylindrical-coordinate representation of color #AD2439: hue angle of 350.8º degrees, saturation: 0.66, 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 #AD2439 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 57 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.32 |
| HSL | 350.8º | 0.66% | 0.41% | - |
| HSV(B) | 350.8º | 0.79% | 0.68% | - |
| XYZ | 18.6 | 10.44 | 4.91 | - |
| YUV | 79.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 57 | 0 | 0.79 | 0.67 | 0.32 | 350.8 | 0.66 | 0.41 |
| Hex | AD | 24 | 39 | 0 | 4F | 43 | 20 | 15F | 42 | 29 |
| Octal | 255 | 44 | 71 | 0 | 117 | 103 | 40 | 537 | 102 | 51 |
| Binary | 10101101 | 100100 | 111001 | 0 | 1001111 | 1000011 | 100000 | 101011111 | 1000010 | 101001 |
Color Harmonies of #AD2439
Complementary color
Monochromatic Colors of #AD2439
Black with #AD2439
Text Example
Text Example
White with #AD2439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2439; }
p { color: rgb(173,36,57); }
H1.HeaderClassName
{
color: #AD2439;
}
.AnyTagClassName
{
color: #AD2439;
}
</style>
background-color css
<style>
a { background-color: #AD2439; }
a { background-color: rgb(173,36,57); }
div.DivClassName
{
background-color: #AD2439;
}
.BgClassName
{
background-color: #AD2439;
}
</style>
border-color css
<style>
span { border-color: #AD2439; }
span { border-color: rgb(173,36,57); }
td.TdClassName
{
border-color: #AD2439;
}
.TagClassName
{
border-color: #AD2439;
}
</style>