Shades of Fire Brick #AA180B
Tints of Fire Brick #AA180B
RGB
CMYK
RGB Variations
Color information
#AA180B (or 0xAA180B) is known color: Fire Brick. HEX triplet: AA, 18 and 0B. RGB value is (170,24,11). Sum of RGB (Red+Green+Blue) = 170+24+11=205 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.93% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 170 - color contains mainly: red. Hex color #AA180B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA180B is #55E7F4. Grayscale: #424242. Windows color (decimal): -5629941 or 727210. OLE color: 727210.
HSL color Cylindrical-coordinate representation of color #AA180B: hue angle of 4.91º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA180B is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 11 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.33 |
| HSL | 4.91º | 0.88% | 0.35% | - |
| HSV(B) | 4.91º | 0.94% | 0.67% | - |
| XYZ | 16.96 | 9.22 | 1.2 | - |
| YUV | 66.17 | 96.87 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 11 | 0 | 0.86 | 0.94 | 0.33 | 4.91 | 0.88 | 0.35 |
| Hex | AA | 18 | B | 0 | 56 | 5E | 21 | 5 | 58 | 23 |
| Octal | 252 | 30 | 13 | 0 | 126 | 136 | 41 | 5 | 130 | 43 |
| Binary | 10101010 | 11000 | 1011 | 0 | 1010110 | 1011110 | 100001 | 101 | 1011000 | 100011 |
Color Harmonies of #AA180B
Complementary color
Monochromatic Colors of #AA180B
Black with #AA180B
Text Example
Text Example
White with #AA180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA180B; }
p { color: rgb(170,24,11); }
H1.HeaderClassName
{
color: #AA180B;
}
.AnyTagClassName
{
color: #AA180B;
}
</style>
background-color css
<style>
a { background-color: #AA180B; }
a { background-color: rgb(170,24,11); }
div.DivClassName
{
background-color: #AA180B;
}
.BgClassName
{
background-color: #AA180B;
}
</style>
border-color css
<style>
span { border-color: #AA180B; }
span { border-color: rgb(170,24,11); }
td.TdClassName
{
border-color: #AA180B;
}
.TagClassName
{
border-color: #AA180B;
}
</style>