Shades of Cardinal #AE073C
Tints of Cardinal #AE073C
RGB
CMYK
RGB Variations
Color information
#AE073C (or 0xAE073C) is known color: Cardinal. HEX triplet: AE, 07 and 3C. RGB value is (174,7,60). Sum of RGB (Red+Green+Blue) = 174+7+60=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE073C is #51F8C3. Grayscale: #3E3E3E. Windows color (decimal): -5372100 or 3934126. OLE color: 3934126.
HSL color Cylindrical-coordinate representation of color #AE073C: hue angle of 340.96º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE073C is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 7 | 60 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.32 |
| HSL | 340.96º | 0.92% | 0.35% | - |
| HSV(B) | 340.96º | 0.96% | 0.68% | - |
| XYZ | 18.35 | 9.48 | 5.14 | - |
| YUV | 62.98 | 126.33 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 7 | 60 | 0 | 0.96 | 0.66 | 0.32 | 340.96 | 0.92 | 0.35 |
| Hex | AE | 7 | 3C | 0 | 60 | 42 | 20 | 155 | 5C | 23 |
| Octal | 256 | 7 | 74 | 0 | 140 | 102 | 40 | 525 | 134 | 43 |
| Binary | 10101110 | 111 | 111100 | 0 | 1100000 | 1000010 | 100000 | 101010101 | 1011100 | 100011 |
Color Harmonies of #AE073C
Complementary color
Monochromatic Colors of #AE073C
Black with #AE073C
Text Example
Text Example
White with #AE073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE073C; }
p { color: rgb(174,7,60); }
H1.HeaderClassName
{
color: #AE073C;
}
.AnyTagClassName
{
color: #AE073C;
}
</style>
background-color css
<style>
a { background-color: #AE073C; }
a { background-color: rgb(174,7,60); }
div.DivClassName
{
background-color: #AE073C;
}
.BgClassName
{
background-color: #AE073C;
}
</style>
border-color css
<style>
span { border-color: #AE073C; }
span { border-color: rgb(174,7,60); }
td.TdClassName
{
border-color: #AE073C;
}
.TagClassName
{
border-color: #AE073C;
}
</style>