Shades of Cardinal #AD1E3F
Tints of Cardinal #AD1E3F
RGB
CMYK
RGB Variations
Color information
#AD1E3F (or 0xAD1E3F) is known color: Cardinal. HEX triplet: AD, 1E and 3F. RGB value is (173,30,63). Sum of RGB (Red+Green+Blue) = 173+30+63=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1E3F is #52E1C0. Grayscale: #4C4C4C. Windows color (decimal): -5431745 or 4136621. OLE color: 4136621.
HSL color Cylindrical-coordinate representation of color #AD1E3F: hue angle of 346.15º 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 #AD1E3F is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 63 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.32 |
| HSL | 346.15º | 0.7% | 0.4% | - |
| HSV(B) | 346.15º | 0.83% | 0.68% | - |
| XYZ | 18.6 | 10.17 | 5.69 | - |
| YUV | 76.52 | 120.38 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 63 | 0 | 0.83 | 0.64 | 0.32 | 346.15 | 0.7 | 0.4 |
| Hex | AD | 1E | 3F | 0 | 53 | 40 | 20 | 15A | 46 | 28 |
| Octal | 255 | 36 | 77 | 0 | 123 | 100 | 40 | 532 | 106 | 50 |
| Binary | 10101101 | 11110 | 111111 | 0 | 1010011 | 1000000 | 100000 | 101011010 | 1000110 | 101000 |
Color Harmonies of #AD1E3F
Complementary color
Monochromatic Colors of #AD1E3F
Black with #AD1E3F
Text Example
Text Example
White with #AD1E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1E3F; }
p { color: rgb(173,30,63); }
H1.HeaderClassName
{
color: #AD1E3F;
}
.AnyTagClassName
{
color: #AD1E3F;
}
</style>
background-color css
<style>
a { background-color: #AD1E3F; }
a { background-color: rgb(173,30,63); }
div.DivClassName
{
background-color: #AD1E3F;
}
.BgClassName
{
background-color: #AD1E3F;
}
</style>
border-color css
<style>
span { border-color: #AD1E3F; }
span { border-color: rgb(173,30,63); }
td.TdClassName
{
border-color: #AD1E3F;
}
.TagClassName
{
border-color: #AD1E3F;
}
</style>