Shades of Cardinal #AD1A29
Tints of Cardinal #AD1A29
RGB
CMYK
RGB Variations
Color information
#AD1A29 (or 0xAD1A29) is known color: Cardinal. HEX triplet: AD, 1A and 29. RGB value is (173,26,41). Sum of RGB (Red+Green+Blue) = 173+26+41=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1A29 is #52E5D6. Grayscale: #474747. Windows color (decimal): -5432791 or 2693805. OLE color: 2693805.
HSL color Cylindrical-coordinate representation of color #AD1A29: hue angle of 353.88º 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 #AD1A29 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 41 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.32 |
| HSL | 353.88º | 0.74% | 0.39% | - |
| HSV(B) | 353.88º | 0.85% | 0.68% | - |
| XYZ | 18 | 9.78 | 3.04 | - |
| YUV | 71.66 | 110.7 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 41 | 0 | 0.85 | 0.76 | 0.32 | 353.88 | 0.74 | 0.39 |
| Hex | AD | 1A | 29 | 0 | 55 | 4C | 20 | 162 | 4A | 27 |
| Octal | 255 | 32 | 51 | 0 | 125 | 114 | 40 | 542 | 112 | 47 |
| Binary | 10101101 | 11010 | 101001 | 0 | 1010101 | 1001100 | 100000 | 101100010 | 1001010 | 100111 |
Color Harmonies of #AD1A29
Complementary color
Monochromatic Colors of #AD1A29
Black with #AD1A29
Text Example
Text Example
White with #AD1A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1A29; }
p { color: rgb(173,26,41); }
H1.HeaderClassName
{
color: #AD1A29;
}
.AnyTagClassName
{
color: #AD1A29;
}
</style>
background-color css
<style>
a { background-color: #AD1A29; }
a { background-color: rgb(173,26,41); }
div.DivClassName
{
background-color: #AD1A29;
}
.BgClassName
{
background-color: #AD1A29;
}
</style>
border-color css
<style>
span { border-color: #AD1A29; }
span { border-color: rgb(173,26,41); }
td.TdClassName
{
border-color: #AD1A29;
}
.TagClassName
{
border-color: #AD1A29;
}
</style>