Shades of Cardinal #AD1644
Tints of Cardinal #AD1644
RGB
CMYK
RGB Variations
Color information
#AD1644 (or 0xAD1644) is known color: Cardinal. HEX triplet: AD, 16 and 44. RGB value is (173,22,68). Sum of RGB (Red+Green+Blue) = 173+22+68=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1644 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1644 is #52E9BB. Grayscale: #484848. Windows color (decimal): -5433788 or 4462253. OLE color: 4462253.
HSL color Cylindrical-coordinate representation of color #AD1644: hue angle of 341.72º 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 #AD1644 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 68 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.32 |
| HSL | 341.72º | 0.77% | 0.38% | - |
| HSV(B) | 341.72º | 0.87% | 0.68% | - |
| XYZ | 18.56 | 9.88 | 6.4 | - |
| YUV | 72.39 | 125.53 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 68 | 0 | 0.87 | 0.61 | 0.32 | 341.72 | 0.77 | 0.38 |
| Hex | AD | 16 | 44 | 0 | 57 | 3D | 20 | 156 | 4D | 26 |
| Octal | 255 | 26 | 104 | 0 | 127 | 75 | 40 | 526 | 115 | 46 |
| Binary | 10101101 | 10110 | 1000100 | 0 | 1010111 | 111101 | 100000 | 101010110 | 1001101 | 100110 |
Color Harmonies of #AD1644
Complementary color
Monochromatic Colors of #AD1644
Black with #AD1644
Text Example
Text Example
White with #AD1644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1644; }
p { color: rgb(173,22,68); }
H1.HeaderClassName
{
color: #AD1644;
}
.AnyTagClassName
{
color: #AD1644;
}
</style>
background-color css
<style>
a { background-color: #AD1644; }
a { background-color: rgb(173,22,68); }
div.DivClassName
{
background-color: #AD1644;
}
.BgClassName
{
background-color: #AD1644;
}
</style>
border-color css
<style>
span { border-color: #AD1644; }
span { border-color: rgb(173,22,68); }
td.TdClassName
{
border-color: #AD1644;
}
.TagClassName
{
border-color: #AD1644;
}
</style>