Shades of Cardinal #AD1E3B
Tints of Cardinal #AD1E3B
RGB
CMYK
RGB Variations
Color information
#AD1E3B (or 0xAD1E3B) is known color: Cardinal. HEX triplet: AD, 1E and 3B. RGB value is (173,30,59). Sum of RGB (Red+Green+Blue) = 173+30+59=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1E3B is #52E1C4. Grayscale: #4C4C4C. Windows color (decimal): -5431749 or 3874477. OLE color: 3874477.
HSL color Cylindrical-coordinate representation of color #AD1E3B: hue angle of 347.83º 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 #AD1E3B is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 59 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.32 |
| HSL | 347.83º | 0.7% | 0.4% | - |
| HSV(B) | 347.83º | 0.83% | 0.68% | - |
| XYZ | 18.49 | 10.13 | 5.12 | - |
| YUV | 76.06 | 118.38 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 59 | 0 | 0.83 | 0.66 | 0.32 | 347.83 | 0.7 | 0.4 |
| Hex | AD | 1E | 3B | 0 | 53 | 42 | 20 | 15C | 46 | 28 |
| Octal | 255 | 36 | 73 | 0 | 123 | 102 | 40 | 534 | 106 | 50 |
| Binary | 10101101 | 11110 | 111011 | 0 | 1010011 | 1000010 | 100000 | 101011100 | 1000110 | 101000 |
Color Harmonies of #AD1E3B
Complementary color
Monochromatic Colors of #AD1E3B
Black with #AD1E3B
Text Example
Text Example
White with #AD1E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1E3B; }
p { color: rgb(173,30,59); }
H1.HeaderClassName
{
color: #AD1E3B;
}
.AnyTagClassName
{
color: #AD1E3B;
}
</style>
background-color css
<style>
a { background-color: #AD1E3B; }
a { background-color: rgb(173,30,59); }
div.DivClassName
{
background-color: #AD1E3B;
}
.BgClassName
{
background-color: #AD1E3B;
}
</style>
border-color css
<style>
span { border-color: #AD1E3B; }
span { border-color: rgb(173,30,59); }
td.TdClassName
{
border-color: #AD1E3B;
}
.TagClassName
{
border-color: #AD1E3B;
}
</style>