Shades of Cardinal #AE013B
Tints of Cardinal #AE013B
RGB
CMYK
RGB Variations
Color information
#AE013B (or 0xAE013B) is known color: Cardinal. HEX triplet: AE, 01 and 3B. RGB value is (174,1,59). Sum of RGB (Red+Green+Blue) = 174+1+59=234 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.36% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 174 - color contains mainly: red. Hex color #AE013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE013B is #51FEC4. Grayscale: #3B3B3B. Windows color (decimal): -5373637 or 3867054. OLE color: 3867054.
HSL color Cylindrical-coordinate representation of color #AE013B: hue angle of 339.88º 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 #AE013B is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.32 |
| HSL | 339.88º | 0.99% | 0.34% | - |
| HSV(B) | 339.88º | 0.99% | 0.68% | - |
| XYZ | 18.26 | 9.34 | 4.98 | - |
| YUV | 59.34 | 127.81 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 59 | 0 | 0.99 | 0.66 | 0.32 | 339.88 | 0.99 | 0.34 |
| Hex | AE | 1 | 3B | 0 | 63 | 42 | 20 | 154 | 63 | 22 |
| Octal | 256 | 1 | 73 | 0 | 143 | 102 | 40 | 524 | 143 | 42 |
| Binary | 10101110 | 1 | 111011 | 0 | 1100011 | 1000010 | 100000 | 101010100 | 1100011 | 100010 |
Color Harmonies of #AE013B
Complementary color
Monochromatic Colors of #AE013B
Black with #AE013B
Text Example
Text Example
White with #AE013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE013B; }
p { color: rgb(174,1,59); }
H1.HeaderClassName
{
color: #AE013B;
}
.AnyTagClassName
{
color: #AE013B;
}
</style>
background-color css
<style>
a { background-color: #AE013B; }
a { background-color: rgb(174,1,59); }
div.DivClassName
{
background-color: #AE013B;
}
.BgClassName
{
background-color: #AE013B;
}
</style>
border-color css
<style>
span { border-color: #AE013B; }
span { border-color: rgb(174,1,59); }
td.TdClassName
{
border-color: #AE013B;
}
.TagClassName
{
border-color: #AE013B;
}
</style>