Shades of Fire Brick #AA291B
Tints of Fire Brick #AA291B
RGB
CMYK
RGB Variations
Color information
#AA291B (or 0xAA291B) is known color: Fire Brick. HEX triplet: AA, 29 and 1B. RGB value is (170,41,27). Sum of RGB (Red+Green+Blue) = 170+41+27=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA291B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA291B is #55D6E4. Grayscale: #4E4E4E. Windows color (decimal): -5625573 or 1780138. OLE color: 1780138.
HSL color Cylindrical-coordinate representation of color #AA291B: hue angle of 5.87º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA291B is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 27 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.33 |
| HSL | 5.87º | 0.73% | 0.39% | - |
| HSV(B) | 5.87º | 0.84% | 0.67% | - |
| XYZ | 17.57 | 10.21 | 2.08 | - |
| YUV | 77.98 | 99.24 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 27 | 0 | 0.76 | 0.84 | 0.33 | 5.87 | 0.73 | 0.39 |
| Hex | AA | 29 | 1B | 0 | 4C | 54 | 21 | 6 | 49 | 27 |
| Octal | 252 | 51 | 33 | 0 | 114 | 124 | 41 | 6 | 111 | 47 |
| Binary | 10101010 | 101001 | 11011 | 0 | 1001100 | 1010100 | 100001 | 110 | 1001001 | 100111 |
Color Harmonies of #AA291B
Complementary color
Monochromatic Colors of #AA291B
Black with #AA291B
Text Example
Text Example
White with #AA291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA291B; }
p { color: rgb(170,41,27); }
H1.HeaderClassName
{
color: #AA291B;
}
.AnyTagClassName
{
color: #AA291B;
}
</style>
background-color css
<style>
a { background-color: #AA291B; }
a { background-color: rgb(170,41,27); }
div.DivClassName
{
background-color: #AA291B;
}
.BgClassName
{
background-color: #AA291B;
}
</style>
border-color css
<style>
span { border-color: #AA291B; }
span { border-color: rgb(170,41,27); }
td.TdClassName
{
border-color: #AA291B;
}
.TagClassName
{
border-color: #AA291B;
}
</style>