Shades of Fire Brick #AA2A19
Tints of Fire Brick #AA2A19
RGB
CMYK
RGB Variations
Color information
#AA2A19 (or 0xAA2A19) is known color: Fire Brick. HEX triplet: AA, 2A and 19. RGB value is (170,42,25). Sum of RGB (Red+Green+Blue) = 170+42+25=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2A19 is #55D5E6. Grayscale: #4E4E4E. Windows color (decimal): -5625319 or 1649322. OLE color: 1649322.
HSL color Cylindrical-coordinate representation of color #AA2A19: hue angle of 7.03º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA2A19 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 42 | 25 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.33 |
| HSL | 7.03º | 0.74% | 0.38% | - |
| HSV(B) | 7.03º | 0.85% | 0.67% | - |
| XYZ | 17.58 | 10.27 | 1.98 | - |
| YUV | 78.33 | 97.91 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 25 | 0 | 0.75 | 0.85 | 0.33 | 7.03 | 0.74 | 0.38 |
| Hex | AA | 2A | 19 | 0 | 4B | 55 | 21 | 7 | 4A | 26 |
| Octal | 252 | 52 | 31 | 0 | 113 | 125 | 41 | 7 | 112 | 46 |
| Binary | 10101010 | 101010 | 11001 | 0 | 1001011 | 1010101 | 100001 | 111 | 1001010 | 100110 |
Color Harmonies of #AA2A19
Complementary color
Monochromatic Colors of #AA2A19
Black with #AA2A19
Text Example
Text Example
White with #AA2A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2A19; }
p { color: rgb(170,42,25); }
H1.HeaderClassName
{
color: #AA2A19;
}
.AnyTagClassName
{
color: #AA2A19;
}
</style>
background-color css
<style>
a { background-color: #AA2A19; }
a { background-color: rgb(170,42,25); }
div.DivClassName
{
background-color: #AA2A19;
}
.BgClassName
{
background-color: #AA2A19;
}
</style>
border-color css
<style>
span { border-color: #AA2A19; }
span { border-color: rgb(170,42,25); }
td.TdClassName
{
border-color: #AA2A19;
}
.TagClassName
{
border-color: #AA2A19;
}
</style>