Shades of Brick Red #AE313B
Tints of Brick Red #AE313B
RGB
CMYK
RGB Variations
Color information
#AE313B (or 0xAE313B) is known color: Brick Red. HEX triplet: AE, 31 and 3B. RGB value is (174,49,59). Sum of RGB (Red+Green+Blue) = 174+49+59=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE313B is #51CEC4. Grayscale: #575757. Windows color (decimal): -5361349 or 3879342. OLE color: 3879342.
HSL color Cylindrical-coordinate representation of color #AE313B: hue angle of 355.2º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE313B is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 49 | 59 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.32 |
| HSL | 355.2º | 0.56% | 0.44% | - |
| HSV(B) | 355.2º | 0.72% | 0.68% | - |
| XYZ | 19.34 | 11.51 | 5.34 | - |
| YUV | 87.52 | 111.91 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 49 | 59 | 0 | 0.72 | 0.66 | 0.32 | 355.2 | 0.56 | 0.44 |
| Hex | AE | 31 | 3B | 0 | 48 | 42 | 20 | 163 | 38 | 2C |
| Octal | 256 | 61 | 73 | 0 | 110 | 102 | 40 | 543 | 70 | 54 |
| Binary | 10101110 | 110001 | 111011 | 0 | 1001000 | 1000010 | 100000 | 101100011 | 111000 | 101100 |
Color Harmonies of #AE313B
Complementary color
Monochromatic Colors of #AE313B
Black with #AE313B
Text Example
Text Example
White with #AE313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE313B; }
p { color: rgb(174,49,59); }
H1.HeaderClassName
{
color: #AE313B;
}
.AnyTagClassName
{
color: #AE313B;
}
</style>
background-color css
<style>
a { background-color: #AE313B; }
a { background-color: rgb(174,49,59); }
div.DivClassName
{
background-color: #AE313B;
}
.BgClassName
{
background-color: #AE313B;
}
</style>
border-color css
<style>
span { border-color: #AE313B; }
span { border-color: rgb(174,49,59); }
td.TdClassName
{
border-color: #AE313B;
}
.TagClassName
{
border-color: #AE313B;
}
</style>