Shades of Cardinal #AE1133
Tints of Cardinal #AE1133
RGB
CMYK
RGB Variations
Color information
#AE1133 (or 0xAE1133) is known color: Cardinal. HEX triplet: AE, 11 and 33. RGB value is (174,17,51). Sum of RGB (Red+Green+Blue) = 174+17+51=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1133 is #51EECC. Grayscale: #434343. Windows color (decimal): -5369549 or 3346862. OLE color: 3346862.
HSL color Cylindrical-coordinate representation of color #AE1133: hue angle of 347.01º 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 #AE1133 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 51 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.32 |
| HSL | 347.01º | 0.82% | 0.37% | - |
| HSV(B) | 347.01º | 0.9% | 0.68% | - |
| XYZ | 18.25 | 9.64 | 4.03 | - |
| YUV | 67.82 | 118.51 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 51 | 0 | 0.90 | 0.71 | 0.32 | 347.01 | 0.82 | 0.37 |
| Hex | AE | 11 | 33 | 0 | 5A | 47 | 20 | 15B | 52 | 25 |
| Octal | 256 | 21 | 63 | 0 | 132 | 107 | 40 | 533 | 122 | 45 |
| Binary | 10101110 | 10001 | 110011 | 0 | 1011010 | 1000111 | 100000 | 101011011 | 1010010 | 100101 |
Color Harmonies of #AE1133
Complementary color
Monochromatic Colors of #AE1133
Black with #AE1133
Text Example
Text Example
White with #AE1133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1133; }
p { color: rgb(174,17,51); }
H1.HeaderClassName
{
color: #AE1133;
}
.AnyTagClassName
{
color: #AE1133;
}
</style>
background-color css
<style>
a { background-color: #AE1133; }
a { background-color: rgb(174,17,51); }
div.DivClassName
{
background-color: #AE1133;
}
.BgClassName
{
background-color: #AE1133;
}
</style>
border-color css
<style>
span { border-color: #AE1133; }
span { border-color: rgb(174,17,51); }
td.TdClassName
{
border-color: #AE1133;
}
.TagClassName
{
border-color: #AE1133;
}
</style>