Shades of Cardinal #AD173D
Tints of Cardinal #AD173D
RGB
CMYK
RGB Variations
Color information
#AD173D (or 0xAD173D) is known color: Cardinal. HEX triplet: AD, 17 and 3D. RGB value is (173,23,61). Sum of RGB (Red+Green+Blue) = 173+23+61=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD173D is #52E8C2. Grayscale: #484848. Windows color (decimal): -5433539 or 4003757. OLE color: 4003757.
HSL color Cylindrical-coordinate representation of color #AD173D: hue angle of 344.8º 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 #AD173D is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 61 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.32 |
| HSL | 344.8º | 0.77% | 0.38% | - |
| HSV(B) | 344.8º | 0.87% | 0.68% | - |
| XYZ | 18.38 | 9.83 | 5.34 | - |
| YUV | 72.18 | 121.7 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 61 | 0 | 0.87 | 0.65 | 0.32 | 344.8 | 0.77 | 0.38 |
| Hex | AD | 17 | 3D | 0 | 57 | 41 | 20 | 159 | 4D | 26 |
| Octal | 255 | 27 | 75 | 0 | 127 | 101 | 40 | 531 | 115 | 46 |
| Binary | 10101101 | 10111 | 111101 | 0 | 1010111 | 1000001 | 100000 | 101011001 | 1001101 | 100110 |
Color Harmonies of #AD173D
Complementary color
Monochromatic Colors of #AD173D
Black with #AD173D
Text Example
Text Example
White with #AD173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD173D; }
p { color: rgb(173,23,61); }
H1.HeaderClassName
{
color: #AD173D;
}
.AnyTagClassName
{
color: #AD173D;
}
</style>
background-color css
<style>
a { background-color: #AD173D; }
a { background-color: rgb(173,23,61); }
div.DivClassName
{
background-color: #AD173D;
}
.BgClassName
{
background-color: #AD173D;
}
</style>
border-color css
<style>
span { border-color: #AD173D; }
span { border-color: rgb(173,23,61); }
td.TdClassName
{
border-color: #AD173D;
}
.TagClassName
{
border-color: #AD173D;
}
</style>