Shades of Fire Brick #AA291A
Tints of Fire Brick #AA291A
RGB
CMYK
RGB Variations
Color information
#AA291A (or 0xAA291A) is known color: Fire Brick. HEX triplet: AA, 29 and 1A. RGB value is (170,41,26). Sum of RGB (Red+Green+Blue) = 170+41+26=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA291A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA291A is #55D6E5. Grayscale: #4E4E4E. Windows color (decimal): -5625574 or 1714602. OLE color: 1714602.
HSL color Cylindrical-coordinate representation of color #AA291A: hue angle of 6.25º degrees, saturation: 0.73, 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 #AA291A is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 26 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.33 |
| HSL | 6.25º | 0.73% | 0.38% | - |
| HSV(B) | 6.25º | 0.85% | 0.67% | - |
| XYZ | 17.56 | 10.21 | 2.02 | - |
| YUV | 77.86 | 98.74 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 26 | 0 | 0.76 | 0.85 | 0.33 | 6.25 | 0.73 | 0.38 |
| Hex | AA | 29 | 1A | 0 | 4C | 55 | 21 | 6 | 49 | 26 |
| Octal | 252 | 51 | 32 | 0 | 114 | 125 | 41 | 6 | 111 | 46 |
| Binary | 10101010 | 101001 | 11010 | 0 | 1001100 | 1010101 | 100001 | 110 | 1001001 | 100110 |
Color Harmonies of #AA291A
Complementary color
Monochromatic Colors of #AA291A
Black with #AA291A
Text Example
Text Example
White with #AA291A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA291A; }
p { color: rgb(170,41,26); }
H1.HeaderClassName
{
color: #AA291A;
}
.AnyTagClassName
{
color: #AA291A;
}
</style>
background-color css
<style>
a { background-color: #AA291A; }
a { background-color: rgb(170,41,26); }
div.DivClassName
{
background-color: #AA291A;
}
.BgClassName
{
background-color: #AA291A;
}
</style>
border-color css
<style>
span { border-color: #AA291A; }
span { border-color: rgb(170,41,26); }
td.TdClassName
{
border-color: #AA291A;
}
.TagClassName
{
border-color: #AA291A;
}
</style>