Shades of Cardinal #AD172B
Tints of Cardinal #AD172B
RGB
CMYK
RGB Variations
Color information
#AD172B (or 0xAD172B) is known color: Cardinal. HEX triplet: AD, 17 and 2B. RGB value is (173,23,43). Sum of RGB (Red+Green+Blue) = 173+23+43=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD172B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD172B is #52E8D4. Grayscale: #464646. Windows color (decimal): -5433557 or 2824109. OLE color: 2824109.
HSL color Cylindrical-coordinate representation of color #AD172B: hue angle of 352º 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 #AD172B is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 43 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.32 |
| HSL | 352º | 0.77% | 0.38% | - |
| HSV(B) | 352º | 0.87% | 0.68% | - |
| XYZ | 17.98 | 9.67 | 3.2 | - |
| YUV | 70.13 | 112.7 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 43 | 0 | 0.87 | 0.75 | 0.32 | 352 | 0.77 | 0.38 |
| Hex | AD | 17 | 2B | 0 | 57 | 4B | 20 | 160 | 4D | 26 |
| Octal | 255 | 27 | 53 | 0 | 127 | 113 | 40 | 540 | 115 | 46 |
| Binary | 10101101 | 10111 | 101011 | 0 | 1010111 | 1001011 | 100000 | 101100000 | 1001101 | 100110 |
Color Harmonies of #AD172B
Complementary color
Monochromatic Colors of #AD172B
Black with #AD172B
Text Example
Text Example
White with #AD172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD172B; }
p { color: rgb(173,23,43); }
H1.HeaderClassName
{
color: #AD172B;
}
.AnyTagClassName
{
color: #AD172B;
}
</style>
background-color css
<style>
a { background-color: #AD172B; }
a { background-color: rgb(173,23,43); }
div.DivClassName
{
background-color: #AD172B;
}
.BgClassName
{
background-color: #AD172B;
}
</style>
border-color css
<style>
span { border-color: #AD172B; }
span { border-color: rgb(173,23,43); }
td.TdClassName
{
border-color: #AD172B;
}
.TagClassName
{
border-color: #AD172B;
}
</style>