Shades of Fire Brick #AE120C
Tints of Fire Brick #AE120C
RGB
CMYK
RGB Variations
Color information
#AE120C (or 0xAE120C) is known color: Fire Brick. HEX triplet: AE, 12 and 0C. RGB value is (174,18,12). Sum of RGB (Red+Green+Blue) = 174+18+12=204 (27% of max value = 765). Red value is 174 (68.36% from 255 or 85.29% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 174 - color contains mainly: red. Hex color #AE120C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE120C is #51EDF3. Grayscale: #404040. Windows color (decimal): -5369332 or 791214. OLE color: 791214.
HSL color Cylindrical-coordinate representation of color #AE120C: hue angle of 2.22º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE120C is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 18 | 12 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.32 |
| HSL | 2.22º | 0.87% | 0.36% | - |
| HSV(B) | 2.22º | 0.93% | 0.68% | - |
| XYZ | 17.74 | 9.46 | 1.24 | - |
| YUV | 63.96 | 98.68 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 18 | 12 | 0 | 0.90 | 0.93 | 0.32 | 2.22 | 0.87 | 0.36 |
| Hex | AE | 12 | C | 0 | 5A | 5D | 20 | 2 | 57 | 24 |
| Octal | 256 | 22 | 14 | 0 | 132 | 135 | 40 | 2 | 127 | 44 |
| Binary | 10101110 | 10010 | 1100 | 0 | 1011010 | 1011101 | 100000 | 10 | 1010111 | 100100 |
Color Harmonies of #AE120C
Complementary color
Monochromatic Colors of #AE120C
Black with #AE120C
Text Example
Text Example
White with #AE120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE120C; }
p { color: rgb(174,18,12); }
H1.HeaderClassName
{
color: #AE120C;
}
.AnyTagClassName
{
color: #AE120C;
}
</style>
background-color css
<style>
a { background-color: #AE120C; }
a { background-color: rgb(174,18,12); }
div.DivClassName
{
background-color: #AE120C;
}
.BgClassName
{
background-color: #AE120C;
}
</style>
border-color css
<style>
span { border-color: #AE120C; }
span { border-color: rgb(174,18,12); }
td.TdClassName
{
border-color: #AE120C;
}
.TagClassName
{
border-color: #AE120C;
}
</style>