Shades of Cardinal #AE093C
Tints of Cardinal #AE093C
RGB
CMYK
RGB Variations
Color information
#AE093C (or 0xAE093C) is known color: Cardinal. HEX triplet: AE, 09 and 3C. RGB value is (174,9,60). Sum of RGB (Red+Green+Blue) = 174+9+60=243 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.60% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 174 - color contains mainly: red. Hex color #AE093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE093C is #51F6C3. Grayscale: #404040. Windows color (decimal): -5371588 or 3934638. OLE color: 3934638.
HSL color Cylindrical-coordinate representation of color #AE093C: hue angle of 341.45º 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 #AE093C is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 9 | 60 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.32 |
| HSL | 341.45º | 0.9% | 0.36% | - |
| HSV(B) | 341.45º | 0.95% | 0.68% | - |
| XYZ | 18.37 | 9.52 | 5.14 | - |
| YUV | 64.15 | 125.66 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 9 | 60 | 0 | 0.95 | 0.66 | 0.32 | 341.45 | 0.9 | 0.36 |
| Hex | AE | 9 | 3C | 0 | 5F | 42 | 20 | 155 | 5A | 24 |
| Octal | 256 | 11 | 74 | 0 | 137 | 102 | 40 | 525 | 132 | 44 |
| Binary | 10101110 | 1001 | 111100 | 0 | 1011111 | 1000010 | 100000 | 101010101 | 1011010 | 100100 |
Color Harmonies of #AE093C
Complementary color
Monochromatic Colors of #AE093C
Black with #AE093C
Text Example
Text Example
White with #AE093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE093C; }
p { color: rgb(174,9,60); }
H1.HeaderClassName
{
color: #AE093C;
}
.AnyTagClassName
{
color: #AE093C;
}
</style>
background-color css
<style>
a { background-color: #AE093C; }
a { background-color: rgb(174,9,60); }
div.DivClassName
{
background-color: #AE093C;
}
.BgClassName
{
background-color: #AE093C;
}
</style>
border-color css
<style>
span { border-color: #AE093C; }
span { border-color: rgb(174,9,60); }
td.TdClassName
{
border-color: #AE093C;
}
.TagClassName
{
border-color: #AE093C;
}
</style>