Shades of Cardinal #AD112A
Tints of Cardinal #AD112A
RGB
CMYK
RGB Variations
Color information
#AD112A (or 0xAD112A) is known color: Cardinal. HEX triplet: AD, 11 and 2A. RGB value is (173,17,42). Sum of RGB (Red+Green+Blue) = 173+17+42=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD112A is #52EED5. Grayscale: #424242. Windows color (decimal): -5435094 or 2757037. OLE color: 2757037.
HSL color Cylindrical-coordinate representation of color #AD112A: hue angle of 350.38º 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 #AD112A is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 42 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.32 |
| HSL | 350.38º | 0.82% | 0.37% | - |
| HSV(B) | 350.38º | 0.9% | 0.68% | - |
| XYZ | 17.85 | 9.45 | 3.07 | - |
| YUV | 66.49 | 114.18 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 42 | 0 | 0.90 | 0.76 | 0.32 | 350.38 | 0.82 | 0.37 |
| Hex | AD | 11 | 2A | 0 | 5A | 4C | 20 | 15E | 52 | 25 |
| Octal | 255 | 21 | 52 | 0 | 132 | 114 | 40 | 536 | 122 | 45 |
| Binary | 10101101 | 10001 | 101010 | 0 | 1011010 | 1001100 | 100000 | 101011110 | 1010010 | 100101 |
Color Harmonies of #AD112A
Complementary color
Monochromatic Colors of #AD112A
Black with #AD112A
Text Example
Text Example
White with #AD112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD112A; }
p { color: rgb(173,17,42); }
H1.HeaderClassName
{
color: #AD112A;
}
.AnyTagClassName
{
color: #AD112A;
}
</style>
background-color css
<style>
a { background-color: #AD112A; }
a { background-color: rgb(173,17,42); }
div.DivClassName
{
background-color: #AD112A;
}
.BgClassName
{
background-color: #AD112A;
}
</style>
border-color css
<style>
span { border-color: #AD112A; }
span { border-color: rgb(173,17,42); }
td.TdClassName
{
border-color: #AD112A;
}
.TagClassName
{
border-color: #AD112A;
}
</style>