Shades of Fire Brick #AE270C
Tints of Fire Brick #AE270C
RGB
CMYK
RGB Variations
Color information
#AE270C (or 0xAE270C) is known color: Fire Brick. HEX triplet: AE, 27 and 0C. RGB value is (174,39,12). Sum of RGB (Red+Green+Blue) = 174+39+12=225 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.33% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 174 - color contains mainly: red. Hex color #AE270C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE270C is #51D8F3. Grayscale: #4C4C4C. Windows color (decimal): -5363956 or 796590. OLE color: 796590.
HSL color Cylindrical-coordinate representation of color #AE270C: hue angle of 10º 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 #AE270C is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 39 | 12 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.32 |
| HSL | 10º | 0.87% | 0.36% | - |
| HSV(B) | 10º | 0.93% | 0.68% | - |
| XYZ | 18.25 | 10.48 | 1.41 | - |
| YUV | 76.29 | 91.73 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 39 | 12 | 0 | 0.78 | 0.93 | 0.32 | 10 | 0.87 | 0.36 |
| Hex | AE | 27 | C | 0 | 4E | 5D | 20 | A | 57 | 24 |
| Octal | 256 | 47 | 14 | 0 | 116 | 135 | 40 | 12 | 127 | 44 |
| Binary | 10101110 | 100111 | 1100 | 0 | 1001110 | 1011101 | 100000 | 1010 | 1010111 | 100100 |
Color Harmonies of #AE270C
Complementary color
Monochromatic Colors of #AE270C
Black with #AE270C
Text Example
Text Example
White with #AE270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE270C; }
p { color: rgb(174,39,12); }
H1.HeaderClassName
{
color: #AE270C;
}
.AnyTagClassName
{
color: #AE270C;
}
</style>
background-color css
<style>
a { background-color: #AE270C; }
a { background-color: rgb(174,39,12); }
div.DivClassName
{
background-color: #AE270C;
}
.BgClassName
{
background-color: #AE270C;
}
</style>
border-color css
<style>
span { border-color: #AE270C; }
span { border-color: rgb(174,39,12); }
td.TdClassName
{
border-color: #AE270C;
}
.TagClassName
{
border-color: #AE270C;
}
</style>