Shades of Cardinal #AE0D34
Tints of Cardinal #AE0D34
RGB
CMYK
RGB Variations
Color information
#AE0D34 (or 0xAE0D34) is known color: Cardinal. HEX triplet: AE, 0D and 34. RGB value is (174,13,52). Sum of RGB (Red+Green+Blue) = 174+13+52=239 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.80% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0D34 is #51F2CB. Grayscale: #414141. Windows color (decimal): -5370572 or 3411374. OLE color: 3411374.
HSL color Cylindrical-coordinate representation of color #AE0D34: hue angle of 345.47º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0D34 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 13 | 52 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.32 |
| HSL | 345.47º | 0.86% | 0.37% | - |
| HSV(B) | 345.47º | 0.93% | 0.68% | - |
| XYZ | 18.22 | 9.53 | 4.13 | - |
| YUV | 65.59 | 120.34 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 13 | 52 | 0 | 0.93 | 0.70 | 0.32 | 345.47 | 0.86 | 0.37 |
| Hex | AE | D | 34 | 0 | 5D | 46 | 20 | 159 | 56 | 25 |
| Octal | 256 | 15 | 64 | 0 | 135 | 106 | 40 | 531 | 126 | 45 |
| Binary | 10101110 | 1101 | 110100 | 0 | 1011101 | 1000110 | 100000 | 101011001 | 1010110 | 100101 |
Color Harmonies of #AE0D34
Complementary color
Monochromatic Colors of #AE0D34
Black with #AE0D34
Text Example
Text Example
White with #AE0D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0D34; }
p { color: rgb(174,13,52); }
H1.HeaderClassName
{
color: #AE0D34;
}
.AnyTagClassName
{
color: #AE0D34;
}
</style>
background-color css
<style>
a { background-color: #AE0D34; }
a { background-color: rgb(174,13,52); }
div.DivClassName
{
background-color: #AE0D34;
}
.BgClassName
{
background-color: #AE0D34;
}
</style>
border-color css
<style>
span { border-color: #AE0D34; }
span { border-color: rgb(174,13,52); }
td.TdClassName
{
border-color: #AE0D34;
}
.TagClassName
{
border-color: #AE0D34;
}
</style>