Shades of Cardinal #AE122F
Tints of Cardinal #AE122F
RGB
CMYK
RGB Variations
Color information
#AE122F (or 0xAE122F) is known color: Cardinal. HEX triplet: AE, 12 and 2F. RGB value is (174,18,47). Sum of RGB (Red+Green+Blue) = 174+18+47=239 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.80% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 174 - color contains mainly: red. Hex color #AE122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE122F is #51EDD0. Grayscale: #434343. Windows color (decimal): -5369297 or 3084974. OLE color: 3084974.
HSL color Cylindrical-coordinate representation of color #AE122F: hue angle of 348.85º 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 #AE122F is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 18 | 47 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.32 |
| HSL | 348.85º | 0.81% | 0.38% | - |
| HSV(B) | 348.85º | 0.9% | 0.68% | - |
| XYZ | 18.18 | 9.64 | 3.59 | - |
| YUV | 67.95 | 116.18 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 18 | 47 | 0 | 0.90 | 0.73 | 0.32 | 348.85 | 0.81 | 0.38 |
| Hex | AE | 12 | 2F | 0 | 5A | 49 | 20 | 15D | 51 | 26 |
| Octal | 256 | 22 | 57 | 0 | 132 | 111 | 40 | 535 | 121 | 46 |
| Binary | 10101110 | 10010 | 101111 | 0 | 1011010 | 1001001 | 100000 | 101011101 | 1010001 | 100110 |
Color Harmonies of #AE122F
Complementary color
Monochromatic Colors of #AE122F
Black with #AE122F
Text Example
Text Example
White with #AE122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE122F; }
p { color: rgb(174,18,47); }
H1.HeaderClassName
{
color: #AE122F;
}
.AnyTagClassName
{
color: #AE122F;
}
</style>
background-color css
<style>
a { background-color: #AE122F; }
a { background-color: rgb(174,18,47); }
div.DivClassName
{
background-color: #AE122F;
}
.BgClassName
{
background-color: #AE122F;
}
</style>
border-color css
<style>
span { border-color: #AE122F; }
span { border-color: rgb(174,18,47); }
td.TdClassName
{
border-color: #AE122F;
}
.TagClassName
{
border-color: #AE122F;
}
</style>