Shades of Brick Red #AE343B
Tints of Brick Red #AE343B
RGB
CMYK
RGB Variations
Color information
#AE343B (or 0xAE343B) is known color: Brick Red. HEX triplet: AE, 34 and 3B. RGB value is (174,52,59). Sum of RGB (Red+Green+Blue) = 174+52+59=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE343B is #51CBC4. Grayscale: #595959. Windows color (decimal): -5360581 or 3880110. OLE color: 3880110.
HSL color Cylindrical-coordinate representation of color #AE343B: hue angle of 356.56º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE343B is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 52 | 59 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.32 |
| HSL | 356.56º | 0.54% | 0.44% | - |
| HSV(B) | 356.56º | 0.7% | 0.68% | - |
| XYZ | 19.47 | 11.77 | 5.38 | - |
| YUV | 89.28 | 110.92 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 52 | 59 | 0 | 0.70 | 0.66 | 0.32 | 356.56 | 0.54 | 0.44 |
| Hex | AE | 34 | 3B | 0 | 46 | 42 | 20 | 165 | 36 | 2C |
| Octal | 256 | 64 | 73 | 0 | 106 | 102 | 40 | 545 | 66 | 54 |
| Binary | 10101110 | 110100 | 111011 | 0 | 1000110 | 1000010 | 100000 | 101100101 | 110110 | 101100 |
Color Harmonies of #AE343B
Complementary color
Monochromatic Colors of #AE343B
Black with #AE343B
Text Example
Text Example
White with #AE343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE343B; }
p { color: rgb(174,52,59); }
H1.HeaderClassName
{
color: #AE343B;
}
.AnyTagClassName
{
color: #AE343B;
}
</style>
background-color css
<style>
a { background-color: #AE343B; }
a { background-color: rgb(174,52,59); }
div.DivClassName
{
background-color: #AE343B;
}
.BgClassName
{
background-color: #AE343B;
}
</style>
border-color css
<style>
span { border-color: #AE343B; }
span { border-color: rgb(174,52,59); }
td.TdClassName
{
border-color: #AE343B;
}
.TagClassName
{
border-color: #AE343B;
}
</style>