Shades of Brick Red #AE393F
Tints of Brick Red #AE393F
RGB
CMYK
RGB Variations
Color information
#AE393F (or 0xAE393F) is known color: Brick Red. HEX triplet: AE, 39 and 3F. RGB value is (174,57,63). Sum of RGB (Red+Green+Blue) = 174+57+63=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE393F is #51C6C0. Grayscale: #5C5C5C. Windows color (decimal): -5359297 or 4143534. OLE color: 4143534.
HSL color Cylindrical-coordinate representation of color #AE393F: hue angle of 356.92º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE393F is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 57 | 63 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.32 |
| HSL | 356.92º | 0.51% | 0.45% | - |
| HSV(B) | 356.92º | 0.67% | 0.68% | - |
| XYZ | 19.82 | 12.28 | 6.03 | - |
| YUV | 92.67 | 111.26 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 57 | 63 | 0 | 0.67 | 0.64 | 0.32 | 356.92 | 0.51 | 0.45 |
| Hex | AE | 39 | 3F | 0 | 43 | 40 | 20 | 165 | 33 | 2D |
| Octal | 256 | 71 | 77 | 0 | 103 | 100 | 40 | 545 | 63 | 55 |
| Binary | 10101110 | 111001 | 111111 | 0 | 1000011 | 1000000 | 100000 | 101100101 | 110011 | 101101 |
Color Harmonies of #AE393F
Complementary color
Monochromatic Colors of #AE393F
Black with #AE393F
Text Example
Text Example
White with #AE393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE393F; }
p { color: rgb(174,57,63); }
H1.HeaderClassName
{
color: #AE393F;
}
.AnyTagClassName
{
color: #AE393F;
}
</style>
background-color css
<style>
a { background-color: #AE393F; }
a { background-color: rgb(174,57,63); }
div.DivClassName
{
background-color: #AE393F;
}
.BgClassName
{
background-color: #AE393F;
}
</style>
border-color css
<style>
span { border-color: #AE393F; }
span { border-color: rgb(174,57,63); }
td.TdClassName
{
border-color: #AE393F;
}
.TagClassName
{
border-color: #AE393F;
}
</style>