Shades of Cardinal #AD1136
Tints of Cardinal #AD1136
RGB
CMYK
RGB Variations
Color information
#AD1136 (or 0xAD1136) is known color: Cardinal. HEX triplet: AD, 11 and 36. RGB value is (173,17,54). Sum of RGB (Red+Green+Blue) = 173+17+54=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1136 is #52EEC9. Grayscale: #434343. Windows color (decimal): -5435082 or 3543469. OLE color: 3543469.
HSL color Cylindrical-coordinate representation of color #AD1136: hue angle of 345.77º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1136 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 54 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.32 |
| HSL | 345.77º | 0.82% | 0.37% | - |
| HSV(B) | 345.77º | 0.9% | 0.68% | - |
| XYZ | 18.1 | 9.55 | 4.38 | - |
| YUV | 67.86 | 120.18 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 54 | 0 | 0.90 | 0.69 | 0.32 | 345.77 | 0.82 | 0.37 |
| Hex | AD | 11 | 36 | 0 | 5A | 45 | 20 | 15A | 52 | 25 |
| Octal | 255 | 21 | 66 | 0 | 132 | 105 | 40 | 532 | 122 | 45 |
| Binary | 10101101 | 10001 | 110110 | 0 | 1011010 | 1000101 | 100000 | 101011010 | 1010010 | 100101 |
Color Harmonies of #AD1136
Complementary color
Monochromatic Colors of #AD1136
Black with #AD1136
Text Example
Text Example
White with #AD1136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1136; }
p { color: rgb(173,17,54); }
H1.HeaderClassName
{
color: #AD1136;
}
.AnyTagClassName
{
color: #AD1136;
}
</style>
background-color css
<style>
a { background-color: #AD1136; }
a { background-color: rgb(173,17,54); }
div.DivClassName
{
background-color: #AD1136;
}
.BgClassName
{
background-color: #AD1136;
}
</style>
border-color css
<style>
span { border-color: #AD1136; }
span { border-color: rgb(173,17,54); }
td.TdClassName
{
border-color: #AD1136;
}
.TagClassName
{
border-color: #AD1136;
}
</style>