Shades of Cardinal #AD122B
Tints of Cardinal #AD122B
RGB
CMYK
RGB Variations
Color information
#AD122B (or 0xAD122B) is known color: Cardinal. HEX triplet: AD, 12 and 2B. RGB value is (173,18,43). Sum of RGB (Red+Green+Blue) = 173+18+43=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD122B is #52EDD4. Grayscale: #434343. Windows color (decimal): -5434837 or 2822829. OLE color: 2822829.
HSL color Cylindrical-coordinate representation of color #AD122B: hue angle of 350.32º 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 #AD122B is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 43 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.32 |
| HSL | 350.32º | 0.81% | 0.37% | - |
| HSV(B) | 350.32º | 0.9% | 0.68% | - |
| XYZ | 17.89 | 9.49 | 3.17 | - |
| YUV | 67.2 | 114.35 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 43 | 0 | 0.90 | 0.75 | 0.32 | 350.32 | 0.81 | 0.37 |
| Hex | AD | 12 | 2B | 0 | 5A | 4B | 20 | 15E | 51 | 25 |
| Octal | 255 | 22 | 53 | 0 | 132 | 113 | 40 | 536 | 121 | 45 |
| Binary | 10101101 | 10010 | 101011 | 0 | 1011010 | 1001011 | 100000 | 101011110 | 1010001 | 100101 |
Color Harmonies of #AD122B
Complementary color
Monochromatic Colors of #AD122B
Black with #AD122B
Text Example
Text Example
White with #AD122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD122B; }
p { color: rgb(173,18,43); }
H1.HeaderClassName
{
color: #AD122B;
}
.AnyTagClassName
{
color: #AD122B;
}
</style>
background-color css
<style>
a { background-color: #AD122B; }
a { background-color: rgb(173,18,43); }
div.DivClassName
{
background-color: #AD122B;
}
.BgClassName
{
background-color: #AD122B;
}
</style>
border-color css
<style>
span { border-color: #AD122B; }
span { border-color: rgb(173,18,43); }
td.TdClassName
{
border-color: #AD122B;
}
.TagClassName
{
border-color: #AD122B;
}
</style>