Shades of Fire Brick #AA1915
Tints of Fire Brick #AA1915
RGB
CMYK
RGB Variations
Color information
#AA1915 (or 0xAA1915) is known color: Fire Brick. HEX triplet: AA, 19 and 15. RGB value is (170,25,21). Sum of RGB (Red+Green+Blue) = 170+25+21=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1915 is #55E6EA. Grayscale: #444444. Windows color (decimal): -5629675 or 1382826. OLE color: 1382826.
HSL color Cylindrical-coordinate representation of color #AA1915: hue angle of 1.61º 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 #AA1915 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 21 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.33 |
| HSL | 1.61º | 0.78% | 0.37% | - |
| HSV(B) | 1.61º | 0.88% | 0.67% | - |
| XYZ | 17.06 | 9.3 | 1.6 | - |
| YUV | 67.9 | 101.54 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 21 | 0 | 0.85 | 0.88 | 0.33 | 1.61 | 0.78 | 0.37 |
| Hex | AA | 19 | 15 | 0 | 55 | 58 | 21 | 2 | 4E | 25 |
| Octal | 252 | 31 | 25 | 0 | 125 | 130 | 41 | 2 | 116 | 45 |
| Binary | 10101010 | 11001 | 10101 | 0 | 1010101 | 1011000 | 100001 | 10 | 1001110 | 100101 |
Color Harmonies of #AA1915
Complementary color
Monochromatic Colors of #AA1915
Black with #AA1915
Text Example
Text Example
White with #AA1915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1915; }
p { color: rgb(170,25,21); }
H1.HeaderClassName
{
color: #AA1915;
}
.AnyTagClassName
{
color: #AA1915;
}
</style>
background-color css
<style>
a { background-color: #AA1915; }
a { background-color: rgb(170,25,21); }
div.DivClassName
{
background-color: #AA1915;
}
.BgClassName
{
background-color: #AA1915;
}
</style>
border-color css
<style>
span { border-color: #AA1915; }
span { border-color: rgb(170,25,21); }
td.TdClassName
{
border-color: #AA1915;
}
.TagClassName
{
border-color: #AA1915;
}
</style>