Shades of Cardinal #AD112E
Tints of Cardinal #AD112E
RGB
CMYK
RGB Variations
Color information
#AD112E (or 0xAD112E) is known color: Cardinal. HEX triplet: AD, 11 and 2E. RGB value is (173,17,46). Sum of RGB (Red+Green+Blue) = 173+17+46=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD112E is #52EED1. Grayscale: #424242. Windows color (decimal): -5435090 or 3019181. OLE color: 3019181.
HSL color Cylindrical-coordinate representation of color #AD112E: hue angle of 348.85º 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 #AD112E is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 46 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.32 |
| HSL | 348.85º | 0.82% | 0.37% | - |
| HSV(B) | 348.85º | 0.9% | 0.68% | - |
| XYZ | 17.93 | 9.48 | 3.47 | - |
| YUV | 66.95 | 116.18 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 46 | 0 | 0.90 | 0.73 | 0.32 | 348.85 | 0.82 | 0.37 |
| Hex | AD | 11 | 2E | 0 | 5A | 49 | 20 | 15D | 52 | 25 |
| Octal | 255 | 21 | 56 | 0 | 132 | 111 | 40 | 535 | 122 | 45 |
| Binary | 10101101 | 10001 | 101110 | 0 | 1011010 | 1001001 | 100000 | 101011101 | 1010010 | 100101 |
Color Harmonies of #AD112E
Complementary color
Monochromatic Colors of #AD112E
Black with #AD112E
Text Example
Text Example
White with #AD112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD112E; }
p { color: rgb(173,17,46); }
H1.HeaderClassName
{
color: #AD112E;
}
.AnyTagClassName
{
color: #AD112E;
}
</style>
background-color css
<style>
a { background-color: #AD112E; }
a { background-color: rgb(173,17,46); }
div.DivClassName
{
background-color: #AD112E;
}
.BgClassName
{
background-color: #AD112E;
}
</style>
border-color css
<style>
span { border-color: #AD112E; }
span { border-color: rgb(173,17,46); }
td.TdClassName
{
border-color: #AD112E;
}
.TagClassName
{
border-color: #AD112E;
}
</style>