Shades of Cardinal #AD1D39
Tints of Cardinal #AD1D39
RGB
CMYK
RGB Variations
Color information
#AD1D39 (or 0xAD1D39) is known color: Cardinal. HEX triplet: AD, 1D and 39. RGB value is (173,29,57). Sum of RGB (Red+Green+Blue) = 173+29+57=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1D39 is #52E2C6. Grayscale: #4B4B4B. Windows color (decimal): -5432007 or 3743149. OLE color: 3743149.
HSL color Cylindrical-coordinate representation of color #AD1D39: hue angle of 348.33º 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 #AD1D39 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 57 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.32 |
| HSL | 348.33º | 0.71% | 0.4% | - |
| HSV(B) | 348.33º | 0.83% | 0.68% | - |
| XYZ | 18.41 | 10.06 | 4.84 | - |
| YUV | 75.25 | 117.71 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 57 | 0 | 0.83 | 0.67 | 0.32 | 348.33 | 0.71 | 0.4 |
| Hex | AD | 1D | 39 | 0 | 53 | 43 | 20 | 15C | 47 | 28 |
| Octal | 255 | 35 | 71 | 0 | 123 | 103 | 40 | 534 | 107 | 50 |
| Binary | 10101101 | 11101 | 111001 | 0 | 1010011 | 1000011 | 100000 | 101011100 | 1000111 | 101000 |
Color Harmonies of #AD1D39
Complementary color
Monochromatic Colors of #AD1D39
Black with #AD1D39
Text Example
Text Example
White with #AD1D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D39; }
p { color: rgb(173,29,57); }
H1.HeaderClassName
{
color: #AD1D39;
}
.AnyTagClassName
{
color: #AD1D39;
}
</style>
background-color css
<style>
a { background-color: #AD1D39; }
a { background-color: rgb(173,29,57); }
div.DivClassName
{
background-color: #AD1D39;
}
.BgClassName
{
background-color: #AD1D39;
}
</style>
border-color css
<style>
span { border-color: #AD1D39; }
span { border-color: rgb(173,29,57); }
td.TdClassName
{
border-color: #AD1D39;
}
.TagClassName
{
border-color: #AD1D39;
}
</style>