Shades of Fire Brick #AA130E
Tints of Fire Brick #AA130E
RGB
CMYK
RGB Variations
Color information
#AA130E (or 0xAA130E) is known color: Fire Brick. HEX triplet: AA, 13 and 0E. RGB value is (170,19,14). Sum of RGB (Red+Green+Blue) = 170+19+14=203 (26% of max value = 765). Red value is 170 (66.80% from 255 or 83.74% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 170 - color contains mainly: red. Hex color #AA130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA130E is #55ECF1. Grayscale: #3F3F3F. Windows color (decimal): -5631218 or 922538. OLE color: 922538.
HSL color Cylindrical-coordinate representation of color #AA130E: hue angle of 1.92º 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 #AA130E is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 14 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.33 |
| HSL | 1.92º | 0.85% | 0.36% | - |
| HSV(B) | 1.92º | 0.92% | 0.67% | - |
| XYZ | 16.89 | 9.04 | 1.27 | - |
| YUV | 63.58 | 100.03 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 14 | 0 | 0.89 | 0.92 | 0.33 | 1.92 | 0.85 | 0.36 |
| Hex | AA | 13 | E | 0 | 59 | 5C | 21 | 2 | 55 | 24 |
| Octal | 252 | 23 | 16 | 0 | 131 | 134 | 41 | 2 | 125 | 44 |
| Binary | 10101010 | 10011 | 1110 | 0 | 1011001 | 1011100 | 100001 | 10 | 1010101 | 100100 |
Color Harmonies of #AA130E
Complementary color
Monochromatic Colors of #AA130E
Black with #AA130E
Text Example
Text Example
White with #AA130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA130E; }
p { color: rgb(170,19,14); }
H1.HeaderClassName
{
color: #AA130E;
}
.AnyTagClassName
{
color: #AA130E;
}
</style>
background-color css
<style>
a { background-color: #AA130E; }
a { background-color: rgb(170,19,14); }
div.DivClassName
{
background-color: #AA130E;
}
.BgClassName
{
background-color: #AA130E;
}
</style>
border-color css
<style>
span { border-color: #AA130E; }
span { border-color: rgb(170,19,14); }
td.TdClassName
{
border-color: #AA130E;
}
.TagClassName
{
border-color: #AA130E;
}
</style>