Shades of Cardinal #AD112B
Tints of Cardinal #AD112B
RGB
CMYK
RGB Variations
Color information
#AD112B (or 0xAD112B) is known color: Cardinal. HEX triplet: AD, 11 and 2B. RGB value is (173,17,43). Sum of RGB (Red+Green+Blue) = 173+17+43=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD112B is #52EED4. Grayscale: #424242. Windows color (decimal): -5435093 or 2822573. OLE color: 2822573.
HSL color Cylindrical-coordinate representation of color #AD112B: hue angle of 350º 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 #AD112B is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 43 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.32 |
| HSL | 350º | 0.82% | 0.37% | - |
| HSV(B) | 350º | 0.9% | 0.68% | - |
| XYZ | 17.87 | 9.46 | 3.17 | - |
| YUV | 66.61 | 114.68 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 43 | 0 | 0.90 | 0.75 | 0.32 | 350 | 0.82 | 0.37 |
| Hex | AD | 11 | 2B | 0 | 5A | 4B | 20 | 15E | 52 | 25 |
| Octal | 255 | 21 | 53 | 0 | 132 | 113 | 40 | 536 | 122 | 45 |
| Binary | 10101101 | 10001 | 101011 | 0 | 1011010 | 1001011 | 100000 | 101011110 | 1010010 | 100101 |
Color Harmonies of #AD112B
Complementary color
Monochromatic Colors of #AD112B
Black with #AD112B
Text Example
Text Example
White with #AD112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD112B; }
p { color: rgb(173,17,43); }
H1.HeaderClassName
{
color: #AD112B;
}
.AnyTagClassName
{
color: #AD112B;
}
</style>
background-color css
<style>
a { background-color: #AD112B; }
a { background-color: rgb(173,17,43); }
div.DivClassName
{
background-color: #AD112B;
}
.BgClassName
{
background-color: #AD112B;
}
</style>
border-color css
<style>
span { border-color: #AD112B; }
span { border-color: rgb(173,17,43); }
td.TdClassName
{
border-color: #AD112B;
}
.TagClassName
{
border-color: #AD112B;
}
</style>