Shades of Fire Brick #AE120F
Tints of Fire Brick #AE120F
RGB
CMYK
RGB Variations
Color information
#AE120F (or 0xAE120F) is known color: Fire Brick. HEX triplet: AE, 12 and 0F. RGB value is (174,18,15). Sum of RGB (Red+Green+Blue) = 174+18+15=207 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.06% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 174 - color contains mainly: red. Hex color #AE120F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE120F is #51EDF0. Grayscale: #404040. Windows color (decimal): -5369329 or 987822. OLE color: 987822.
HSL color Cylindrical-coordinate representation of color #AE120F: hue angle of 1.13º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE120F is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 18 | 15 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.32 |
| HSL | 1.13º | 0.84% | 0.37% | - |
| HSV(B) | 1.13º | 0.91% | 0.68% | - |
| XYZ | 17.76 | 9.47 | 1.34 | - |
| YUV | 64.3 | 100.18 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 18 | 15 | 0 | 0.90 | 0.91 | 0.32 | 1.13 | 0.84 | 0.37 |
| Hex | AE | 12 | F | 0 | 5A | 5B | 20 | 1 | 54 | 25 |
| Octal | 256 | 22 | 17 | 0 | 132 | 133 | 40 | 1 | 124 | 45 |
| Binary | 10101110 | 10010 | 1111 | 0 | 1011010 | 1011011 | 100000 | 1 | 1010100 | 100101 |
Color Harmonies of #AE120F
Complementary color
Monochromatic Colors of #AE120F
Black with #AE120F
Text Example
Text Example
White with #AE120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE120F; }
p { color: rgb(174,18,15); }
H1.HeaderClassName
{
color: #AE120F;
}
.AnyTagClassName
{
color: #AE120F;
}
</style>
background-color css
<style>
a { background-color: #AE120F; }
a { background-color: rgb(174,18,15); }
div.DivClassName
{
background-color: #AE120F;
}
.BgClassName
{
background-color: #AE120F;
}
</style>
border-color css
<style>
span { border-color: #AE120F; }
span { border-color: rgb(174,18,15); }
td.TdClassName
{
border-color: #AE120F;
}
.TagClassName
{
border-color: #AE120F;
}
</style>