Shades of Cardinal #AD172F
Tints of Cardinal #AD172F
RGB
CMYK
RGB Variations
Color information
#AD172F (or 0xAD172F) is known color: Cardinal. HEX triplet: AD, 17 and 2F. RGB value is (173,23,47). Sum of RGB (Red+Green+Blue) = 173+23+47=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD172F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD172F is #52E8D0. Grayscale: #464646. Windows color (decimal): -5433553 or 3086253. OLE color: 3086253.
HSL color Cylindrical-coordinate representation of color #AD172F: hue angle of 350.4º 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 #AD172F is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 47 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.32 |
| HSL | 350.4º | 0.77% | 0.38% | - |
| HSV(B) | 350.4º | 0.87% | 0.68% | - |
| XYZ | 18.05 | 9.7 | 3.61 | - |
| YUV | 70.59 | 114.7 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 47 | 0 | 0.87 | 0.73 | 0.32 | 350.4 | 0.77 | 0.38 |
| Hex | AD | 17 | 2F | 0 | 57 | 49 | 20 | 15E | 4D | 26 |
| Octal | 255 | 27 | 57 | 0 | 127 | 111 | 40 | 536 | 115 | 46 |
| Binary | 10101101 | 10111 | 101111 | 0 | 1010111 | 1001001 | 100000 | 101011110 | 1001101 | 100110 |
Color Harmonies of #AD172F
Complementary color
Monochromatic Colors of #AD172F
Black with #AD172F
Text Example
Text Example
White with #AD172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD172F; }
p { color: rgb(173,23,47); }
H1.HeaderClassName
{
color: #AD172F;
}
.AnyTagClassName
{
color: #AD172F;
}
</style>
background-color css
<style>
a { background-color: #AD172F; }
a { background-color: rgb(173,23,47); }
div.DivClassName
{
background-color: #AD172F;
}
.BgClassName
{
background-color: #AD172F;
}
</style>
border-color css
<style>
span { border-color: #AD172F; }
span { border-color: rgb(173,23,47); }
td.TdClassName
{
border-color: #AD172F;
}
.TagClassName
{
border-color: #AD172F;
}
</style>