Shades of Cardinal #AE1127
Tints of Cardinal #AE1127
RGB
CMYK
RGB Variations
Color information
#AE1127 (or 0xAE1127) is known color: Cardinal. HEX triplet: AE, 11 and 27. RGB value is (174,17,39). Sum of RGB (Red+Green+Blue) = 174+17+39=230 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.65% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1127 is #51EED8. Grayscale: #424242. Windows color (decimal): -5369561 or 2560430. OLE color: 2560430.
HSL color Cylindrical-coordinate representation of color #AE1127: hue angle of 351.59º 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 #AE1127 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 39 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.32 |
| HSL | 351.59º | 0.82% | 0.37% | - |
| HSV(B) | 351.59º | 0.9% | 0.68% | - |
| XYZ | 18.02 | 9.55 | 2.81 | - |
| YUV | 66.45 | 112.51 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 39 | 0 | 0.90 | 0.78 | 0.32 | 351.59 | 0.82 | 0.37 |
| Hex | AE | 11 | 27 | 0 | 5A | 4E | 20 | 160 | 52 | 25 |
| Octal | 256 | 21 | 47 | 0 | 132 | 116 | 40 | 540 | 122 | 45 |
| Binary | 10101110 | 10001 | 100111 | 0 | 1011010 | 1001110 | 100000 | 101100000 | 1010010 | 100101 |
Color Harmonies of #AE1127
Complementary color
Monochromatic Colors of #AE1127
Black with #AE1127
Text Example
Text Example
White with #AE1127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1127; }
p { color: rgb(174,17,39); }
H1.HeaderClassName
{
color: #AE1127;
}
.AnyTagClassName
{
color: #AE1127;
}
</style>
background-color css
<style>
a { background-color: #AE1127; }
a { background-color: rgb(174,17,39); }
div.DivClassName
{
background-color: #AE1127;
}
.BgClassName
{
background-color: #AE1127;
}
</style>
border-color css
<style>
span { border-color: #AE1127; }
span { border-color: rgb(174,17,39); }
td.TdClassName
{
border-color: #AE1127;
}
.TagClassName
{
border-color: #AE1127;
}
</style>