Shades of Cardinal #AD1D3C
Tints of Cardinal #AD1D3C
RGB
CMYK
RGB Variations
Color information
#AD1D3C (or 0xAD1D3C) is known color: Cardinal. HEX triplet: AD, 1D and 3C. RGB value is (173,29,60). Sum of RGB (Red+Green+Blue) = 173+29+60=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1D3C is #52E2C3. Grayscale: #4B4B4B. Windows color (decimal): -5432004 or 3939757. OLE color: 3939757.
HSL color Cylindrical-coordinate representation of color #AD1D3C: hue angle of 347.08º 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 #AD1D3C is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 60 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.32 |
| HSL | 347.08º | 0.71% | 0.4% | - |
| HSV(B) | 347.08º | 0.83% | 0.68% | - |
| XYZ | 18.49 | 10.09 | 5.25 | - |
| YUV | 75.59 | 119.21 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 60 | 0 | 0.83 | 0.65 | 0.32 | 347.08 | 0.71 | 0.4 |
| Hex | AD | 1D | 3C | 0 | 53 | 41 | 20 | 15B | 47 | 28 |
| Octal | 255 | 35 | 74 | 0 | 123 | 101 | 40 | 533 | 107 | 50 |
| Binary | 10101101 | 11101 | 111100 | 0 | 1010011 | 1000001 | 100000 | 101011011 | 1000111 | 101000 |
Color Harmonies of #AD1D3C
Complementary color
Monochromatic Colors of #AD1D3C
Black with #AD1D3C
Text Example
Text Example
White with #AD1D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D3C; }
p { color: rgb(173,29,60); }
H1.HeaderClassName
{
color: #AD1D3C;
}
.AnyTagClassName
{
color: #AD1D3C;
}
</style>
background-color css
<style>
a { background-color: #AD1D3C; }
a { background-color: rgb(173,29,60); }
div.DivClassName
{
background-color: #AD1D3C;
}
.BgClassName
{
background-color: #AD1D3C;
}
</style>
border-color css
<style>
span { border-color: #AD1D3C; }
span { border-color: rgb(173,29,60); }
td.TdClassName
{
border-color: #AD1D3C;
}
.TagClassName
{
border-color: #AD1D3C;
}
</style>