Shades of Cardinal #AE093E
Tints of Cardinal #AE093E
RGB
CMYK
RGB Variations
Color information
#AE093E (or 0xAE093E) is known color: Cardinal. HEX triplet: AE, 09 and 3E. RGB value is (174,9,62). Sum of RGB (Red+Green+Blue) = 174+9+62=245 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.02% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 174 - color contains mainly: red. Hex color #AE093E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE093E is #51F6C1. Grayscale: #404040. Windows color (decimal): -5371586 or 4065710. OLE color: 4065710.
HSL color Cylindrical-coordinate representation of color #AE093E: hue angle of 340.73º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE093E is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 9 | 62 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.32 |
| HSL | 340.73º | 0.9% | 0.36% | - |
| HSV(B) | 340.73º | 0.95% | 0.68% | - |
| XYZ | 18.42 | 9.54 | 5.43 | - |
| YUV | 64.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 9 | 62 | 0 | 0.95 | 0.64 | 0.32 | 340.73 | 0.9 | 0.36 |
| Hex | AE | 9 | 3E | 0 | 5F | 40 | 20 | 155 | 5A | 24 |
| Octal | 256 | 11 | 76 | 0 | 137 | 100 | 40 | 525 | 132 | 44 |
| Binary | 10101110 | 1001 | 111110 | 0 | 1011111 | 1000000 | 100000 | 101010101 | 1011010 | 100100 |
Color Harmonies of #AE093E
Complementary color
Monochromatic Colors of #AE093E
Black with #AE093E
Text Example
Text Example
White with #AE093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE093E; }
p { color: rgb(174,9,62); }
H1.HeaderClassName
{
color: #AE093E;
}
.AnyTagClassName
{
color: #AE093E;
}
</style>
background-color css
<style>
a { background-color: #AE093E; }
a { background-color: rgb(174,9,62); }
div.DivClassName
{
background-color: #AE093E;
}
.BgClassName
{
background-color: #AE093E;
}
</style>
border-color css
<style>
span { border-color: #AE093E; }
span { border-color: rgb(174,9,62); }
td.TdClassName
{
border-color: #AE093E;
}
.TagClassName
{
border-color: #AE093E;
}
</style>