Shades of Fire Brick #AE331C
Tints of Fire Brick #AE331C
RGB
CMYK
RGB Variations
Color information
#AE331C (or 0xAE331C) is known color: Fire Brick. HEX triplet: AE, 33 and 1C. RGB value is (174,51,28). Sum of RGB (Red+Green+Blue) = 174+51+28=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE331C is #51CCE3. Grayscale: #555555. Windows color (decimal): -5360868 or 1848238. OLE color: 1848238.
HSL color Cylindrical-coordinate representation of color #AE331C: hue angle of 9.45º 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 #AE331C is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 51 | 28 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.32 |
| HSL | 9.45º | 0.72% | 0.4% | - |
| HSV(B) | 9.45º | 0.84% | 0.68% | - |
| XYZ | 18.85 | 11.45 | 2.32 | - |
| YUV | 85.16 | 95.75 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 51 | 28 | 0 | 0.71 | 0.84 | 0.32 | 9.45 | 0.72 | 0.4 |
| Hex | AE | 33 | 1C | 0 | 47 | 54 | 20 | 9 | 48 | 28 |
| Octal | 256 | 63 | 34 | 0 | 107 | 124 | 40 | 11 | 110 | 50 |
| Binary | 10101110 | 110011 | 11100 | 0 | 1000111 | 1010100 | 100000 | 1001 | 1001000 | 101000 |
Color Harmonies of #AE331C
Complementary color
Monochromatic Colors of #AE331C
Black with #AE331C
Text Example
Text Example
White with #AE331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE331C; }
p { color: rgb(174,51,28); }
H1.HeaderClassName
{
color: #AE331C;
}
.AnyTagClassName
{
color: #AE331C;
}
</style>
background-color css
<style>
a { background-color: #AE331C; }
a { background-color: rgb(174,51,28); }
div.DivClassName
{
background-color: #AE331C;
}
.BgClassName
{
background-color: #AE331C;
}
</style>
border-color css
<style>
span { border-color: #AE331C; }
span { border-color: rgb(174,51,28); }
td.TdClassName
{
border-color: #AE331C;
}
.TagClassName
{
border-color: #AE331C;
}
</style>