Shades of Cardinal #AD1E40
Tints of Cardinal #AD1E40
RGB
CMYK
RGB Variations
Color information
#AD1E40 (or 0xAD1E40) is known color: Cardinal. HEX triplet: AD, 1E and 40. RGB value is (173,30,64). Sum of RGB (Red+Green+Blue) = 173+30+64=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1E40 is #52E1BF. Grayscale: #4C4C4C. Windows color (decimal): -5431744 or 4202157. OLE color: 4202157.
HSL color Cylindrical-coordinate representation of color #AD1E40: hue angle of 345.73º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1E40 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 64 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.32 |
| HSL | 345.73º | 0.7% | 0.4% | - |
| HSV(B) | 345.73º | 0.83% | 0.68% | - |
| XYZ | 18.62 | 10.18 | 5.83 | - |
| YUV | 76.63 | 120.88 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 64 | 0 | 0.83 | 0.63 | 0.32 | 345.73 | 0.7 | 0.4 |
| Hex | AD | 1E | 40 | 0 | 53 | 3F | 20 | 15A | 46 | 28 |
| Octal | 255 | 36 | 100 | 0 | 123 | 77 | 40 | 532 | 106 | 50 |
| Binary | 10101101 | 11110 | 1000000 | 0 | 1010011 | 111111 | 100000 | 101011010 | 1000110 | 101000 |
Color Harmonies of #AD1E40
Complementary color
Monochromatic Colors of #AD1E40
Black with #AD1E40
Text Example
Text Example
White with #AD1E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1E40; }
p { color: rgb(173,30,64); }
H1.HeaderClassName
{
color: #AD1E40;
}
.AnyTagClassName
{
color: #AD1E40;
}
</style>
background-color css
<style>
a { background-color: #AD1E40; }
a { background-color: rgb(173,30,64); }
div.DivClassName
{
background-color: #AD1E40;
}
.BgClassName
{
background-color: #AD1E40;
}
</style>
border-color css
<style>
span { border-color: #AD1E40; }
span { border-color: rgb(173,30,64); }
td.TdClassName
{
border-color: #AD1E40;
}
.TagClassName
{
border-color: #AD1E40;
}
</style>