Shades of Cardinal #AE1136
Tints of Cardinal #AE1136
RGB
CMYK
RGB Variations
Color information
#AE1136 (or 0xAE1136) is known color: Cardinal. HEX triplet: AE, 11 and 36. RGB value is (174,17,54). Sum of RGB (Red+Green+Blue) = 174+17+54=245 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.02% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1136 is #51EEC9. Grayscale: #444444. Windows color (decimal): -5369546 or 3543470. OLE color: 3543470.
HSL color Cylindrical-coordinate representation of color #AE1136: hue angle of 345.86º 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 #AE1136 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 54 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.32 |
| HSL | 345.86º | 0.82% | 0.37% | - |
| HSV(B) | 345.86º | 0.9% | 0.68% | - |
| XYZ | 18.32 | 9.67 | 4.39 | - |
| YUV | 68.16 | 120.01 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 54 | 0 | 0.90 | 0.69 | 0.32 | 345.86 | 0.82 | 0.37 |
| Hex | AE | 11 | 36 | 0 | 5A | 45 | 20 | 15A | 52 | 25 |
| Octal | 256 | 21 | 66 | 0 | 132 | 105 | 40 | 532 | 122 | 45 |
| Binary | 10101110 | 10001 | 110110 | 0 | 1011010 | 1000101 | 100000 | 101011010 | 1010010 | 100101 |
Color Harmonies of #AE1136
Complementary color
Monochromatic Colors of #AE1136
Black with #AE1136
Text Example
Text Example
White with #AE1136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1136; }
p { color: rgb(174,17,54); }
H1.HeaderClassName
{
color: #AE1136;
}
.AnyTagClassName
{
color: #AE1136;
}
</style>
background-color css
<style>
a { background-color: #AE1136; }
a { background-color: rgb(174,17,54); }
div.DivClassName
{
background-color: #AE1136;
}
.BgClassName
{
background-color: #AE1136;
}
</style>
border-color css
<style>
span { border-color: #AE1136; }
span { border-color: rgb(174,17,54); }
td.TdClassName
{
border-color: #AE1136;
}
.TagClassName
{
border-color: #AE1136;
}
</style>