Shades of Cardinal #AD1544
Tints of Cardinal #AD1544
RGB
CMYK
RGB Variations
Color information
#AD1544 (or 0xAD1544) is known color: Cardinal. HEX triplet: AD, 15 and 44. RGB value is (173,21,68). Sum of RGB (Red+Green+Blue) = 173+21+68=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1544 is #52EABB. Grayscale: #474747. Windows color (decimal): -5434044 or 4461997. OLE color: 4461997.
HSL color Cylindrical-coordinate representation of color #AD1544: hue angle of 341.45º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1544 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 68 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.32 |
| HSL | 341.45º | 0.78% | 0.38% | - |
| HSV(B) | 341.45º | 0.88% | 0.68% | - |
| XYZ | 18.55 | 9.84 | 6.39 | - |
| YUV | 71.81 | 125.86 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 68 | 0 | 0.88 | 0.61 | 0.32 | 341.45 | 0.78 | 0.38 |
| Hex | AD | 15 | 44 | 0 | 58 | 3D | 20 | 155 | 4E | 26 |
| Octal | 255 | 25 | 104 | 0 | 130 | 75 | 40 | 525 | 116 | 46 |
| Binary | 10101101 | 10101 | 1000100 | 0 | 1011000 | 111101 | 100000 | 101010101 | 1001110 | 100110 |
Color Harmonies of #AD1544
Complementary color
Monochromatic Colors of #AD1544
Black with #AD1544
Text Example
Text Example
White with #AD1544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1544; }
p { color: rgb(173,21,68); }
H1.HeaderClassName
{
color: #AD1544;
}
.AnyTagClassName
{
color: #AD1544;
}
</style>
background-color css
<style>
a { background-color: #AD1544; }
a { background-color: rgb(173,21,68); }
div.DivClassName
{
background-color: #AD1544;
}
.BgClassName
{
background-color: #AD1544;
}
</style>
border-color css
<style>
span { border-color: #AD1544; }
span { border-color: rgb(173,21,68); }
td.TdClassName
{
border-color: #AD1544;
}
.TagClassName
{
border-color: #AD1544;
}
</style>