Shades of Cardinal #AE1440
Tints of Cardinal #AE1440
RGB
CMYK
RGB Variations
Color information
#AE1440 (or 0xAE1440) is known color: Cardinal. HEX triplet: AE, 14 and 40. RGB value is (174,20,64). Sum of RGB (Red+Green+Blue) = 174+20+64=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1440 is #51EBBF. Grayscale: #474747. Windows color (decimal): -5368768 or 4199598. OLE color: 4199598.
HSL color Cylindrical-coordinate representation of color #AE1440: hue angle of 342.86º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE1440 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 20 | 64 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.32 |
| HSL | 342.86º | 0.79% | 0.38% | - |
| HSV(B) | 342.86º | 0.89% | 0.68% | - |
| XYZ | 18.63 | 9.87 | 5.77 | - |
| YUV | 71.06 | 124.02 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 20 | 64 | 0 | 0.89 | 0.63 | 0.32 | 342.86 | 0.79 | 0.38 |
| Hex | AE | 14 | 40 | 0 | 59 | 3F | 20 | 157 | 4F | 26 |
| Octal | 256 | 24 | 100 | 0 | 131 | 77 | 40 | 527 | 117 | 46 |
| Binary | 10101110 | 10100 | 1000000 | 0 | 1011001 | 111111 | 100000 | 101010111 | 1001111 | 100110 |
Color Harmonies of #AE1440
Complementary color
Monochromatic Colors of #AE1440
Black with #AE1440
Text Example
Text Example
White with #AE1440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1440; }
p { color: rgb(174,20,64); }
H1.HeaderClassName
{
color: #AE1440;
}
.AnyTagClassName
{
color: #AE1440;
}
</style>
background-color css
<style>
a { background-color: #AE1440; }
a { background-color: rgb(174,20,64); }
div.DivClassName
{
background-color: #AE1440;
}
.BgClassName
{
background-color: #AE1440;
}
</style>
border-color css
<style>
span { border-color: #AE1440; }
span { border-color: rgb(174,20,64); }
td.TdClassName
{
border-color: #AE1440;
}
.TagClassName
{
border-color: #AE1440;
}
</style>