Shades of Cardinal #AD1A46
Tints of Cardinal #AD1A46
RGB
CMYK
RGB Variations
Color information
#AD1A46 (or 0xAD1A46) is known color: Cardinal. HEX triplet: AD, 1A and 46. RGB value is (173,26,70). Sum of RGB (Red+Green+Blue) = 173+26+70=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1A46 is #52E5B9. Grayscale: #4A4A4A. Windows color (decimal): -5432762 or 4594349. OLE color: 4594349.
HSL color Cylindrical-coordinate representation of color #AD1A46: hue angle of 342.04º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1A46 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 70 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.32 |
| HSL | 342.04º | 0.74% | 0.39% | - |
| HSV(B) | 342.04º | 0.85% | 0.68% | - |
| XYZ | 18.71 | 10.07 | 6.75 | - |
| YUV | 74.97 | 125.2 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 70 | 0 | 0.85 | 0.60 | 0.32 | 342.04 | 0.74 | 0.39 |
| Hex | AD | 1A | 46 | 0 | 55 | 3C | 20 | 156 | 4A | 27 |
| Octal | 255 | 32 | 106 | 0 | 125 | 74 | 40 | 526 | 112 | 47 |
| Binary | 10101101 | 11010 | 1000110 | 0 | 1010101 | 111100 | 100000 | 101010110 | 1001010 | 100111 |
Color Harmonies of #AD1A46
Complementary color
Monochromatic Colors of #AD1A46
Black with #AD1A46
Text Example
Text Example
White with #AD1A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1A46; }
p { color: rgb(173,26,70); }
H1.HeaderClassName
{
color: #AD1A46;
}
.AnyTagClassName
{
color: #AD1A46;
}
</style>
background-color css
<style>
a { background-color: #AD1A46; }
a { background-color: rgb(173,26,70); }
div.DivClassName
{
background-color: #AD1A46;
}
.BgClassName
{
background-color: #AD1A46;
}
</style>
border-color css
<style>
span { border-color: #AD1A46; }
span { border-color: rgb(173,26,70); }
td.TdClassName
{
border-color: #AD1A46;
}
.TagClassName
{
border-color: #AD1A46;
}
</style>