Shades of Cardinal #AE1128
Tints of Cardinal #AE1128
RGB
CMYK
RGB Variations
Color information
#AE1128 (or 0xAE1128) is known color: Cardinal. HEX triplet: AE, 11 and 28. RGB value is (174,17,40). Sum of RGB (Red+Green+Blue) = 174+17+40=231 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.32% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1128 is #51EED7. Grayscale: #424242. Windows color (decimal): -5369560 or 2625966. OLE color: 2625966.
HSL color Cylindrical-coordinate representation of color #AE1128: hue angle of 351.21º 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 #AE1128 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 40 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.32 |
| HSL | 351.21º | 0.82% | 0.37% | - |
| HSV(B) | 351.21º | 0.9% | 0.68% | - |
| XYZ | 18.04 | 9.55 | 2.9 | - |
| YUV | 66.57 | 113.01 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 40 | 0 | 0.90 | 0.77 | 0.32 | 351.21 | 0.82 | 0.37 |
| Hex | AE | 11 | 28 | 0 | 5A | 4D | 20 | 15F | 52 | 25 |
| Octal | 256 | 21 | 50 | 0 | 132 | 115 | 40 | 537 | 122 | 45 |
| Binary | 10101110 | 10001 | 101000 | 0 | 1011010 | 1001101 | 100000 | 101011111 | 1010010 | 100101 |
Color Harmonies of #AE1128
Complementary color
Monochromatic Colors of #AE1128
Black with #AE1128
Text Example
Text Example
White with #AE1128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1128; }
p { color: rgb(174,17,40); }
H1.HeaderClassName
{
color: #AE1128;
}
.AnyTagClassName
{
color: #AE1128;
}
</style>
background-color css
<style>
a { background-color: #AE1128; }
a { background-color: rgb(174,17,40); }
div.DivClassName
{
background-color: #AE1128;
}
.BgClassName
{
background-color: #AE1128;
}
</style>
border-color css
<style>
span { border-color: #AE1128; }
span { border-color: rgb(174,17,40); }
td.TdClassName
{
border-color: #AE1128;
}
.TagClassName
{
border-color: #AE1128;
}
</style>