Shades of Brick Red #AE353E
Tints of Brick Red #AE353E
RGB
CMYK
RGB Variations
Color information
#AE353E (or 0xAE353E) is known color: Brick Red. HEX triplet: AE, 35 and 3E. RGB value is (174,53,62). Sum of RGB (Red+Green+Blue) = 174+53+62=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE353E is #51CAC1. Grayscale: #5A5A5A. Windows color (decimal): -5360322 or 4076974. OLE color: 4076974.
HSL color Cylindrical-coordinate representation of color #AE353E: hue angle of 355.54º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE353E is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 53 | 62 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.32 |
| HSL | 355.54º | 0.53% | 0.45% | - |
| HSV(B) | 355.54º | 0.7% | 0.68% | - |
| XYZ | 19.6 | 11.89 | 5.82 | - |
| YUV | 90.21 | 112.09 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 53 | 62 | 0 | 0.70 | 0.64 | 0.32 | 355.54 | 0.53 | 0.45 |
| Hex | AE | 35 | 3E | 0 | 46 | 40 | 20 | 164 | 35 | 2D |
| Octal | 256 | 65 | 76 | 0 | 106 | 100 | 40 | 544 | 65 | 55 |
| Binary | 10101110 | 110101 | 111110 | 0 | 1000110 | 1000000 | 100000 | 101100100 | 110101 | 101101 |
Color Harmonies of #AE353E
Complementary color
Monochromatic Colors of #AE353E
Black with #AE353E
Text Example
Text Example
White with #AE353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE353E; }
p { color: rgb(174,53,62); }
H1.HeaderClassName
{
color: #AE353E;
}
.AnyTagClassName
{
color: #AE353E;
}
</style>
background-color css
<style>
a { background-color: #AE353E; }
a { background-color: rgb(174,53,62); }
div.DivClassName
{
background-color: #AE353E;
}
.BgClassName
{
background-color: #AE353E;
}
</style>
border-color css
<style>
span { border-color: #AE353E; }
span { border-color: rgb(174,53,62); }
td.TdClassName
{
border-color: #AE353E;
}
.TagClassName
{
border-color: #AE353E;
}
</style>