Shades of Cardinal #AE0136
Tints of Cardinal #AE0136
RGB
CMYK
RGB Variations
Color information
#AE0136 (or 0xAE0136) is known color: Cardinal. HEX triplet: AE, 01 and 36. RGB value is (174,1,54). Sum of RGB (Red+Green+Blue) = 174+1+54=229 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.98% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0136 is #51FEC9. Grayscale: #3A3A3A. Windows color (decimal): -5373642 or 3539374. OLE color: 3539374.
HSL color Cylindrical-coordinate representation of color #AE0136: hue angle of 341.62º 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 #AE0136 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 54 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.32 |
| HSL | 341.62º | 0.99% | 0.34% | - |
| HSV(B) | 341.62º | 0.99% | 0.68% | - |
| XYZ | 18.13 | 9.29 | 4.33 | - |
| YUV | 58.77 | 125.31 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 54 | 0 | 0.99 | 0.69 | 0.32 | 341.62 | 0.99 | 0.34 |
| Hex | AE | 1 | 36 | 0 | 63 | 45 | 20 | 156 | 63 | 22 |
| Octal | 256 | 1 | 66 | 0 | 143 | 105 | 40 | 526 | 143 | 42 |
| Binary | 10101110 | 1 | 110110 | 0 | 1100011 | 1000101 | 100000 | 101010110 | 1100011 | 100010 |
Color Harmonies of #AE0136
Complementary color
Monochromatic Colors of #AE0136
Black with #AE0136
Text Example
Text Example
White with #AE0136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0136; }
p { color: rgb(174,1,54); }
H1.HeaderClassName
{
color: #AE0136;
}
.AnyTagClassName
{
color: #AE0136;
}
</style>
background-color css
<style>
a { background-color: #AE0136; }
a { background-color: rgb(174,1,54); }
div.DivClassName
{
background-color: #AE0136;
}
.BgClassName
{
background-color: #AE0136;
}
</style>
border-color css
<style>
span { border-color: #AE0136; }
span { border-color: rgb(174,1,54); }
td.TdClassName
{
border-color: #AE0136;
}
.TagClassName
{
border-color: #AE0136;
}
</style>