Shades of Cardinal #AE1129
Tints of Cardinal #AE1129
RGB
CMYK
RGB Variations
Color information
#AE1129 (or 0xAE1129) is known color: Cardinal. HEX triplet: AE, 11 and 29. RGB value is (174,17,41). Sum of RGB (Red+Green+Blue) = 174+17+41=232 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1129 is #51EED6. Grayscale: #424242. Windows color (decimal): -5369559 or 2691502. OLE color: 2691502.
HSL color Cylindrical-coordinate representation of color #AE1129: hue angle of 350.83º 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 #AE1129 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 41 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.32 |
| HSL | 350.83º | 0.82% | 0.37% | - |
| HSV(B) | 350.83º | 0.9% | 0.68% | - |
| XYZ | 18.06 | 9.56 | 2.99 | - |
| YUV | 66.68 | 113.51 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 41 | 0 | 0.90 | 0.76 | 0.32 | 350.83 | 0.82 | 0.37 |
| Hex | AE | 11 | 29 | 0 | 5A | 4C | 20 | 15F | 52 | 25 |
| Octal | 256 | 21 | 51 | 0 | 132 | 114 | 40 | 537 | 122 | 45 |
| Binary | 10101110 | 10001 | 101001 | 0 | 1011010 | 1001100 | 100000 | 101011111 | 1010010 | 100101 |
Color Harmonies of #AE1129
Complementary color
Monochromatic Colors of #AE1129
Black with #AE1129
Text Example
Text Example
White with #AE1129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1129; }
p { color: rgb(174,17,41); }
H1.HeaderClassName
{
color: #AE1129;
}
.AnyTagClassName
{
color: #AE1129;
}
</style>
background-color css
<style>
a { background-color: #AE1129; }
a { background-color: rgb(174,17,41); }
div.DivClassName
{
background-color: #AE1129;
}
.BgClassName
{
background-color: #AE1129;
}
</style>
border-color css
<style>
span { border-color: #AE1129; }
span { border-color: rgb(174,17,41); }
td.TdClassName
{
border-color: #AE1129;
}
.TagClassName
{
border-color: #AE1129;
}
</style>