Shades of Cardinal #AE053F
Tints of Cardinal #AE053F
RGB
CMYK
RGB Variations
Color information
#AE053F (or 0xAE053F) is known color: Cardinal. HEX triplet: AE, 05 and 3F. RGB value is (174,5,63). Sum of RGB (Red+Green+Blue) = 174+5+63=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE053F is #51FAC0. Grayscale: #3E3E3E. Windows color (decimal): -5372609 or 4130222. OLE color: 4130222.
HSL color Cylindrical-coordinate representation of color #AE053F: hue angle of 339.41º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE053F is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 5 | 63 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.32 |
| HSL | 339.41º | 0.94% | 0.35% | - |
| HSV(B) | 339.41º | 0.97% | 0.68% | - |
| XYZ | 18.41 | 9.47 | 5.56 | - |
| YUV | 62.14 | 128.49 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 5 | 63 | 0 | 0.97 | 0.64 | 0.32 | 339.41 | 0.94 | 0.35 |
| Hex | AE | 5 | 3F | 0 | 61 | 40 | 20 | 153 | 5E | 23 |
| Octal | 256 | 5 | 77 | 0 | 141 | 100 | 40 | 523 | 136 | 43 |
| Binary | 10101110 | 101 | 111111 | 0 | 1100001 | 1000000 | 100000 | 101010011 | 1011110 | 100011 |
Color Harmonies of #AE053F
Complementary color
Monochromatic Colors of #AE053F
Black with #AE053F
Text Example
Text Example
White with #AE053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE053F; }
p { color: rgb(174,5,63); }
H1.HeaderClassName
{
color: #AE053F;
}
.AnyTagClassName
{
color: #AE053F;
}
</style>
background-color css
<style>
a { background-color: #AE053F; }
a { background-color: rgb(174,5,63); }
div.DivClassName
{
background-color: #AE053F;
}
.BgClassName
{
background-color: #AE053F;
}
</style>
border-color css
<style>
span { border-color: #AE053F; }
span { border-color: rgb(174,5,63); }
td.TdClassName
{
border-color: #AE053F;
}
.TagClassName
{
border-color: #AE053F;
}
</style>