Shades of Brick Red #AE373B
Tints of Brick Red #AE373B
RGB
CMYK
RGB Variations
Color information
#AE373B (or 0xAE373B) is known color: Brick Red. HEX triplet: AE, 37 and 3B. RGB value is (174,55,59). Sum of RGB (Red+Green+Blue) = 174+55+59=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE373B is #51C8C4. Grayscale: #5B5B5B. Windows color (decimal): -5359813 or 3880878. OLE color: 3880878.
HSL color Cylindrical-coordinate representation of color #AE373B: hue angle of 357.98º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE373B is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 55 | 59 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.32 |
| HSL | 357.98º | 0.52% | 0.45% | - |
| HSV(B) | 357.98º | 0.68% | 0.68% | - |
| XYZ | 19.61 | 12.05 | 5.43 | - |
| YUV | 91.04 | 109.92 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 59 | 0 | 0.68 | 0.66 | 0.32 | 357.98 | 0.52 | 0.45 |
| Hex | AE | 37 | 3B | 0 | 44 | 42 | 20 | 166 | 34 | 2D |
| Octal | 256 | 67 | 73 | 0 | 104 | 102 | 40 | 546 | 64 | 55 |
| Binary | 10101110 | 110111 | 111011 | 0 | 1000100 | 1000010 | 100000 | 101100110 | 110100 | 101101 |
Color Harmonies of #AE373B
Complementary color
Monochromatic Colors of #AE373B
Black with #AE373B
Text Example
Text Example
White with #AE373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE373B; }
p { color: rgb(174,55,59); }
H1.HeaderClassName
{
color: #AE373B;
}
.AnyTagClassName
{
color: #AE373B;
}
</style>
background-color css
<style>
a { background-color: #AE373B; }
a { background-color: rgb(174,55,59); }
div.DivClassName
{
background-color: #AE373B;
}
.BgClassName
{
background-color: #AE373B;
}
</style>
border-color css
<style>
span { border-color: #AE373B; }
span { border-color: rgb(174,55,59); }
td.TdClassName
{
border-color: #AE373B;
}
.TagClassName
{
border-color: #AE373B;
}
</style>