Shades of Fire Brick #AA140E
Tints of Fire Brick #AA140E
RGB
CMYK
RGB Variations
Color information
#AA140E (or 0xAA140E) is known color: Fire Brick. HEX triplet: AA, 14 and 0E. RGB value is (170,20,14). Sum of RGB (Red+Green+Blue) = 170+20+14=204 (27% of max value = 765). Red value is 170 (66.80% from 255 or 83.33% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 170 - color contains mainly: red. Hex color #AA140E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA140E is #55EBF1. Grayscale: #404040. Windows color (decimal): -5630962 or 922794. OLE color: 922794.
HSL color Cylindrical-coordinate representation of color #AA140E: hue angle of 2.31º 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 #AA140E is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 14 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.33 |
| HSL | 2.31º | 0.85% | 0.36% | - |
| HSV(B) | 2.31º | 0.92% | 0.67% | - |
| XYZ | 16.91 | 9.08 | 1.28 | - |
| YUV | 64.17 | 99.7 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 14 | 0 | 0.88 | 0.92 | 0.33 | 2.31 | 0.85 | 0.36 |
| Hex | AA | 14 | E | 0 | 58 | 5C | 21 | 2 | 55 | 24 |
| Octal | 252 | 24 | 16 | 0 | 130 | 134 | 41 | 2 | 125 | 44 |
| Binary | 10101010 | 10100 | 1110 | 0 | 1011000 | 1011100 | 100001 | 10 | 1010101 | 100100 |
Color Harmonies of #AA140E
Complementary color
Monochromatic Colors of #AA140E
Black with #AA140E
Text Example
Text Example
White with #AA140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA140E; }
p { color: rgb(170,20,14); }
H1.HeaderClassName
{
color: #AA140E;
}
.AnyTagClassName
{
color: #AA140E;
}
</style>
background-color css
<style>
a { background-color: #AA140E; }
a { background-color: rgb(170,20,14); }
div.DivClassName
{
background-color: #AA140E;
}
.BgClassName
{
background-color: #AA140E;
}
</style>
border-color css
<style>
span { border-color: #AA140E; }
span { border-color: rgb(170,20,14); }
td.TdClassName
{
border-color: #AA140E;
}
.TagClassName
{
border-color: #AA140E;
}
</style>