Shades of Cardinal #AD1D37
Tints of Cardinal #AD1D37
RGB
CMYK
RGB Variations
Color information
#AD1D37 (or 0xAD1D37) is known color: Cardinal. HEX triplet: AD, 1D and 37. RGB value is (173,29,55). Sum of RGB (Red+Green+Blue) = 173+29+55=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1D37 is #52E2C8. Grayscale: #4B4B4B. Windows color (decimal): -5432009 or 3612077. OLE color: 3612077.
HSL color Cylindrical-coordinate representation of color #AD1D37: hue angle of 349.17º 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 #AD1D37 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 55 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.32 |
| HSL | 349.17º | 0.71% | 0.4% | - |
| HSV(B) | 349.17º | 0.83% | 0.68% | - |
| XYZ | 18.36 | 10.04 | 4.58 | - |
| YUV | 75.02 | 116.71 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 55 | 0 | 0.83 | 0.68 | 0.32 | 349.17 | 0.71 | 0.4 |
| Hex | AD | 1D | 37 | 0 | 53 | 44 | 20 | 15D | 47 | 28 |
| Octal | 255 | 35 | 67 | 0 | 123 | 104 | 40 | 535 | 107 | 50 |
| Binary | 10101101 | 11101 | 110111 | 0 | 1010011 | 1000100 | 100000 | 101011101 | 1000111 | 101000 |
Color Harmonies of #AD1D37
Complementary color
Monochromatic Colors of #AD1D37
Black with #AD1D37
Text Example
Text Example
White with #AD1D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D37; }
p { color: rgb(173,29,55); }
H1.HeaderClassName
{
color: #AD1D37;
}
.AnyTagClassName
{
color: #AD1D37;
}
</style>
background-color css
<style>
a { background-color: #AD1D37; }
a { background-color: rgb(173,29,55); }
div.DivClassName
{
background-color: #AD1D37;
}
.BgClassName
{
background-color: #AD1D37;
}
</style>
border-color css
<style>
span { border-color: #AD1D37; }
span { border-color: rgb(173,29,55); }
td.TdClassName
{
border-color: #AD1D37;
}
.TagClassName
{
border-color: #AD1D37;
}
</style>