Shades of Cardinal #AD1647
Tints of Cardinal #AD1647
RGB
CMYK
RGB Variations
Color information
#AD1647 (or 0xAD1647) is known color: Cardinal. HEX triplet: AD, 16 and 47. RGB value is (173,22,71). Sum of RGB (Red+Green+Blue) = 173+22+71=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1647 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1647 is #52E9B8. Grayscale: #484848. Windows color (decimal): -5433785 or 4658861. OLE color: 4658861.
HSL color Cylindrical-coordinate representation of color #AD1647: hue angle of 340.53º 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 #AD1647 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 71 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.32 |
| HSL | 340.53º | 0.77% | 0.38% | - |
| HSV(B) | 340.53º | 0.87% | 0.68% | - |
| XYZ | 18.66 | 9.91 | 6.89 | - |
| YUV | 72.74 | 127.03 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 71 | 0 | 0.87 | 0.59 | 0.32 | 340.53 | 0.77 | 0.38 |
| Hex | AD | 16 | 47 | 0 | 57 | 3B | 20 | 155 | 4D | 26 |
| Octal | 255 | 26 | 107 | 0 | 127 | 73 | 40 | 525 | 115 | 46 |
| Binary | 10101101 | 10110 | 1000111 | 0 | 1010111 | 111011 | 100000 | 101010101 | 1001101 | 100110 |
Color Harmonies of #AD1647
Complementary color
Monochromatic Colors of #AD1647
Black with #AD1647
Text Example
Text Example
White with #AD1647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1647; }
p { color: rgb(173,22,71); }
H1.HeaderClassName
{
color: #AD1647;
}
.AnyTagClassName
{
color: #AD1647;
}
</style>
background-color css
<style>
a { background-color: #AD1647; }
a { background-color: rgb(173,22,71); }
div.DivClassName
{
background-color: #AD1647;
}
.BgClassName
{
background-color: #AD1647;
}
</style>
border-color css
<style>
span { border-color: #AD1647; }
span { border-color: rgb(173,22,71); }
td.TdClassName
{
border-color: #AD1647;
}
.TagClassName
{
border-color: #AD1647;
}
</style>