Shades of Cardinal #AD1E3A
Tints of Cardinal #AD1E3A
RGB
CMYK
RGB Variations
Color information
#AD1E3A (or 0xAD1E3A) is known color: Cardinal. HEX triplet: AD, 1E and 3A. RGB value is (173,30,58). Sum of RGB (Red+Green+Blue) = 173+30+58=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1E3A is #52E1C5. Grayscale: #4B4B4B. Windows color (decimal): -5431750 or 3808941. OLE color: 3808941.
HSL color Cylindrical-coordinate representation of color #AD1E3A: hue angle of 348.25º 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 #AD1E3A is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 58 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.32 |
| HSL | 348.25º | 0.7% | 0.4% | - |
| HSV(B) | 348.25º | 0.83% | 0.68% | - |
| XYZ | 18.46 | 10.12 | 4.98 | - |
| YUV | 75.95 | 117.88 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 58 | 0 | 0.83 | 0.66 | 0.32 | 348.25 | 0.7 | 0.4 |
| Hex | AD | 1E | 3A | 0 | 53 | 42 | 20 | 15C | 46 | 28 |
| Octal | 255 | 36 | 72 | 0 | 123 | 102 | 40 | 534 | 106 | 50 |
| Binary | 10101101 | 11110 | 111010 | 0 | 1010011 | 1000010 | 100000 | 101011100 | 1000110 | 101000 |
Color Harmonies of #AD1E3A
Complementary color
Monochromatic Colors of #AD1E3A
Black with #AD1E3A
Text Example
Text Example
White with #AD1E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1E3A; }
p { color: rgb(173,30,58); }
H1.HeaderClassName
{
color: #AD1E3A;
}
.AnyTagClassName
{
color: #AD1E3A;
}
</style>
background-color css
<style>
a { background-color: #AD1E3A; }
a { background-color: rgb(173,30,58); }
div.DivClassName
{
background-color: #AD1E3A;
}
.BgClassName
{
background-color: #AD1E3A;
}
</style>
border-color css
<style>
span { border-color: #AD1E3A; }
span { border-color: rgb(173,30,58); }
td.TdClassName
{
border-color: #AD1E3A;
}
.TagClassName
{
border-color: #AD1E3A;
}
</style>