Shades of Cardinal #AE013A
Tints of Cardinal #AE013A
RGB
CMYK
RGB Variations
Color information
#AE013A (or 0xAE013A) is known color: Cardinal. HEX triplet: AE, 01 and 3A. RGB value is (174,1,58). Sum of RGB (Red+Green+Blue) = 174+1+58=233 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.68% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 174 - color contains mainly: red. Hex color #AE013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE013A is #51FEC5. Grayscale: #3B3B3B. Windows color (decimal): -5373638 or 3801518. OLE color: 3801518.
HSL color Cylindrical-coordinate representation of color #AE013A: hue angle of 340.23º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE013A is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.32 |
| HSL | 340.23º | 0.99% | 0.34% | - |
| HSV(B) | 340.23º | 0.99% | 0.68% | - |
| XYZ | 18.23 | 9.33 | 4.84 | - |
| YUV | 59.23 | 127.31 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 58 | 0 | 0.99 | 0.67 | 0.32 | 340.23 | 0.99 | 0.34 |
| Hex | AE | 1 | 3A | 0 | 63 | 43 | 20 | 154 | 63 | 22 |
| Octal | 256 | 1 | 72 | 0 | 143 | 103 | 40 | 524 | 143 | 42 |
| Binary | 10101110 | 1 | 111010 | 0 | 1100011 | 1000011 | 100000 | 101010100 | 1100011 | 100010 |
Color Harmonies of #AE013A
Complementary color
Monochromatic Colors of #AE013A
Black with #AE013A
Text Example
Text Example
White with #AE013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE013A; }
p { color: rgb(174,1,58); }
H1.HeaderClassName
{
color: #AE013A;
}
.AnyTagClassName
{
color: #AE013A;
}
</style>
background-color css
<style>
a { background-color: #AE013A; }
a { background-color: rgb(174,1,58); }
div.DivClassName
{
background-color: #AE013A;
}
.BgClassName
{
background-color: #AE013A;
}
</style>
border-color css
<style>
span { border-color: #AE013A; }
span { border-color: rgb(174,1,58); }
td.TdClassName
{
border-color: #AE013A;
}
.TagClassName
{
border-color: #AE013A;
}
</style>