Shades of Cardinal #AD293B
Tints of Cardinal #AD293B
RGB
CMYK
RGB Variations
Color information
#AD293B (or 0xAD293B) is known color: Cardinal. HEX triplet: AD, 29 and 3B. RGB value is (173,41,59). Sum of RGB (Red+Green+Blue) = 173+41+59=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD293B is #52D6C4. Grayscale: #525252. Windows color (decimal): -5428933 or 3877293. OLE color: 3877293.
HSL color Cylindrical-coordinate representation of color #AD293B: hue angle of 351.82º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD293B is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 59 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.32 |
| HSL | 351.82º | 0.62% | 0.42% | - |
| HSV(B) | 351.82º | 0.76% | 0.68% | - |
| XYZ | 18.82 | 10.79 | 5.23 | - |
| YUV | 82.52 | 114.73 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 59 | 0 | 0.76 | 0.66 | 0.32 | 351.82 | 0.62 | 0.42 |
| Hex | AD | 29 | 3B | 0 | 4C | 42 | 20 | 160 | 3E | 2A |
| Octal | 255 | 51 | 73 | 0 | 114 | 102 | 40 | 540 | 76 | 52 |
| Binary | 10101101 | 101001 | 111011 | 0 | 1001100 | 1000010 | 100000 | 101100000 | 111110 | 101010 |
Color Harmonies of #AD293B
Complementary color
Monochromatic Colors of #AD293B
Black with #AD293B
Text Example
Text Example
White with #AD293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD293B; }
p { color: rgb(173,41,59); }
H1.HeaderClassName
{
color: #AD293B;
}
.AnyTagClassName
{
color: #AD293B;
}
</style>
background-color css
<style>
a { background-color: #AD293B; }
a { background-color: rgb(173,41,59); }
div.DivClassName
{
background-color: #AD293B;
}
.BgClassName
{
background-color: #AD293B;
}
</style>
border-color css
<style>
span { border-color: #AD293B; }
span { border-color: rgb(173,41,59); }
td.TdClassName
{
border-color: #AD293B;
}
.TagClassName
{
border-color: #AD293B;
}
</style>