Shades of Cardinal #AE1137
Tints of Cardinal #AE1137
RGB
CMYK
RGB Variations
Color information
#AE1137 (or 0xAE1137) is known color: Cardinal. HEX triplet: AE, 11 and 37. RGB value is (174,17,55). Sum of RGB (Red+Green+Blue) = 174+17+55=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1137 is #51EEC8. Grayscale: #444444. Windows color (decimal): -5369545 or 3609006. OLE color: 3609006.
HSL color Cylindrical-coordinate representation of color #AE1137: hue angle of 345.48º 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 #AE1137 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 55 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.32 |
| HSL | 345.48º | 0.82% | 0.37% | - |
| HSV(B) | 345.48º | 0.9% | 0.68% | - |
| XYZ | 18.35 | 9.68 | 4.52 | - |
| YUV | 68.28 | 120.51 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 55 | 0 | 0.90 | 0.68 | 0.32 | 345.48 | 0.82 | 0.37 |
| Hex | AE | 11 | 37 | 0 | 5A | 44 | 20 | 159 | 52 | 25 |
| Octal | 256 | 21 | 67 | 0 | 132 | 104 | 40 | 531 | 122 | 45 |
| Binary | 10101110 | 10001 | 110111 | 0 | 1011010 | 1000100 | 100000 | 101011001 | 1010010 | 100101 |
Color Harmonies of #AE1137
Complementary color
Monochromatic Colors of #AE1137
Black with #AE1137
Text Example
Text Example
White with #AE1137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1137; }
p { color: rgb(174,17,55); }
H1.HeaderClassName
{
color: #AE1137;
}
.AnyTagClassName
{
color: #AE1137;
}
</style>
background-color css
<style>
a { background-color: #AE1137; }
a { background-color: rgb(174,17,55); }
div.DivClassName
{
background-color: #AE1137;
}
.BgClassName
{
background-color: #AE1137;
}
</style>
border-color css
<style>
span { border-color: #AE1137; }
span { border-color: rgb(174,17,55); }
td.TdClassName
{
border-color: #AE1137;
}
.TagClassName
{
border-color: #AE1137;
}
</style>