Shades of Cardinal #AE1140
Tints of Cardinal #AE1140
RGB
CMYK
RGB Variations
Color information
#AE1140 (or 0xAE1140) is known color: Cardinal. HEX triplet: AE, 11 and 40. RGB value is (174,17,64). Sum of RGB (Red+Green+Blue) = 174+17+64=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1140 is #51EEBF. Grayscale: #454545. Windows color (decimal): -5369536 or 4198830. OLE color: 4198830.
HSL color Cylindrical-coordinate representation of color #AE1140: hue angle of 342.04º 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 #AE1140 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 64 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.32 |
| HSL | 342.04º | 0.82% | 0.37% | - |
| HSV(B) | 342.04º | 0.9% | 0.68% | - |
| XYZ | 18.58 | 9.77 | 5.76 | - |
| YUV | 69.3 | 125.01 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 64 | 0 | 0.90 | 0.63 | 0.32 | 342.04 | 0.82 | 0.37 |
| Hex | AE | 11 | 40 | 0 | 5A | 3F | 20 | 156 | 52 | 25 |
| Octal | 256 | 21 | 100 | 0 | 132 | 77 | 40 | 526 | 122 | 45 |
| Binary | 10101110 | 10001 | 1000000 | 0 | 1011010 | 111111 | 100000 | 101010110 | 1010010 | 100101 |
Color Harmonies of #AE1140
Complementary color
Monochromatic Colors of #AE1140
Black with #AE1140
Text Example
Text Example
White with #AE1140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1140; }
p { color: rgb(174,17,64); }
H1.HeaderClassName
{
color: #AE1140;
}
.AnyTagClassName
{
color: #AE1140;
}
</style>
background-color css
<style>
a { background-color: #AE1140; }
a { background-color: rgb(174,17,64); }
div.DivClassName
{
background-color: #AE1140;
}
.BgClassName
{
background-color: #AE1140;
}
</style>
border-color css
<style>
span { border-color: #AE1140; }
span { border-color: rgb(174,17,64); }
td.TdClassName
{
border-color: #AE1140;
}
.TagClassName
{
border-color: #AE1140;
}
</style>