Shades of Brick Red #AE363D
Tints of Brick Red #AE363D
RGB
CMYK
RGB Variations
Color information
#AE363D (or 0xAE363D) is known color: Brick Red. HEX triplet: AE, 36 and 3D. RGB value is (174,54,61). Sum of RGB (Red+Green+Blue) = 174+54+61=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE363D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE363D is #51C9C2. Grayscale: #5A5A5A. Windows color (decimal): -5360067 or 4011694. OLE color: 4011694.
HSL color Cylindrical-coordinate representation of color #AE363D: hue angle of 356.5º 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 #AE363D is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 54 | 61 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.32 |
| HSL | 356.5º | 0.53% | 0.45% | - |
| HSV(B) | 356.5º | 0.69% | 0.68% | - |
| XYZ | 19.62 | 11.97 | 5.69 | - |
| YUV | 90.68 | 111.26 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 54 | 61 | 0 | 0.69 | 0.65 | 0.32 | 356.5 | 0.53 | 0.45 |
| Hex | AE | 36 | 3D | 0 | 45 | 41 | 20 | 164 | 35 | 2D |
| Octal | 256 | 66 | 75 | 0 | 105 | 101 | 40 | 544 | 65 | 55 |
| Binary | 10101110 | 110110 | 111101 | 0 | 1000101 | 1000001 | 100000 | 101100100 | 110101 | 101101 |
Color Harmonies of #AE363D
Complementary color
Monochromatic Colors of #AE363D
Black with #AE363D
Text Example
Text Example
White with #AE363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE363D; }
p { color: rgb(174,54,61); }
H1.HeaderClassName
{
color: #AE363D;
}
.AnyTagClassName
{
color: #AE363D;
}
</style>
background-color css
<style>
a { background-color: #AE363D; }
a { background-color: rgb(174,54,61); }
div.DivClassName
{
background-color: #AE363D;
}
.BgClassName
{
background-color: #AE363D;
}
</style>
border-color css
<style>
span { border-color: #AE363D; }
span { border-color: rgb(174,54,61); }
td.TdClassName
{
border-color: #AE363D;
}
.TagClassName
{
border-color: #AE363D;
}
</style>