Shades of Brick Red #AE363C
Tints of Brick Red #AE363C
RGB
CMYK
RGB Variations
Color information
#AE363C (or 0xAE363C) is known color: Brick Red. HEX triplet: AE, 36 and 3C. RGB value is (174,54,60). Sum of RGB (Red+Green+Blue) = 174+54+60=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE363C is #51C9C3. Grayscale: #5A5A5A. Windows color (decimal): -5360068 or 3946158. OLE color: 3946158.
HSL color Cylindrical-coordinate representation of color #AE363C: hue angle of 357º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE363C is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 54 | 60 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.32 |
| HSL | 357º | 0.53% | 0.45% | - |
| HSV(B) | 357º | 0.69% | 0.68% | - |
| XYZ | 19.59 | 11.96 | 5.55 | - |
| YUV | 90.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 54 | 60 | 0 | 0.69 | 0.66 | 0.32 | 357 | 0.53 | 0.45 |
| Hex | AE | 36 | 3C | 0 | 45 | 42 | 20 | 165 | 35 | 2D |
| Octal | 256 | 66 | 74 | 0 | 105 | 102 | 40 | 545 | 65 | 55 |
| Binary | 10101110 | 110110 | 111100 | 0 | 1000101 | 1000010 | 100000 | 101100101 | 110101 | 101101 |
Color Harmonies of #AE363C
Complementary color
Monochromatic Colors of #AE363C
Black with #AE363C
Text Example
Text Example
White with #AE363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE363C; }
p { color: rgb(174,54,60); }
H1.HeaderClassName
{
color: #AE363C;
}
.AnyTagClassName
{
color: #AE363C;
}
</style>
background-color css
<style>
a { background-color: #AE363C; }
a { background-color: rgb(174,54,60); }
div.DivClassName
{
background-color: #AE363C;
}
.BgClassName
{
background-color: #AE363C;
}
</style>
border-color css
<style>
span { border-color: #AE363C; }
span { border-color: rgb(174,54,60); }
td.TdClassName
{
border-color: #AE363C;
}
.TagClassName
{
border-color: #AE363C;
}
</style>