Shades of Cardinal #AD1736
Tints of Cardinal #AD1736
RGB
CMYK
RGB Variations
Color information
#AD1736 (or 0xAD1736) is known color: Cardinal. HEX triplet: AD, 17 and 36. RGB value is (173,23,54). Sum of RGB (Red+Green+Blue) = 173+23+54=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1736 is #52E8C9. Grayscale: #474747. Windows color (decimal): -5433546 or 3545005. OLE color: 3545005.
HSL color Cylindrical-coordinate representation of color #AD1736: hue angle of 347.6º 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 #AD1736 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 54 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.32 |
| HSL | 347.6º | 0.77% | 0.38% | - |
| HSV(B) | 347.6º | 0.87% | 0.68% | - |
| XYZ | 18.21 | 9.76 | 4.41 | - |
| YUV | 71.38 | 118.2 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 54 | 0 | 0.87 | 0.69 | 0.32 | 347.6 | 0.77 | 0.38 |
| Hex | AD | 17 | 36 | 0 | 57 | 45 | 20 | 15C | 4D | 26 |
| Octal | 255 | 27 | 66 | 0 | 127 | 105 | 40 | 534 | 115 | 46 |
| Binary | 10101101 | 10111 | 110110 | 0 | 1010111 | 1000101 | 100000 | 101011100 | 1001101 | 100110 |
Color Harmonies of #AD1736
Complementary color
Monochromatic Colors of #AD1736
Black with #AD1736
Text Example
Text Example
White with #AD1736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1736; }
p { color: rgb(173,23,54); }
H1.HeaderClassName
{
color: #AD1736;
}
.AnyTagClassName
{
color: #AD1736;
}
</style>
background-color css
<style>
a { background-color: #AD1736; }
a { background-color: rgb(173,23,54); }
div.DivClassName
{
background-color: #AD1736;
}
.BgClassName
{
background-color: #AD1736;
}
</style>
border-color css
<style>
span { border-color: #AD1736; }
span { border-color: rgb(173,23,54); }
td.TdClassName
{
border-color: #AD1736;
}
.TagClassName
{
border-color: #AD1736;
}
</style>