Shades of Fire Brick #AA190E
Tints of Fire Brick #AA190E
RGB
CMYK
RGB Variations
Color information
#AA190E (or 0xAA190E) is known color: Fire Brick. HEX triplet: AA, 19 and 0E. RGB value is (170,25,14). Sum of RGB (Red+Green+Blue) = 170+25+14=209 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.34% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 170 - color contains mainly: red. Hex color #AA190E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA190E is #55E6F1. Grayscale: #434343. Windows color (decimal): -5629682 or 924074. OLE color: 924074.
HSL color Cylindrical-coordinate representation of color #AA190E: hue angle of 4.23º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA190E is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 14 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.33 |
| HSL | 4.23º | 0.85% | 0.36% | - |
| HSV(B) | 4.23º | 0.92% | 0.67% | - |
| XYZ | 17 | 9.27 | 1.31 | - |
| YUV | 67.1 | 98.04 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 14 | 0 | 0.85 | 0.92 | 0.33 | 4.23 | 0.85 | 0.36 |
| Hex | AA | 19 | E | 0 | 55 | 5C | 21 | 4 | 55 | 24 |
| Octal | 252 | 31 | 16 | 0 | 125 | 134 | 41 | 4 | 125 | 44 |
| Binary | 10101010 | 11001 | 1110 | 0 | 1010101 | 1011100 | 100001 | 100 | 1010101 | 100100 |
Color Harmonies of #AA190E
Complementary color
Monochromatic Colors of #AA190E
Black with #AA190E
Text Example
Text Example
White with #AA190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA190E; }
p { color: rgb(170,25,14); }
H1.HeaderClassName
{
color: #AA190E;
}
.AnyTagClassName
{
color: #AA190E;
}
</style>
background-color css
<style>
a { background-color: #AA190E; }
a { background-color: rgb(170,25,14); }
div.DivClassName
{
background-color: #AA190E;
}
.BgClassName
{
background-color: #AA190E;
}
</style>
border-color css
<style>
span { border-color: #AA190E; }
span { border-color: rgb(170,25,14); }
td.TdClassName
{
border-color: #AA190E;
}
.TagClassName
{
border-color: #AA190E;
}
</style>