Shades of Fire Brick #AA2E15
Tints of Fire Brick #AA2E15
RGB
CMYK
RGB Variations
Color information
#AA2E15 (or 0xAA2E15) is known color: Fire Brick. HEX triplet: AA, 2E and 15. RGB value is (170,46,21). Sum of RGB (Red+Green+Blue) = 170+46+21=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2E15 is #55D1EA. Grayscale: #505050. Windows color (decimal): -5624299 or 1388202. OLE color: 1388202.
HSL color Cylindrical-coordinate representation of color #AA2E15: hue angle of 10.07º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA2E15 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 21 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.33 |
| HSL | 10.07º | 0.78% | 0.37% | - |
| HSV(B) | 10.07º | 0.88% | 0.67% | - |
| XYZ | 17.69 | 10.55 | 1.81 | - |
| YUV | 80.23 | 94.58 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 21 | 0 | 0.73 | 0.88 | 0.33 | 10.07 | 0.78 | 0.37 |
| Hex | AA | 2E | 15 | 0 | 49 | 58 | 21 | A | 4E | 25 |
| Octal | 252 | 56 | 25 | 0 | 111 | 130 | 41 | 12 | 116 | 45 |
| Binary | 10101010 | 101110 | 10101 | 0 | 1001001 | 1011000 | 100001 | 1010 | 1001110 | 100101 |
Color Harmonies of #AA2E15
Complementary color
Monochromatic Colors of #AA2E15
Black with #AA2E15
Text Example
Text Example
White with #AA2E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E15; }
p { color: rgb(170,46,21); }
H1.HeaderClassName
{
color: #AA2E15;
}
.AnyTagClassName
{
color: #AA2E15;
}
</style>
background-color css
<style>
a { background-color: #AA2E15; }
a { background-color: rgb(170,46,21); }
div.DivClassName
{
background-color: #AA2E15;
}
.BgClassName
{
background-color: #AA2E15;
}
</style>
border-color css
<style>
span { border-color: #AA2E15; }
span { border-color: rgb(170,46,21); }
td.TdClassName
{
border-color: #AA2E15;
}
.TagClassName
{
border-color: #AA2E15;
}
</style>