Shades of Cardinal #AD1846
Tints of Cardinal #AD1846
RGB
CMYK
RGB Variations
Color information
#AD1846 (or 0xAD1846) is known color: Cardinal. HEX triplet: AD, 18 and 46. RGB value is (173,24,70). Sum of RGB (Red+Green+Blue) = 173+24+70=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1846 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1846 is #52E7B9. Grayscale: #494949. Windows color (decimal): -5433274 or 4593837. OLE color: 4593837.
HSL color Cylindrical-coordinate representation of color #AD1846: hue angle of 341.48º 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 #AD1846 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 70 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.32 |
| HSL | 341.48º | 0.76% | 0.39% | - |
| HSV(B) | 341.48º | 0.86% | 0.68% | - |
| XYZ | 18.67 | 9.98 | 6.74 | - |
| YUV | 73.8 | 125.86 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 70 | 0 | 0.86 | 0.60 | 0.32 | 341.48 | 0.76 | 0.39 |
| Hex | AD | 18 | 46 | 0 | 56 | 3C | 20 | 155 | 4C | 27 |
| Octal | 255 | 30 | 106 | 0 | 126 | 74 | 40 | 525 | 114 | 47 |
| Binary | 10101101 | 11000 | 1000110 | 0 | 1010110 | 111100 | 100000 | 101010101 | 1001100 | 100111 |
Color Harmonies of #AD1846
Complementary color
Monochromatic Colors of #AD1846
Black with #AD1846
Text Example
Text Example
White with #AD1846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1846; }
p { color: rgb(173,24,70); }
H1.HeaderClassName
{
color: #AD1846;
}
.AnyTagClassName
{
color: #AD1846;
}
</style>
background-color css
<style>
a { background-color: #AD1846; }
a { background-color: rgb(173,24,70); }
div.DivClassName
{
background-color: #AD1846;
}
.BgClassName
{
background-color: #AD1846;
}
</style>
border-color css
<style>
span { border-color: #AD1846; }
span { border-color: rgb(173,24,70); }
td.TdClassName
{
border-color: #AD1846;
}
.TagClassName
{
border-color: #AD1846;
}
</style>