Shades of Fire Brick #AE311C
Tints of Fire Brick #AE311C
RGB
CMYK
RGB Variations
Color information
#AE311C (or 0xAE311C) is known color: Fire Brick. HEX triplet: AE, 31 and 1C. RGB value is (174,49,28). Sum of RGB (Red+Green+Blue) = 174+49+28=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE311C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE311C is #51CEE3. Grayscale: #545454. Windows color (decimal): -5361380 or 1847726. OLE color: 1847726.
HSL color Cylindrical-coordinate representation of color #AE311C: hue angle of 8.63º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE311C is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 49 | 28 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.32 |
| HSL | 8.63º | 0.72% | 0.4% | - |
| HSV(B) | 8.63º | 0.84% | 0.68% | - |
| XYZ | 18.76 | 11.28 | 2.29 | - |
| YUV | 83.98 | 96.41 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 49 | 28 | 0 | 0.72 | 0.84 | 0.32 | 8.63 | 0.72 | 0.4 |
| Hex | AE | 31 | 1C | 0 | 48 | 54 | 20 | 9 | 48 | 28 |
| Octal | 256 | 61 | 34 | 0 | 110 | 124 | 40 | 11 | 110 | 50 |
| Binary | 10101110 | 110001 | 11100 | 0 | 1001000 | 1010100 | 100000 | 1001 | 1001000 | 101000 |
Color Harmonies of #AE311C
Complementary color
Monochromatic Colors of #AE311C
Black with #AE311C
Text Example
Text Example
White with #AE311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE311C; }
p { color: rgb(174,49,28); }
H1.HeaderClassName
{
color: #AE311C;
}
.AnyTagClassName
{
color: #AE311C;
}
</style>
background-color css
<style>
a { background-color: #AE311C; }
a { background-color: rgb(174,49,28); }
div.DivClassName
{
background-color: #AE311C;
}
.BgClassName
{
background-color: #AE311C;
}
</style>
border-color css
<style>
span { border-color: #AE311C; }
span { border-color: rgb(174,49,28); }
td.TdClassName
{
border-color: #AE311C;
}
.TagClassName
{
border-color: #AE311C;
}
</style>