Shades of Cardinal #AE112E
Tints of Cardinal #AE112E
RGB
CMYK
RGB Variations
Color information
#AE112E (or 0xAE112E) is known color: Cardinal. HEX triplet: AE, 11 and 2E. RGB value is (174,17,46). Sum of RGB (Red+Green+Blue) = 174+17+46=237 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.42% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 174 - color contains mainly: red. Hex color #AE112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE112E is #51EED1. Grayscale: #434343. Windows color (decimal): -5369554 or 3019182. OLE color: 3019182.
HSL color Cylindrical-coordinate representation of color #AE112E: hue angle of 348.92º degrees, saturation: 0.82, 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 #AE112E is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 46 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.32 |
| HSL | 348.92º | 0.82% | 0.37% | - |
| HSV(B) | 348.92º | 0.9% | 0.68% | - |
| XYZ | 18.15 | 9.6 | 3.48 | - |
| YUV | 67.25 | 116.01 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 46 | 0 | 0.90 | 0.74 | 0.32 | 348.92 | 0.82 | 0.37 |
| Hex | AE | 11 | 2E | 0 | 5A | 4A | 20 | 15D | 52 | 25 |
| Octal | 256 | 21 | 56 | 0 | 132 | 112 | 40 | 535 | 122 | 45 |
| Binary | 10101110 | 10001 | 101110 | 0 | 1011010 | 1001010 | 100000 | 101011101 | 1010010 | 100101 |
Color Harmonies of #AE112E
Complementary color
Monochromatic Colors of #AE112E
Black with #AE112E
Text Example
Text Example
White with #AE112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE112E; }
p { color: rgb(174,17,46); }
H1.HeaderClassName
{
color: #AE112E;
}
.AnyTagClassName
{
color: #AE112E;
}
</style>
background-color css
<style>
a { background-color: #AE112E; }
a { background-color: rgb(174,17,46); }
div.DivClassName
{
background-color: #AE112E;
}
.BgClassName
{
background-color: #AE112E;
}
</style>
border-color css
<style>
span { border-color: #AE112E; }
span { border-color: rgb(174,17,46); }
td.TdClassName
{
border-color: #AE112E;
}
.TagClassName
{
border-color: #AE112E;
}
</style>