Shades of Cardinal #AE122D
Tints of Cardinal #AE122D
RGB
CMYK
RGB Variations
Color information
#AE122D (or 0xAE122D) is known color: Cardinal. HEX triplet: AE, 12 and 2D. RGB value is (174,18,45). Sum of RGB (Red+Green+Blue) = 174+18+45=237 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.42% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 174 - color contains mainly: red. Hex color #AE122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE122D is #51EDD2. Grayscale: #434343. Windows color (decimal): -5369299 or 2953902. OLE color: 2953902.
HSL color Cylindrical-coordinate representation of color #AE122D: hue angle of 349.62º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE122D is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 18 | 45 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.32 |
| HSL | 349.62º | 0.81% | 0.38% | - |
| HSV(B) | 349.62º | 0.9% | 0.68% | - |
| XYZ | 18.15 | 9.62 | 3.38 | - |
| YUV | 67.72 | 115.18 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 18 | 45 | 0 | 0.90 | 0.74 | 0.32 | 349.62 | 0.81 | 0.38 |
| Hex | AE | 12 | 2D | 0 | 5A | 4A | 20 | 15E | 51 | 26 |
| Octal | 256 | 22 | 55 | 0 | 132 | 112 | 40 | 536 | 121 | 46 |
| Binary | 10101110 | 10010 | 101101 | 0 | 1011010 | 1001010 | 100000 | 101011110 | 1010001 | 100110 |
Color Harmonies of #AE122D
Complementary color
Monochromatic Colors of #AE122D
Black with #AE122D
Text Example
Text Example
White with #AE122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE122D; }
p { color: rgb(174,18,45); }
H1.HeaderClassName
{
color: #AE122D;
}
.AnyTagClassName
{
color: #AE122D;
}
</style>
background-color css
<style>
a { background-color: #AE122D; }
a { background-color: rgb(174,18,45); }
div.DivClassName
{
background-color: #AE122D;
}
.BgClassName
{
background-color: #AE122D;
}
</style>
border-color css
<style>
span { border-color: #AE122D; }
span { border-color: rgb(174,18,45); }
td.TdClassName
{
border-color: #AE122D;
}
.TagClassName
{
border-color: #AE122D;
}
</style>