Shades of Cardinal #AD1844
Tints of Cardinal #AD1844
RGB
CMYK
RGB Variations
Color information
#AD1844 (or 0xAD1844) is known color: Cardinal. HEX triplet: AD, 18 and 44. RGB value is (173,24,68). Sum of RGB (Red+Green+Blue) = 173+24+68=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1844 is #52E7BB. Grayscale: #494949. Windows color (decimal): -5433276 or 4462765. OLE color: 4462765.
HSL color Cylindrical-coordinate representation of color #AD1844: hue angle of 342.28º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1844 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 68 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.32 |
| HSL | 342.28º | 0.76% | 0.39% | - |
| HSV(B) | 342.28º | 0.86% | 0.68% | - |
| XYZ | 18.6 | 9.95 | 6.41 | - |
| YUV | 73.57 | 124.86 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 68 | 0 | 0.86 | 0.61 | 0.32 | 342.28 | 0.76 | 0.39 |
| Hex | AD | 18 | 44 | 0 | 56 | 3D | 20 | 156 | 4C | 27 |
| Octal | 255 | 30 | 104 | 0 | 126 | 75 | 40 | 526 | 114 | 47 |
| Binary | 10101101 | 11000 | 1000100 | 0 | 1010110 | 111101 | 100000 | 101010110 | 1001100 | 100111 |
Color Harmonies of #AD1844
Complementary color
Monochromatic Colors of #AD1844
Black with #AD1844
Text Example
Text Example
White with #AD1844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1844; }
p { color: rgb(173,24,68); }
H1.HeaderClassName
{
color: #AD1844;
}
.AnyTagClassName
{
color: #AD1844;
}
</style>
background-color css
<style>
a { background-color: #AD1844; }
a { background-color: rgb(173,24,68); }
div.DivClassName
{
background-color: #AD1844;
}
.BgClassName
{
background-color: #AD1844;
}
</style>
border-color css
<style>
span { border-color: #AD1844; }
span { border-color: rgb(173,24,68); }
td.TdClassName
{
border-color: #AD1844;
}
.TagClassName
{
border-color: #AD1844;
}
</style>