Shades of Cardinal #AD1E3C
Tints of Cardinal #AD1E3C
RGB
CMYK
RGB Variations
Color information
#AD1E3C (or 0xAD1E3C) is known color: Cardinal. HEX triplet: AD, 1E and 3C. RGB value is (173,30,60). Sum of RGB (Red+Green+Blue) = 173+30+60=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1E3C is #52E1C3. Grayscale: #4C4C4C. Windows color (decimal): -5431748 or 3940013. OLE color: 3940013.
HSL color Cylindrical-coordinate representation of color #AD1E3C: hue angle of 347.41º 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 #AD1E3C is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 60 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.32 |
| HSL | 347.41º | 0.7% | 0.4% | - |
| HSV(B) | 347.41º | 0.83% | 0.68% | - |
| XYZ | 18.51 | 10.14 | 5.26 | - |
| YUV | 76.18 | 118.88 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 60 | 0 | 0.83 | 0.65 | 0.32 | 347.41 | 0.7 | 0.4 |
| Hex | AD | 1E | 3C | 0 | 53 | 41 | 20 | 15B | 46 | 28 |
| Octal | 255 | 36 | 74 | 0 | 123 | 101 | 40 | 533 | 106 | 50 |
| Binary | 10101101 | 11110 | 111100 | 0 | 1010011 | 1000001 | 100000 | 101011011 | 1000110 | 101000 |
Color Harmonies of #AD1E3C
Complementary color
Monochromatic Colors of #AD1E3C
Black with #AD1E3C
Text Example
Text Example
White with #AD1E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1E3C; }
p { color: rgb(173,30,60); }
H1.HeaderClassName
{
color: #AD1E3C;
}
.AnyTagClassName
{
color: #AD1E3C;
}
</style>
background-color css
<style>
a { background-color: #AD1E3C; }
a { background-color: rgb(173,30,60); }
div.DivClassName
{
background-color: #AD1E3C;
}
.BgClassName
{
background-color: #AD1E3C;
}
</style>
border-color css
<style>
span { border-color: #AD1E3C; }
span { border-color: rgb(173,30,60); }
td.TdClassName
{
border-color: #AD1E3C;
}
.TagClassName
{
border-color: #AD1E3C;
}
</style>