Shades of Cardinal #AD1C29
Tints of Cardinal #AD1C29
RGB
CMYK
RGB Variations
Color information
#AD1C29 (or 0xAD1C29) is known color: Cardinal. HEX triplet: AD, 1C and 29. RGB value is (173,28,41). Sum of RGB (Red+Green+Blue) = 173+28+41=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C29 is #52E3D6. Grayscale: #484848. Windows color (decimal): -5432279 or 2694317. OLE color: 2694317.
HSL color Cylindrical-coordinate representation of color #AD1C29: hue angle of 354.62º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1C29 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 41 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.32 |
| HSL | 354.62º | 0.72% | 0.39% | - |
| HSV(B) | 354.62º | 0.84% | 0.68% | - |
| XYZ | 18.05 | 9.87 | 3.05 | - |
| YUV | 72.84 | 110.04 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 41 | 0 | 0.84 | 0.76 | 0.32 | 354.62 | 0.72 | 0.39 |
| Hex | AD | 1C | 29 | 0 | 54 | 4C | 20 | 163 | 48 | 27 |
| Octal | 255 | 34 | 51 | 0 | 124 | 114 | 40 | 543 | 110 | 47 |
| Binary | 10101101 | 11100 | 101001 | 0 | 1010100 | 1001100 | 100000 | 101100011 | 1001000 | 100111 |
Color Harmonies of #AD1C29
Complementary color
Monochromatic Colors of #AD1C29
Black with #AD1C29
Text Example
Text Example
White with #AD1C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C29; }
p { color: rgb(173,28,41); }
H1.HeaderClassName
{
color: #AD1C29;
}
.AnyTagClassName
{
color: #AD1C29;
}
</style>
background-color css
<style>
a { background-color: #AD1C29; }
a { background-color: rgb(173,28,41); }
div.DivClassName
{
background-color: #AD1C29;
}
.BgClassName
{
background-color: #AD1C29;
}
</style>
border-color css
<style>
span { border-color: #AD1C29; }
span { border-color: rgb(173,28,41); }
td.TdClassName
{
border-color: #AD1C29;
}
.TagClassName
{
border-color: #AD1C29;
}
</style>