Shades of Cardinal #AE0F36
Tints of Cardinal #AE0F36
RGB
CMYK
RGB Variations
Color information
#AE0F36 (or 0xAE0F36) is known color: Cardinal. HEX triplet: AE, 0F and 36. RGB value is (174,15,54). Sum of RGB (Red+Green+Blue) = 174+15+54=243 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.60% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0F36 is #51F0C9. Grayscale: #424242. Windows color (decimal): -5370058 or 3542958. OLE color: 3542958.
HSL color Cylindrical-coordinate representation of color #AE0F36: hue angle of 345.28º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE0F36 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 15 | 54 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.32 |
| HSL | 345.28º | 0.84% | 0.37% | - |
| HSV(B) | 345.28º | 0.91% | 0.68% | - |
| XYZ | 18.29 | 9.61 | 4.38 | - |
| YUV | 66.99 | 120.68 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 15 | 54 | 0 | 0.91 | 0.69 | 0.32 | 345.28 | 0.84 | 0.37 |
| Hex | AE | F | 36 | 0 | 5B | 45 | 20 | 159 | 54 | 25 |
| Octal | 256 | 17 | 66 | 0 | 133 | 105 | 40 | 531 | 124 | 45 |
| Binary | 10101110 | 1111 | 110110 | 0 | 1011011 | 1000101 | 100000 | 101011001 | 1010100 | 100101 |
Color Harmonies of #AE0F36
Complementary color
Monochromatic Colors of #AE0F36
Black with #AE0F36
Text Example
Text Example
White with #AE0F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0F36; }
p { color: rgb(174,15,54); }
H1.HeaderClassName
{
color: #AE0F36;
}
.AnyTagClassName
{
color: #AE0F36;
}
</style>
background-color css
<style>
a { background-color: #AE0F36; }
a { background-color: rgb(174,15,54); }
div.DivClassName
{
background-color: #AE0F36;
}
.BgClassName
{
background-color: #AE0F36;
}
</style>
border-color css
<style>
span { border-color: #AE0F36; }
span { border-color: rgb(174,15,54); }
td.TdClassName
{
border-color: #AE0F36;
}
.TagClassName
{
border-color: #AE0F36;
}
</style>