Shades of Fire Brick #AE260F
Tints of Fire Brick #AE260F
RGB
CMYK
RGB Variations
Color information
#AE260F (or 0xAE260F) is known color: Fire Brick. HEX triplet: AE, 26 and 0F. RGB value is (174,38,15). Sum of RGB (Red+Green+Blue) = 174+38+15=227 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.65% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 174 - color contains mainly: red. Hex color #AE260F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE260F is #51D9F0. Grayscale: #4C4C4C. Windows color (decimal): -5364209 or 992942. OLE color: 992942.
HSL color Cylindrical-coordinate representation of color #AE260F: hue angle of 8.68º 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 #AE260F is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 38 | 15 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.32 |
| HSL | 8.68º | 0.84% | 0.37% | - |
| HSV(B) | 8.68º | 0.91% | 0.68% | - |
| XYZ | 18.23 | 10.42 | 1.5 | - |
| YUV | 76.04 | 93.56 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 15 | 0 | 0.78 | 0.91 | 0.32 | 8.68 | 0.84 | 0.37 |
| Hex | AE | 26 | F | 0 | 4E | 5B | 20 | 9 | 54 | 25 |
| Octal | 256 | 46 | 17 | 0 | 116 | 133 | 40 | 11 | 124 | 45 |
| Binary | 10101110 | 100110 | 1111 | 0 | 1001110 | 1011011 | 100000 | 1001 | 1010100 | 100101 |
Color Harmonies of #AE260F
Complementary color
Monochromatic Colors of #AE260F
Black with #AE260F
Text Example
Text Example
White with #AE260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE260F; }
p { color: rgb(174,38,15); }
H1.HeaderClassName
{
color: #AE260F;
}
.AnyTagClassName
{
color: #AE260F;
}
</style>
background-color css
<style>
a { background-color: #AE260F; }
a { background-color: rgb(174,38,15); }
div.DivClassName
{
background-color: #AE260F;
}
.BgClassName
{
background-color: #AE260F;
}
</style>
border-color css
<style>
span { border-color: #AE260F; }
span { border-color: rgb(174,38,15); }
td.TdClassName
{
border-color: #AE260F;
}
.TagClassName
{
border-color: #AE260F;
}
</style>