Shades of Cardinal #AE0A30
Tints of Cardinal #AE0A30
RGB
CMYK
RGB Variations
Color information
#AE0A30 (or 0xAE0A30) is known color: Cardinal. HEX triplet: AE, 0A and 30. RGB value is (174,10,48). Sum of RGB (Red+Green+Blue) = 174+10+48=232 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0A30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0A30 is #51F5CF. Grayscale: #3F3F3F. Windows color (decimal): -5371344 or 3148462. OLE color: 3148462.
HSL color Cylindrical-coordinate representation of color #AE0A30: hue angle of 346.1º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0A30 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 10 | 48 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.32 |
| HSL | 346.1º | 0.89% | 0.36% | - |
| HSV(B) | 346.1º | 0.94% | 0.68% | - |
| XYZ | 18.1 | 9.43 | 3.66 | - |
| YUV | 63.37 | 119.33 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 10 | 48 | 0 | 0.94 | 0.72 | 0.32 | 346.1 | 0.89 | 0.36 |
| Hex | AE | A | 30 | 0 | 5E | 48 | 20 | 15A | 59 | 24 |
| Octal | 256 | 12 | 60 | 0 | 136 | 110 | 40 | 532 | 131 | 44 |
| Binary | 10101110 | 1010 | 110000 | 0 | 1011110 | 1001000 | 100000 | 101011010 | 1011001 | 100100 |
Color Harmonies of #AE0A30
Complementary color
Monochromatic Colors of #AE0A30
Black with #AE0A30
Text Example
Text Example
White with #AE0A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0A30; }
p { color: rgb(174,10,48); }
H1.HeaderClassName
{
color: #AE0A30;
}
.AnyTagClassName
{
color: #AE0A30;
}
</style>
background-color css
<style>
a { background-color: #AE0A30; }
a { background-color: rgb(174,10,48); }
div.DivClassName
{
background-color: #AE0A30;
}
.BgClassName
{
background-color: #AE0A30;
}
</style>
border-color css
<style>
span { border-color: #AE0A30; }
span { border-color: rgb(174,10,48); }
td.TdClassName
{
border-color: #AE0A30;
}
.TagClassName
{
border-color: #AE0A30;
}
</style>