Shades of Cardinal #AD122F
Tints of Cardinal #AD122F
RGB
CMYK
RGB Variations
Color information
#AD122F (or 0xAD122F) is known color: Cardinal. HEX triplet: AD, 12 and 2F. RGB value is (173,18,47). Sum of RGB (Red+Green+Blue) = 173+18+47=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD122F is #52EDD0. Grayscale: #434343. Windows color (decimal): -5434833 or 3084973. OLE color: 3084973.
HSL color Cylindrical-coordinate representation of color #AD122F: hue angle of 348.77º 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 #AD122F is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 47 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.32 |
| HSL | 348.77º | 0.81% | 0.37% | - |
| HSV(B) | 348.77º | 0.9% | 0.68% | - |
| XYZ | 17.96 | 9.52 | 3.58 | - |
| YUV | 67.65 | 116.35 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 47 | 0 | 0.90 | 0.73 | 0.32 | 348.77 | 0.81 | 0.37 |
| Hex | AD | 12 | 2F | 0 | 5A | 49 | 20 | 15D | 51 | 25 |
| Octal | 255 | 22 | 57 | 0 | 132 | 111 | 40 | 535 | 121 | 45 |
| Binary | 10101101 | 10010 | 101111 | 0 | 1011010 | 1001001 | 100000 | 101011101 | 1010001 | 100101 |
Color Harmonies of #AD122F
Complementary color
Monochromatic Colors of #AD122F
Black with #AD122F
Text Example
Text Example
White with #AD122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD122F; }
p { color: rgb(173,18,47); }
H1.HeaderClassName
{
color: #AD122F;
}
.AnyTagClassName
{
color: #AD122F;
}
</style>
background-color css
<style>
a { background-color: #AD122F; }
a { background-color: rgb(173,18,47); }
div.DivClassName
{
background-color: #AD122F;
}
.BgClassName
{
background-color: #AD122F;
}
</style>
border-color css
<style>
span { border-color: #AD122F; }
span { border-color: rgb(173,18,47); }
td.TdClassName
{
border-color: #AD122F;
}
.TagClassName
{
border-color: #AD122F;
}
</style>