Shades of Cardinal #AE043E
Tints of Cardinal #AE043E
RGB
CMYK
RGB Variations
Color information
#AE043E (or 0xAE043E) is known color: Cardinal. HEX triplet: AE, 04 and 3E. RGB value is (174,4,62). Sum of RGB (Red+Green+Blue) = 174+4+62=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE043E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE043E is #51FBC1. Grayscale: #3D3D3D. Windows color (decimal): -5372866 or 4064430. OLE color: 4064430.
HSL color Cylindrical-coordinate representation of color #AE043E: hue angle of 339.53º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE043E is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 4 | 62 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.32 |
| HSL | 339.53º | 0.96% | 0.35% | - |
| HSV(B) | 339.53º | 0.98% | 0.68% | - |
| XYZ | 18.37 | 9.43 | 5.41 | - |
| YUV | 61.44 | 128.32 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 4 | 62 | 0 | 0.98 | 0.64 | 0.32 | 339.53 | 0.96 | 0.35 |
| Hex | AE | 4 | 3E | 0 | 62 | 40 | 20 | 154 | 60 | 23 |
| Octal | 256 | 4 | 76 | 0 | 142 | 100 | 40 | 524 | 140 | 43 |
| Binary | 10101110 | 100 | 111110 | 0 | 1100010 | 1000000 | 100000 | 101010100 | 1100000 | 100011 |
Color Harmonies of #AE043E
Complementary color
Monochromatic Colors of #AE043E
Black with #AE043E
Text Example
Text Example
White with #AE043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE043E; }
p { color: rgb(174,4,62); }
H1.HeaderClassName
{
color: #AE043E;
}
.AnyTagClassName
{
color: #AE043E;
}
</style>
background-color css
<style>
a { background-color: #AE043E; }
a { background-color: rgb(174,4,62); }
div.DivClassName
{
background-color: #AE043E;
}
.BgClassName
{
background-color: #AE043E;
}
</style>
border-color css
<style>
span { border-color: #AE043E; }
span { border-color: rgb(174,4,62); }
td.TdClassName
{
border-color: #AE043E;
}
.TagClassName
{
border-color: #AE043E;
}
</style>