Shades of Cardinal #AD122E
Tints of Cardinal #AD122E
RGB
CMYK
RGB Variations
Color information
#AD122E (or 0xAD122E) is known color: Cardinal. HEX triplet: AD, 12 and 2E. RGB value is (173,18,46). Sum of RGB (Red+Green+Blue) = 173+18+46=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD122E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD122E is #52EDD1. Grayscale: #434343. Windows color (decimal): -5434834 or 3019437. OLE color: 3019437.
HSL color Cylindrical-coordinate representation of color #AD122E: hue angle of 349.16º degrees, saturation: 0.81, 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 #AD122E is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 46 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.32 |
| HSL | 349.16º | 0.81% | 0.37% | - |
| HSV(B) | 349.16º | 0.9% | 0.68% | - |
| XYZ | 17.94 | 9.51 | 3.48 | - |
| YUV | 67.54 | 115.85 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 46 | 0 | 0.90 | 0.73 | 0.32 | 349.16 | 0.81 | 0.37 |
| Hex | AD | 12 | 2E | 0 | 5A | 49 | 20 | 15D | 51 | 25 |
| Octal | 255 | 22 | 56 | 0 | 132 | 111 | 40 | 535 | 121 | 45 |
| Binary | 10101101 | 10010 | 101110 | 0 | 1011010 | 1001001 | 100000 | 101011101 | 1010001 | 100101 |
Color Harmonies of #AD122E
Complementary color
Monochromatic Colors of #AD122E
Black with #AD122E
Text Example
Text Example
White with #AD122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD122E; }
p { color: rgb(173,18,46); }
H1.HeaderClassName
{
color: #AD122E;
}
.AnyTagClassName
{
color: #AD122E;
}
</style>
background-color css
<style>
a { background-color: #AD122E; }
a { background-color: rgb(173,18,46); }
div.DivClassName
{
background-color: #AD122E;
}
.BgClassName
{
background-color: #AD122E;
}
</style>
border-color css
<style>
span { border-color: #AD122E; }
span { border-color: rgb(173,18,46); }
td.TdClassName
{
border-color: #AD122E;
}
.TagClassName
{
border-color: #AD122E;
}
</style>