Shades of Cardinal #AD1D40
Tints of Cardinal #AD1D40
RGB
CMYK
RGB Variations
Color information
#AD1D40 (or 0xAD1D40) is known color: Cardinal. HEX triplet: AD, 1D and 40. RGB value is (173,29,64). Sum of RGB (Red+Green+Blue) = 173+29+64=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1D40 is #52E2BF. Grayscale: #4C4C4C. Windows color (decimal): -5432000 or 4201901. OLE color: 4201901.
HSL color Cylindrical-coordinate representation of color #AD1D40: hue angle of 345.42º degrees, saturation: 0.71, 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 #AD1D40 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 64 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.32 |
| HSL | 345.42º | 0.71% | 0.4% | - |
| HSV(B) | 345.42º | 0.83% | 0.68% | - |
| XYZ | 18.6 | 10.13 | 5.83 | - |
| YUV | 76.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 64 | 0 | 0.83 | 0.63 | 0.32 | 345.42 | 0.71 | 0.4 |
| Hex | AD | 1D | 40 | 0 | 53 | 3F | 20 | 159 | 47 | 28 |
| Octal | 255 | 35 | 100 | 0 | 123 | 77 | 40 | 531 | 107 | 50 |
| Binary | 10101101 | 11101 | 1000000 | 0 | 1010011 | 111111 | 100000 | 101011001 | 1000111 | 101000 |
Color Harmonies of #AD1D40
Complementary color
Monochromatic Colors of #AD1D40
Black with #AD1D40
Text Example
Text Example
White with #AD1D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D40; }
p { color: rgb(173,29,64); }
H1.HeaderClassName
{
color: #AD1D40;
}
.AnyTagClassName
{
color: #AD1D40;
}
</style>
background-color css
<style>
a { background-color: #AD1D40; }
a { background-color: rgb(173,29,64); }
div.DivClassName
{
background-color: #AD1D40;
}
.BgClassName
{
background-color: #AD1D40;
}
</style>
border-color css
<style>
span { border-color: #AD1D40; }
span { border-color: rgb(173,29,64); }
td.TdClassName
{
border-color: #AD1D40;
}
.TagClassName
{
border-color: #AD1D40;
}
</style>