Shades of Cardinal #AD1629
Tints of Cardinal #AD1629
RGB
CMYK
RGB Variations
Color information
#AD1629 (or 0xAD1629) is known color: Cardinal. HEX triplet: AD, 16 and 29. RGB value is (173,22,41). Sum of RGB (Red+Green+Blue) = 173+22+41=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1629 is #52E9D6. Grayscale: #454545. Windows color (decimal): -5433815 or 2692781. OLE color: 2692781.
HSL color Cylindrical-coordinate representation of color #AD1629: hue angle of 352.45º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1629 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 41 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.32 |
| HSL | 352.45º | 0.77% | 0.38% | - |
| HSV(B) | 352.45º | 0.87% | 0.68% | - |
| XYZ | 17.92 | 9.62 | 3.01 | - |
| YUV | 69.32 | 112.03 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 41 | 0 | 0.87 | 0.76 | 0.32 | 352.45 | 0.77 | 0.38 |
| Hex | AD | 16 | 29 | 0 | 57 | 4C | 20 | 160 | 4D | 26 |
| Octal | 255 | 26 | 51 | 0 | 127 | 114 | 40 | 540 | 115 | 46 |
| Binary | 10101101 | 10110 | 101001 | 0 | 1010111 | 1001100 | 100000 | 101100000 | 1001101 | 100110 |
Color Harmonies of #AD1629
Complementary color
Monochromatic Colors of #AD1629
Black with #AD1629
Text Example
Text Example
White with #AD1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1629; }
p { color: rgb(173,22,41); }
H1.HeaderClassName
{
color: #AD1629;
}
.AnyTagClassName
{
color: #AD1629;
}
</style>
background-color css
<style>
a { background-color: #AD1629; }
a { background-color: rgb(173,22,41); }
div.DivClassName
{
background-color: #AD1629;
}
.BgClassName
{
background-color: #AD1629;
}
</style>
border-color css
<style>
span { border-color: #AD1629; }
span { border-color: rgb(173,22,41); }
td.TdClassName
{
border-color: #AD1629;
}
.TagClassName
{
border-color: #AD1629;
}
</style>