Shades of Cardinal #AD172D
Tints of Cardinal #AD172D
RGB
CMYK
RGB Variations
Color information
#AD172D (or 0xAD172D) is known color: Cardinal. HEX triplet: AD, 17 and 2D. RGB value is (173,23,45). Sum of RGB (Red+Green+Blue) = 173+23+45=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD172D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD172D is #52E8D2. Grayscale: #464646. Windows color (decimal): -5433555 or 2955181. OLE color: 2955181.
HSL color Cylindrical-coordinate representation of color #AD172D: hue angle of 351.2º 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 #AD172D is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 45 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.32 |
| HSL | 351.2º | 0.77% | 0.38% | - |
| HSV(B) | 351.2º | 0.87% | 0.68% | - |
| XYZ | 18.01 | 9.69 | 3.4 | - |
| YUV | 70.36 | 113.7 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 45 | 0 | 0.87 | 0.74 | 0.32 | 351.2 | 0.77 | 0.38 |
| Hex | AD | 17 | 2D | 0 | 57 | 4A | 20 | 15F | 4D | 26 |
| Octal | 255 | 27 | 55 | 0 | 127 | 112 | 40 | 537 | 115 | 46 |
| Binary | 10101101 | 10111 | 101101 | 0 | 1010111 | 1001010 | 100000 | 101011111 | 1001101 | 100110 |
Color Harmonies of #AD172D
Complementary color
Monochromatic Colors of #AD172D
Black with #AD172D
Text Example
Text Example
White with #AD172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD172D; }
p { color: rgb(173,23,45); }
H1.HeaderClassName
{
color: #AD172D;
}
.AnyTagClassName
{
color: #AD172D;
}
</style>
background-color css
<style>
a { background-color: #AD172D; }
a { background-color: rgb(173,23,45); }
div.DivClassName
{
background-color: #AD172D;
}
.BgClassName
{
background-color: #AD172D;
}
</style>
border-color css
<style>
span { border-color: #AD172D; }
span { border-color: rgb(173,23,45); }
td.TdClassName
{
border-color: #AD172D;
}
.TagClassName
{
border-color: #AD172D;
}
</style>