Shades of Fire Brick #AE260C
Tints of Fire Brick #AE260C
RGB
CMYK
RGB Variations
Color information
#AE260C (or 0xAE260C) is known color: Fire Brick. HEX triplet: AE, 26 and 0C. RGB value is (174,38,12). Sum of RGB (Red+Green+Blue) = 174+38+12=224 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.68% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 174 - color contains mainly: red. Hex color #AE260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE260C is #51D9F3. Grayscale: #4B4B4B. Windows color (decimal): -5364212 or 796334. OLE color: 796334.
HSL color Cylindrical-coordinate representation of color #AE260C: hue angle of 9.63º 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 #AE260C is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 38 | 12 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.32 |
| HSL | 9.63º | 0.87% | 0.36% | - |
| HSV(B) | 9.63º | 0.93% | 0.68% | - |
| XYZ | 18.22 | 10.41 | 1.4 | - |
| YUV | 75.7 | 92.06 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 12 | 0 | 0.78 | 0.93 | 0.32 | 9.63 | 0.87 | 0.36 |
| Hex | AE | 26 | C | 0 | 4E | 5D | 20 | A | 57 | 24 |
| Octal | 256 | 46 | 14 | 0 | 116 | 135 | 40 | 12 | 127 | 44 |
| Binary | 10101110 | 100110 | 1100 | 0 | 1001110 | 1011101 | 100000 | 1010 | 1010111 | 100100 |
Color Harmonies of #AE260C
Complementary color
Monochromatic Colors of #AE260C
Black with #AE260C
Text Example
Text Example
White with #AE260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE260C; }
p { color: rgb(174,38,12); }
H1.HeaderClassName
{
color: #AE260C;
}
.AnyTagClassName
{
color: #AE260C;
}
</style>
background-color css
<style>
a { background-color: #AE260C; }
a { background-color: rgb(174,38,12); }
div.DivClassName
{
background-color: #AE260C;
}
.BgClassName
{
background-color: #AE260C;
}
</style>
border-color css
<style>
span { border-color: #AE260C; }
span { border-color: rgb(174,38,12); }
td.TdClassName
{
border-color: #AE260C;
}
.TagClassName
{
border-color: #AE260C;
}
</style>