Shades of Cardinal #AD1747
Tints of Cardinal #AD1747
RGB
CMYK
RGB Variations
Color information
#AD1747 (or 0xAD1747) is known color: Cardinal. HEX triplet: AD, 17 and 47. RGB value is (173,23,71). Sum of RGB (Red+Green+Blue) = 173+23+71=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1747 is #52E8B8. Grayscale: #494949. Windows color (decimal): -5433529 or 4659117. OLE color: 4659117.
HSL color Cylindrical-coordinate representation of color #AD1747: hue angle of 340.8º 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 #AD1747 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 71 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.32 |
| HSL | 340.8º | 0.77% | 0.38% | - |
| HSV(B) | 340.8º | 0.87% | 0.68% | - |
| XYZ | 18.68 | 9.95 | 6.9 | - |
| YUV | 73.32 | 126.7 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 71 | 0 | 0.87 | 0.59 | 0.32 | 340.8 | 0.77 | 0.38 |
| Hex | AD | 17 | 47 | 0 | 57 | 3B | 20 | 155 | 4D | 26 |
| Octal | 255 | 27 | 107 | 0 | 127 | 73 | 40 | 525 | 115 | 46 |
| Binary | 10101101 | 10111 | 1000111 | 0 | 1010111 | 111011 | 100000 | 101010101 | 1001101 | 100110 |
Color Harmonies of #AD1747
Complementary color
Monochromatic Colors of #AD1747
Black with #AD1747
Text Example
Text Example
White with #AD1747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1747; }
p { color: rgb(173,23,71); }
H1.HeaderClassName
{
color: #AD1747;
}
.AnyTagClassName
{
color: #AD1747;
}
</style>
background-color css
<style>
a { background-color: #AD1747; }
a { background-color: rgb(173,23,71); }
div.DivClassName
{
background-color: #AD1747;
}
.BgClassName
{
background-color: #AD1747;
}
</style>
border-color css
<style>
span { border-color: #AD1747; }
span { border-color: rgb(173,23,71); }
td.TdClassName
{
border-color: #AD1747;
}
.TagClassName
{
border-color: #AD1747;
}
</style>