Shades of Cardinal #AD293C
Tints of Cardinal #AD293C
RGB
CMYK
RGB Variations
Color information
#AD293C (or 0xAD293C) is known color: Cardinal. HEX triplet: AD, 29 and 3C. RGB value is (173,41,60). Sum of RGB (Red+Green+Blue) = 173+41+60=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD293C is #52D6C3. Grayscale: #525252. Windows color (decimal): -5428932 or 3942829. OLE color: 3942829.
HSL color Cylindrical-coordinate representation of color #AD293C: hue angle of 351.36º 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 #AD293C is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 60 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.32 |
| HSL | 351.36º | 0.62% | 0.42% | - |
| HSV(B) | 351.36º | 0.76% | 0.68% | - |
| XYZ | 18.84 | 10.8 | 5.37 | - |
| YUV | 82.63 | 115.23 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 60 | 0 | 0.76 | 0.65 | 0.32 | 351.36 | 0.62 | 0.42 |
| Hex | AD | 29 | 3C | 0 | 4C | 41 | 20 | 15F | 3E | 2A |
| Octal | 255 | 51 | 74 | 0 | 114 | 101 | 40 | 537 | 76 | 52 |
| Binary | 10101101 | 101001 | 111100 | 0 | 1001100 | 1000001 | 100000 | 101011111 | 111110 | 101010 |
Color Harmonies of #AD293C
Complementary color
Monochromatic Colors of #AD293C
Black with #AD293C
Text Example
Text Example
White with #AD293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD293C; }
p { color: rgb(173,41,60); }
H1.HeaderClassName
{
color: #AD293C;
}
.AnyTagClassName
{
color: #AD293C;
}
</style>
background-color css
<style>
a { background-color: #AD293C; }
a { background-color: rgb(173,41,60); }
div.DivClassName
{
background-color: #AD293C;
}
.BgClassName
{
background-color: #AD293C;
}
</style>
border-color css
<style>
span { border-color: #AD293C; }
span { border-color: rgb(173,41,60); }
td.TdClassName
{
border-color: #AD293C;
}
.TagClassName
{
border-color: #AD293C;
}
</style>