Shades of Fire Brick #AA2015
Tints of Fire Brick #AA2015
RGB
CMYK
RGB Variations
Color information
#AA2015 (or 0xAA2015) is known color: Fire Brick. HEX triplet: AA, 20 and 15. RGB value is (170,32,21). Sum of RGB (Red+Green+Blue) = 170+32+21=223 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.23% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2015 is #55DFEA. Grayscale: #484848. Windows color (decimal): -5627883 or 1384618. OLE color: 1384618.
HSL color Cylindrical-coordinate representation of color #AA2015: hue angle of 4.43º 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 #AA2015 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 21 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.33 |
| HSL | 4.43º | 0.78% | 0.37% | - |
| HSV(B) | 4.43º | 0.88% | 0.67% | - |
| XYZ | 17.23 | 9.63 | 1.66 | - |
| YUV | 72.01 | 99.22 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 21 | 0 | 0.81 | 0.88 | 0.33 | 4.43 | 0.78 | 0.37 |
| Hex | AA | 20 | 15 | 0 | 51 | 58 | 21 | 4 | 4E | 25 |
| Octal | 252 | 40 | 25 | 0 | 121 | 130 | 41 | 4 | 116 | 45 |
| Binary | 10101010 | 100000 | 10101 | 0 | 1010001 | 1011000 | 100001 | 100 | 1001110 | 100101 |
Color Harmonies of #AA2015
Complementary color
Monochromatic Colors of #AA2015
Black with #AA2015
Text Example
Text Example
White with #AA2015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2015; }
p { color: rgb(170,32,21); }
H1.HeaderClassName
{
color: #AA2015;
}
.AnyTagClassName
{
color: #AA2015;
}
</style>
background-color css
<style>
a { background-color: #AA2015; }
a { background-color: rgb(170,32,21); }
div.DivClassName
{
background-color: #AA2015;
}
.BgClassName
{
background-color: #AA2015;
}
</style>
border-color css
<style>
span { border-color: #AA2015; }
span { border-color: rgb(170,32,21); }
td.TdClassName
{
border-color: #AA2015;
}
.TagClassName
{
border-color: #AA2015;
}
</style>