Shades of Cardinal #AD1740
Tints of Cardinal #AD1740
RGB
CMYK
RGB Variations
Color information
#AD1740 (or 0xAD1740) is known color: Cardinal. HEX triplet: AD, 17 and 40. RGB value is (173,23,64). Sum of RGB (Red+Green+Blue) = 173+23+64=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1740 is #52E8BF. Grayscale: #484848. Windows color (decimal): -5433536 or 4200365. OLE color: 4200365.
HSL color Cylindrical-coordinate representation of color #AD1740: hue angle of 343.6º 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 #AD1740 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 64 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.32 |
| HSL | 343.6º | 0.77% | 0.38% | - |
| HSV(B) | 343.6º | 0.87% | 0.68% | - |
| XYZ | 18.47 | 9.87 | 5.78 | - |
| YUV | 72.52 | 123.2 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 64 | 0 | 0.87 | 0.63 | 0.32 | 343.6 | 0.77 | 0.38 |
| Hex | AD | 17 | 40 | 0 | 57 | 3F | 20 | 158 | 4D | 26 |
| Octal | 255 | 27 | 100 | 0 | 127 | 77 | 40 | 530 | 115 | 46 |
| Binary | 10101101 | 10111 | 1000000 | 0 | 1010111 | 111111 | 100000 | 101011000 | 1001101 | 100110 |
Color Harmonies of #AD1740
Complementary color
Monochromatic Colors of #AD1740
Black with #AD1740
Text Example
Text Example
White with #AD1740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1740; }
p { color: rgb(173,23,64); }
H1.HeaderClassName
{
color: #AD1740;
}
.AnyTagClassName
{
color: #AD1740;
}
</style>
background-color css
<style>
a { background-color: #AD1740; }
a { background-color: rgb(173,23,64); }
div.DivClassName
{
background-color: #AD1740;
}
.BgClassName
{
background-color: #AD1740;
}
</style>
border-color css
<style>
span { border-color: #AD1740; }
span { border-color: rgb(173,23,64); }
td.TdClassName
{
border-color: #AD1740;
}
.TagClassName
{
border-color: #AD1740;
}
</style>