Shades of Fire Brick #AA2E19
Tints of Fire Brick #AA2E19
RGB
CMYK
RGB Variations
Color information
#AA2E19 (or 0xAA2E19) is known color: Fire Brick. HEX triplet: AA, 2E and 19. RGB value is (170,46,25). Sum of RGB (Red+Green+Blue) = 170+46+25=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2E19 is #55D1E6. Grayscale: #505050. Windows color (decimal): -5624295 or 1650346. OLE color: 1650346.
HSL color Cylindrical-coordinate representation of color #AA2E19: hue angle of 8.69º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA2E19 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 25 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.33 |
| HSL | 8.69º | 0.74% | 0.38% | - |
| HSV(B) | 8.69º | 0.85% | 0.67% | - |
| XYZ | 17.73 | 10.57 | 2.03 | - |
| YUV | 80.68 | 96.58 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 25 | 0 | 0.73 | 0.85 | 0.33 | 8.69 | 0.74 | 0.38 |
| Hex | AA | 2E | 19 | 0 | 49 | 55 | 21 | 9 | 4A | 26 |
| Octal | 252 | 56 | 31 | 0 | 111 | 125 | 41 | 11 | 112 | 46 |
| Binary | 10101010 | 101110 | 11001 | 0 | 1001001 | 1010101 | 100001 | 1001 | 1001010 | 100110 |
Color Harmonies of #AA2E19
Complementary color
Monochromatic Colors of #AA2E19
Black with #AA2E19
Text Example
Text Example
White with #AA2E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E19; }
p { color: rgb(170,46,25); }
H1.HeaderClassName
{
color: #AA2E19;
}
.AnyTagClassName
{
color: #AA2E19;
}
</style>
background-color css
<style>
a { background-color: #AA2E19; }
a { background-color: rgb(170,46,25); }
div.DivClassName
{
background-color: #AA2E19;
}
.BgClassName
{
background-color: #AA2E19;
}
</style>
border-color css
<style>
span { border-color: #AA2E19; }
span { border-color: rgb(170,46,25); }
td.TdClassName
{
border-color: #AA2E19;
}
.TagClassName
{
border-color: #AA2E19;
}
</style>