Shades of Cardinal #AD1646
Tints of Cardinal #AD1646
RGB
CMYK
RGB Variations
Color information
#AD1646 (or 0xAD1646) is known color: Cardinal. HEX triplet: AD, 16 and 46. RGB value is (173,22,70). Sum of RGB (Red+Green+Blue) = 173+22+70=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1646 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1646 is #52E9B9. Grayscale: #484848. Windows color (decimal): -5433786 or 4593325. OLE color: 4593325.
HSL color Cylindrical-coordinate representation of color #AD1646: hue angle of 340.93º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1646 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 70 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.32 |
| HSL | 340.93º | 0.77% | 0.38% | - |
| HSV(B) | 340.93º | 0.87% | 0.68% | - |
| XYZ | 18.63 | 9.9 | 6.72 | - |
| YUV | 72.62 | 126.53 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 70 | 0 | 0.87 | 0.60 | 0.32 | 340.93 | 0.77 | 0.38 |
| Hex | AD | 16 | 46 | 0 | 57 | 3C | 20 | 155 | 4D | 26 |
| Octal | 255 | 26 | 106 | 0 | 127 | 74 | 40 | 525 | 115 | 46 |
| Binary | 10101101 | 10110 | 1000110 | 0 | 1010111 | 111100 | 100000 | 101010101 | 1001101 | 100110 |
Color Harmonies of #AD1646
Complementary color
Monochromatic Colors of #AD1646
Black with #AD1646
Text Example
Text Example
White with #AD1646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1646; }
p { color: rgb(173,22,70); }
H1.HeaderClassName
{
color: #AD1646;
}
.AnyTagClassName
{
color: #AD1646;
}
</style>
background-color css
<style>
a { background-color: #AD1646; }
a { background-color: rgb(173,22,70); }
div.DivClassName
{
background-color: #AD1646;
}
.BgClassName
{
background-color: #AD1646;
}
</style>
border-color css
<style>
span { border-color: #AD1646; }
span { border-color: rgb(173,22,70); }
td.TdClassName
{
border-color: #AD1646;
}
.TagClassName
{
border-color: #AD1646;
}
</style>