Shades of Fire Brick #AA1904
Tints of Fire Brick #AA1904
RGB
CMYK
RGB Variations
Color information
#AA1904 (or 0xAA1904) is known color: Fire Brick. HEX triplet: AA, 19 and 04. RGB value is (170,25,4). Sum of RGB (Red+Green+Blue) = 170+25+4=199 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.43% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1904 is #55E6FB. Grayscale: #424242. Windows color (decimal): -5629692 or 268714. OLE color: 268714.
HSL color Cylindrical-coordinate representation of color #AA1904: hue angle of 7.59º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA1904 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.33 |
| HSL | 7.59º | 0.95% | 0.34% | - |
| HSV(B) | 7.59º | 0.98% | 0.67% | - |
| XYZ | 16.95 | 9.25 | 1.01 | - |
| YUV | 65.96 | 93.04 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 4 | 0 | 0.85 | 0.98 | 0.33 | 7.59 | 0.95 | 0.34 |
| Hex | AA | 19 | 4 | 0 | 55 | 62 | 21 | 8 | 5F | 22 |
| Octal | 252 | 31 | 4 | 0 | 125 | 142 | 41 | 10 | 137 | 42 |
| Binary | 10101010 | 11001 | 100 | 0 | 1010101 | 1100010 | 100001 | 1000 | 1011111 | 100010 |
Color Harmonies of #AA1904
Complementary color
Monochromatic Colors of #AA1904
Black with #AA1904
Text Example
Text Example
White with #AA1904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1904; }
p { color: rgb(170,25,4); }
H1.HeaderClassName
{
color: #AA1904;
}
.AnyTagClassName
{
color: #AA1904;
}
</style>
background-color css
<style>
a { background-color: #AA1904; }
a { background-color: rgb(170,25,4); }
div.DivClassName
{
background-color: #AA1904;
}
.BgClassName
{
background-color: #AA1904;
}
</style>
border-color css
<style>
span { border-color: #AA1904; }
span { border-color: rgb(170,25,4); }
td.TdClassName
{
border-color: #AA1904;
}
.TagClassName
{
border-color: #AA1904;
}
</style>