Shades of Brick Red #AE393E
Tints of Brick Red #AE393E
RGB
CMYK
RGB Variations
Color information
#AE393E (or 0xAE393E) is known color: Brick Red. HEX triplet: AE, 39 and 3E. RGB value is (174,57,62). Sum of RGB (Red+Green+Blue) = 174+57+62=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE393E is #51C6C1. Grayscale: #5C5C5C. Windows color (decimal): -5359298 or 4077998. OLE color: 4077998.
HSL color Cylindrical-coordinate representation of color #AE393E: hue angle of 357.44º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE393E is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 57 | 62 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.32 |
| HSL | 357.44º | 0.51% | 0.45% | - |
| HSV(B) | 357.44º | 0.67% | 0.68% | - |
| XYZ | 19.79 | 12.27 | 5.88 | - |
| YUV | 92.55 | 110.76 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 57 | 62 | 0 | 0.67 | 0.64 | 0.32 | 357.44 | 0.51 | 0.45 |
| Hex | AE | 39 | 3E | 0 | 43 | 40 | 20 | 165 | 33 | 2D |
| Octal | 256 | 71 | 76 | 0 | 103 | 100 | 40 | 545 | 63 | 55 |
| Binary | 10101110 | 111001 | 111110 | 0 | 1000011 | 1000000 | 100000 | 101100101 | 110011 | 101101 |
Color Harmonies of #AE393E
Complementary color
Monochromatic Colors of #AE393E
Black with #AE393E
Text Example
Text Example
White with #AE393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE393E; }
p { color: rgb(174,57,62); }
H1.HeaderClassName
{
color: #AE393E;
}
.AnyTagClassName
{
color: #AE393E;
}
</style>
background-color css
<style>
a { background-color: #AE393E; }
a { background-color: rgb(174,57,62); }
div.DivClassName
{
background-color: #AE393E;
}
.BgClassName
{
background-color: #AE393E;
}
</style>
border-color css
<style>
span { border-color: #AE393E; }
span { border-color: rgb(174,57,62); }
td.TdClassName
{
border-color: #AE393E;
}
.TagClassName
{
border-color: #AE393E;
}
</style>