Shades of Cardinal #AD1845
Tints of Cardinal #AD1845
RGB
CMYK
RGB Variations
Color information
#AD1845 (or 0xAD1845) is known color: Cardinal. HEX triplet: AD, 18 and 45. RGB value is (173,24,69). Sum of RGB (Red+Green+Blue) = 173+24+69=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1845 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1845 is #52E7BA. Grayscale: #494949. Windows color (decimal): -5433275 or 4528301. OLE color: 4528301.
HSL color Cylindrical-coordinate representation of color #AD1845: hue angle of 341.88º 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 #AD1845 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 69 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.32 |
| HSL | 341.88º | 0.76% | 0.39% | - |
| HSV(B) | 341.88º | 0.86% | 0.68% | - |
| XYZ | 18.63 | 9.97 | 6.57 | - |
| YUV | 73.68 | 125.36 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 69 | 0 | 0.86 | 0.60 | 0.32 | 341.88 | 0.76 | 0.39 |
| Hex | AD | 18 | 45 | 0 | 56 | 3C | 20 | 156 | 4C | 27 |
| Octal | 255 | 30 | 105 | 0 | 126 | 74 | 40 | 526 | 114 | 47 |
| Binary | 10101101 | 11000 | 1000101 | 0 | 1010110 | 111100 | 100000 | 101010110 | 1001100 | 100111 |
Color Harmonies of #AD1845
Complementary color
Monochromatic Colors of #AD1845
Black with #AD1845
Text Example
Text Example
White with #AD1845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1845; }
p { color: rgb(173,24,69); }
H1.HeaderClassName
{
color: #AD1845;
}
.AnyTagClassName
{
color: #AD1845;
}
</style>
background-color css
<style>
a { background-color: #AD1845; }
a { background-color: rgb(173,24,69); }
div.DivClassName
{
background-color: #AD1845;
}
.BgClassName
{
background-color: #AD1845;
}
</style>
border-color css
<style>
span { border-color: #AD1845; }
span { border-color: rgb(173,24,69); }
td.TdClassName
{
border-color: #AD1845;
}
.TagClassName
{
border-color: #AD1845;
}
</style>