Shades of Cardinal #AD1D2D
Tints of Cardinal #AD1D2D
RGB
CMYK
RGB Variations
Color information
#AD1D2D (or 0xAD1D2D) is known color: Cardinal. HEX triplet: AD, 1D and 2D. RGB value is (173,29,45). Sum of RGB (Red+Green+Blue) = 173+29+45=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1D2D is #52E2D2. Grayscale: #494949. Windows color (decimal): -5432019 or 2956717. OLE color: 2956717.
HSL color Cylindrical-coordinate representation of color #AD1D2D: hue angle of 353.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 #AD1D2D is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 45 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.32 |
| HSL | 353.33º | 0.71% | 0.4% | - |
| HSV(B) | 353.33º | 0.83% | 0.68% | - |
| XYZ | 18.15 | 9.95 | 3.45 | - |
| YUV | 73.88 | 111.71 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 45 | 0 | 0.83 | 0.74 | 0.32 | 353.33 | 0.71 | 0.4 |
| Hex | AD | 1D | 2D | 0 | 53 | 4A | 20 | 161 | 47 | 28 |
| Octal | 255 | 35 | 55 | 0 | 123 | 112 | 40 | 541 | 107 | 50 |
| Binary | 10101101 | 11101 | 101101 | 0 | 1010011 | 1001010 | 100000 | 101100001 | 1000111 | 101000 |
Color Harmonies of #AD1D2D
Complementary color
Monochromatic Colors of #AD1D2D
Black with #AD1D2D
Text Example
Text Example
White with #AD1D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D2D; }
p { color: rgb(173,29,45); }
H1.HeaderClassName
{
color: #AD1D2D;
}
.AnyTagClassName
{
color: #AD1D2D;
}
</style>
background-color css
<style>
a { background-color: #AD1D2D; }
a { background-color: rgb(173,29,45); }
div.DivClassName
{
background-color: #AD1D2D;
}
.BgClassName
{
background-color: #AD1D2D;
}
</style>
border-color css
<style>
span { border-color: #AD1D2D; }
span { border-color: rgb(173,29,45); }
td.TdClassName
{
border-color: #AD1D2D;
}
.TagClassName
{
border-color: #AD1D2D;
}
</style>