Shades of Cardinal #AD1D29
Tints of Cardinal #AD1D29
RGB
CMYK
RGB Variations
Color information
#AD1D29 (or 0xAD1D29) is known color: Cardinal. HEX triplet: AD, 1D and 29. RGB value is (173,29,41). Sum of RGB (Red+Green+Blue) = 173+29+41=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1D29 is #52E2D6. Grayscale: #494949. Windows color (decimal): -5432023 or 2694573. OLE color: 2694573.
HSL color Cylindrical-coordinate representation of color #AD1D29: hue angle of 355º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1D29 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 41 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.32 |
| HSL | 355º | 0.71% | 0.4% | - |
| HSV(B) | 355º | 0.83% | 0.68% | - |
| XYZ | 18.07 | 9.92 | 3.06 | - |
| YUV | 73.42 | 109.71 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 41 | 0 | 0.83 | 0.76 | 0.32 | 355 | 0.71 | 0.4 |
| Hex | AD | 1D | 29 | 0 | 53 | 4C | 20 | 163 | 47 | 28 |
| Octal | 255 | 35 | 51 | 0 | 123 | 114 | 40 | 543 | 107 | 50 |
| Binary | 10101101 | 11101 | 101001 | 0 | 1010011 | 1001100 | 100000 | 101100011 | 1000111 | 101000 |
Color Harmonies of #AD1D29
Complementary color
Monochromatic Colors of #AD1D29
Black with #AD1D29
Text Example
Text Example
White with #AD1D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D29; }
p { color: rgb(173,29,41); }
H1.HeaderClassName
{
color: #AD1D29;
}
.AnyTagClassName
{
color: #AD1D29;
}
</style>
background-color css
<style>
a { background-color: #AD1D29; }
a { background-color: rgb(173,29,41); }
div.DivClassName
{
background-color: #AD1D29;
}
.BgClassName
{
background-color: #AD1D29;
}
</style>
border-color css
<style>
span { border-color: #AD1D29; }
span { border-color: rgb(173,29,41); }
td.TdClassName
{
border-color: #AD1D29;
}
.TagClassName
{
border-color: #AD1D29;
}
</style>