Shades of Fire Brick #AA2C15
Tints of Fire Brick #AA2C15
RGB
CMYK
RGB Variations
Color information
#AA2C15 (or 0xAA2C15) is known color: Fire Brick. HEX triplet: AA, 2C and 15. RGB value is (170,44,21). Sum of RGB (Red+Green+Blue) = 170+44+21=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2C15 is #55D3EA. Grayscale: #4F4F4F. Windows color (decimal): -5624811 or 1387690. OLE color: 1387690.
HSL color Cylindrical-coordinate representation of color #AA2C15: hue angle of 9.26º 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 #AA2C15 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 44 | 21 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.33 |
| HSL | 9.26º | 0.78% | 0.37% | - |
| HSV(B) | 9.26º | 0.88% | 0.67% | - |
| XYZ | 17.61 | 10.4 | 1.79 | - |
| YUV | 79.05 | 95.24 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 21 | 0 | 0.74 | 0.88 | 0.33 | 9.26 | 0.78 | 0.37 |
| Hex | AA | 2C | 15 | 0 | 4A | 58 | 21 | 9 | 4E | 25 |
| Octal | 252 | 54 | 25 | 0 | 112 | 130 | 41 | 11 | 116 | 45 |
| Binary | 10101010 | 101100 | 10101 | 0 | 1001010 | 1011000 | 100001 | 1001 | 1001110 | 100101 |
Color Harmonies of #AA2C15
Complementary color
Monochromatic Colors of #AA2C15
Black with #AA2C15
Text Example
Text Example
White with #AA2C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2C15; }
p { color: rgb(170,44,21); }
H1.HeaderClassName
{
color: #AA2C15;
}
.AnyTagClassName
{
color: #AA2C15;
}
</style>
background-color css
<style>
a { background-color: #AA2C15; }
a { background-color: rgb(170,44,21); }
div.DivClassName
{
background-color: #AA2C15;
}
.BgClassName
{
background-color: #AA2C15;
}
</style>
border-color css
<style>
span { border-color: #AA2C15; }
span { border-color: rgb(170,44,21); }
td.TdClassName
{
border-color: #AA2C15;
}
.TagClassName
{
border-color: #AA2C15;
}
</style>