Shades of Fire Brick #AA180E
Tints of Fire Brick #AA180E
RGB
CMYK
RGB Variations
Color information
#AA180E (or 0xAA180E) is known color: Fire Brick. HEX triplet: AA, 18 and 0E. RGB value is (170,24,14). Sum of RGB (Red+Green+Blue) = 170+24+14=208 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.73% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 170 - color contains mainly: red. Hex color #AA180E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA180E is #55E7F1. Grayscale: #424242. Windows color (decimal): -5629938 or 923818. OLE color: 923818.
HSL color Cylindrical-coordinate representation of color #AA180E: hue angle of 3.85º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA180E is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 14 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.33 |
| HSL | 3.85º | 0.85% | 0.36% | - |
| HSV(B) | 3.85º | 0.92% | 0.67% | - |
| XYZ | 16.98 | 9.23 | 1.3 | - |
| YUV | 66.51 | 98.37 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 14 | 0 | 0.86 | 0.92 | 0.33 | 3.85 | 0.85 | 0.36 |
| Hex | AA | 18 | E | 0 | 56 | 5C | 21 | 4 | 55 | 24 |
| Octal | 252 | 30 | 16 | 0 | 126 | 134 | 41 | 4 | 125 | 44 |
| Binary | 10101010 | 11000 | 1110 | 0 | 1010110 | 1011100 | 100001 | 100 | 1010101 | 100100 |
Color Harmonies of #AA180E
Complementary color
Monochromatic Colors of #AA180E
Black with #AA180E
Text Example
Text Example
White with #AA180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA180E; }
p { color: rgb(170,24,14); }
H1.HeaderClassName
{
color: #AA180E;
}
.AnyTagClassName
{
color: #AA180E;
}
</style>
background-color css
<style>
a { background-color: #AA180E; }
a { background-color: rgb(170,24,14); }
div.DivClassName
{
background-color: #AA180E;
}
.BgClassName
{
background-color: #AA180E;
}
</style>
border-color css
<style>
span { border-color: #AA180E; }
span { border-color: rgb(170,24,14); }
td.TdClassName
{
border-color: #AA180E;
}
.TagClassName
{
border-color: #AA180E;
}
</style>