Shades of Fire Brick #AE130F
Tints of Fire Brick #AE130F
RGB
CMYK
RGB Variations
Color information
#AE130F (or 0xAE130F) is known color: Fire Brick. HEX triplet: AE, 13 and 0F. RGB value is (174,19,15). Sum of RGB (Red+Green+Blue) = 174+19+15=208 (27% of max value = 765). Red value is 174 (68.36% from 255 or 83.65% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 174 - color contains mainly: red. Hex color #AE130F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE130F is #51ECF0. Grayscale: #414141. Windows color (decimal): -5369073 or 988078. OLE color: 988078.
HSL color Cylindrical-coordinate representation of color #AE130F: hue angle of 1.51º 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 #AE130F is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 19 | 15 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.32 |
| HSL | 1.51º | 0.84% | 0.37% | - |
| HSV(B) | 1.51º | 0.91% | 0.68% | - |
| XYZ | 17.77 | 9.5 | 1.35 | - |
| YUV | 64.89 | 99.85 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 19 | 15 | 0 | 0.89 | 0.91 | 0.32 | 1.51 | 0.84 | 0.37 |
| Hex | AE | 13 | F | 0 | 59 | 5B | 20 | 2 | 54 | 25 |
| Octal | 256 | 23 | 17 | 0 | 131 | 133 | 40 | 2 | 124 | 45 |
| Binary | 10101110 | 10011 | 1111 | 0 | 1011001 | 1011011 | 100000 | 10 | 1010100 | 100101 |
Color Harmonies of #AE130F
Complementary color
Monochromatic Colors of #AE130F
Black with #AE130F
Text Example
Text Example
White with #AE130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE130F; }
p { color: rgb(174,19,15); }
H1.HeaderClassName
{
color: #AE130F;
}
.AnyTagClassName
{
color: #AE130F;
}
</style>
background-color css
<style>
a { background-color: #AE130F; }
a { background-color: rgb(174,19,15); }
div.DivClassName
{
background-color: #AE130F;
}
.BgClassName
{
background-color: #AE130F;
}
</style>
border-color css
<style>
span { border-color: #AE130F; }
span { border-color: rgb(174,19,15); }
td.TdClassName
{
border-color: #AE130F;
}
.TagClassName
{
border-color: #AE130F;
}
</style>