Shades of Brick Red #AE343C
Tints of Brick Red #AE343C
RGB
CMYK
RGB Variations
Color information
#AE343C (or 0xAE343C) is known color: Brick Red. HEX triplet: AE, 34 and 3C. RGB value is (174,52,60). Sum of RGB (Red+Green+Blue) = 174+52+60=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE343C is #51CBC3. Grayscale: #595959. Windows color (decimal): -5360580 or 3945646. OLE color: 3945646.
HSL color Cylindrical-coordinate representation of color #AE343C: hue angle of 356.07º 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 #AE343C is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 52 | 60 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.32 |
| HSL | 356.07º | 0.54% | 0.44% | - |
| HSV(B) | 356.07º | 0.7% | 0.68% | - |
| XYZ | 19.5 | 11.78 | 5.52 | - |
| YUV | 89.39 | 111.42 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 52 | 60 | 0 | 0.70 | 0.66 | 0.32 | 356.07 | 0.54 | 0.44 |
| Hex | AE | 34 | 3C | 0 | 46 | 42 | 20 | 164 | 36 | 2C |
| Octal | 256 | 64 | 74 | 0 | 106 | 102 | 40 | 544 | 66 | 54 |
| Binary | 10101110 | 110100 | 111100 | 0 | 1000110 | 1000010 | 100000 | 101100100 | 110110 | 101100 |
Color Harmonies of #AE343C
Complementary color
Monochromatic Colors of #AE343C
Black with #AE343C
Text Example
Text Example
White with #AE343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE343C; }
p { color: rgb(174,52,60); }
H1.HeaderClassName
{
color: #AE343C;
}
.AnyTagClassName
{
color: #AE343C;
}
</style>
background-color css
<style>
a { background-color: #AE343C; }
a { background-color: rgb(174,52,60); }
div.DivClassName
{
background-color: #AE343C;
}
.BgClassName
{
background-color: #AE343C;
}
</style>
border-color css
<style>
span { border-color: #AE343C; }
span { border-color: rgb(174,52,60); }
td.TdClassName
{
border-color: #AE343C;
}
.TagClassName
{
border-color: #AE343C;
}
</style>