Shades of Cardinal #AD1739
Tints of Cardinal #AD1739
RGB
CMYK
RGB Variations
Color information
#AD1739 (or 0xAD1739) is known color: Cardinal. HEX triplet: AD, 17 and 39. RGB value is (173,23,57). Sum of RGB (Red+Green+Blue) = 173+23+57=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1739 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1739 is #52E8C6. Grayscale: #474747. Windows color (decimal): -5433543 or 3741613. OLE color: 3741613.
HSL color Cylindrical-coordinate representation of color #AD1739: hue angle of 346.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1739 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 57 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.32 |
| HSL | 346.4º | 0.77% | 0.38% | - |
| HSV(B) | 346.4º | 0.87% | 0.68% | - |
| XYZ | 18.28 | 9.79 | 4.8 | - |
| YUV | 71.73 | 119.7 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 57 | 0 | 0.87 | 0.67 | 0.32 | 346.4 | 0.77 | 0.38 |
| Hex | AD | 17 | 39 | 0 | 57 | 43 | 20 | 15A | 4D | 26 |
| Octal | 255 | 27 | 71 | 0 | 127 | 103 | 40 | 532 | 115 | 46 |
| Binary | 10101101 | 10111 | 111001 | 0 | 1010111 | 1000011 | 100000 | 101011010 | 1001101 | 100110 |
Color Harmonies of #AD1739
Complementary color
Monochromatic Colors of #AD1739
Black with #AD1739
Text Example
Text Example
White with #AD1739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1739; }
p { color: rgb(173,23,57); }
H1.HeaderClassName
{
color: #AD1739;
}
.AnyTagClassName
{
color: #AD1739;
}
</style>
background-color css
<style>
a { background-color: #AD1739; }
a { background-color: rgb(173,23,57); }
div.DivClassName
{
background-color: #AD1739;
}
.BgClassName
{
background-color: #AD1739;
}
</style>
border-color css
<style>
span { border-color: #AD1739; }
span { border-color: rgb(173,23,57); }
td.TdClassName
{
border-color: #AD1739;
}
.TagClassName
{
border-color: #AD1739;
}
</style>