Shades of Fire Brick #AA190B
Tints of Fire Brick #AA190B
RGB
CMYK
RGB Variations
Color information
#AA190B (or 0xAA190B) is known color: Fire Brick. HEX triplet: AA, 19 and 0B. RGB value is (170,25,11). Sum of RGB (Red+Green+Blue) = 170+25+11=206 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.52% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 170 - color contains mainly: red. Hex color #AA190B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA190B is #55E6F4. Grayscale: #424242. Windows color (decimal): -5629685 or 727466. OLE color: 727466.
HSL color Cylindrical-coordinate representation of color #AA190B: hue angle of 5.28º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA190B is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 11 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.33 |
| HSL | 5.28º | 0.88% | 0.35% | - |
| HSV(B) | 5.28º | 0.94% | 0.67% | - |
| XYZ | 16.99 | 9.27 | 1.21 | - |
| YUV | 66.76 | 96.54 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 11 | 0 | 0.85 | 0.94 | 0.33 | 5.28 | 0.88 | 0.35 |
| Hex | AA | 19 | B | 0 | 55 | 5E | 21 | 5 | 58 | 23 |
| Octal | 252 | 31 | 13 | 0 | 125 | 136 | 41 | 5 | 130 | 43 |
| Binary | 10101010 | 11001 | 1011 | 0 | 1010101 | 1011110 | 100001 | 101 | 1011000 | 100011 |
Color Harmonies of #AA190B
Complementary color
Monochromatic Colors of #AA190B
Black with #AA190B
Text Example
Text Example
White with #AA190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA190B; }
p { color: rgb(170,25,11); }
H1.HeaderClassName
{
color: #AA190B;
}
.AnyTagClassName
{
color: #AA190B;
}
</style>
background-color css
<style>
a { background-color: #AA190B; }
a { background-color: rgb(170,25,11); }
div.DivClassName
{
background-color: #AA190B;
}
.BgClassName
{
background-color: #AA190B;
}
</style>
border-color css
<style>
span { border-color: #AA190B; }
span { border-color: rgb(170,25,11); }
td.TdClassName
{
border-color: #AA190B;
}
.TagClassName
{
border-color: #AA190B;
}
</style>