Shades of Cardinal #AD172A
Tints of Cardinal #AD172A
RGB
CMYK
RGB Variations
Color information
#AD172A (or 0xAD172A) is known color: Cardinal. HEX triplet: AD, 17 and 2A. RGB value is (173,23,42). Sum of RGB (Red+Green+Blue) = 173+23+42=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD172A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD172A is #52E8D5. Grayscale: #464646. Windows color (decimal): -5433558 or 2758573. OLE color: 2758573.
HSL color Cylindrical-coordinate representation of color #AD172A: hue angle of 352.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 #AD172A is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 42 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.32 |
| HSL | 352.4º | 0.77% | 0.38% | - |
| HSV(B) | 352.4º | 0.87% | 0.68% | - |
| XYZ | 17.96 | 9.66 | 3.11 | - |
| YUV | 70.02 | 112.2 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 42 | 0 | 0.87 | 0.76 | 0.32 | 352.4 | 0.77 | 0.38 |
| Hex | AD | 17 | 2A | 0 | 57 | 4C | 20 | 160 | 4D | 26 |
| Octal | 255 | 27 | 52 | 0 | 127 | 114 | 40 | 540 | 115 | 46 |
| Binary | 10101101 | 10111 | 101010 | 0 | 1010111 | 1001100 | 100000 | 101100000 | 1001101 | 100110 |
Color Harmonies of #AD172A
Complementary color
Monochromatic Colors of #AD172A
Black with #AD172A
Text Example
Text Example
White with #AD172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD172A; }
p { color: rgb(173,23,42); }
H1.HeaderClassName
{
color: #AD172A;
}
.AnyTagClassName
{
color: #AD172A;
}
</style>
background-color css
<style>
a { background-color: #AD172A; }
a { background-color: rgb(173,23,42); }
div.DivClassName
{
background-color: #AD172A;
}
.BgClassName
{
background-color: #AD172A;
}
</style>
border-color css
<style>
span { border-color: #AD172A; }
span { border-color: rgb(173,23,42); }
td.TdClassName
{
border-color: #AD172A;
}
.TagClassName
{
border-color: #AD172A;
}
</style>