Shades of Cardinal #AD173B
Tints of Cardinal #AD173B
RGB
CMYK
RGB Variations
Color information
#AD173B (or 0xAD173B) is known color: Cardinal. HEX triplet: AD, 17 and 3B. RGB value is (173,23,59). Sum of RGB (Red+Green+Blue) = 173+23+59=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD173B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD173B is #52E8C4. Grayscale: #474747. Windows color (decimal): -5433541 or 3872685. OLE color: 3872685.
HSL color Cylindrical-coordinate representation of color #AD173B: hue angle of 345.6º 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 #AD173B is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 59 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.32 |
| HSL | 345.6º | 0.77% | 0.38% | - |
| HSV(B) | 345.6º | 0.87% | 0.68% | - |
| XYZ | 18.33 | 9.81 | 5.07 | - |
| YUV | 71.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 59 | 0 | 0.87 | 0.66 | 0.32 | 345.6 | 0.77 | 0.38 |
| Hex | AD | 17 | 3B | 0 | 57 | 42 | 20 | 15A | 4D | 26 |
| Octal | 255 | 27 | 73 | 0 | 127 | 102 | 40 | 532 | 115 | 46 |
| Binary | 10101101 | 10111 | 111011 | 0 | 1010111 | 1000010 | 100000 | 101011010 | 1001101 | 100110 |
Color Harmonies of #AD173B
Complementary color
Monochromatic Colors of #AD173B
Black with #AD173B
Text Example
Text Example
White with #AD173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD173B; }
p { color: rgb(173,23,59); }
H1.HeaderClassName
{
color: #AD173B;
}
.AnyTagClassName
{
color: #AD173B;
}
</style>
background-color css
<style>
a { background-color: #AD173B; }
a { background-color: rgb(173,23,59); }
div.DivClassName
{
background-color: #AD173B;
}
.BgClassName
{
background-color: #AD173B;
}
</style>
border-color css
<style>
span { border-color: #AD173B; }
span { border-color: rgb(173,23,59); }
td.TdClassName
{
border-color: #AD173B;
}
.TagClassName
{
border-color: #AD173B;
}
</style>