Shades of Fire Brick #AA291D
Tints of Fire Brick #AA291D
RGB
CMYK
RGB Variations
Color information
#AA291D (or 0xAA291D) is known color: Fire Brick. HEX triplet: AA, 29 and 1D. RGB value is (170,41,29). Sum of RGB (Red+Green+Blue) = 170+41+29=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA291D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA291D is #55D6E2. Grayscale: #4E4E4E. Windows color (decimal): -5625571 or 1911210. OLE color: 1911210.
HSL color Cylindrical-coordinate representation of color #AA291D: hue angle of 5.11º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA291D is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 29 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.33 |
| HSL | 5.11º | 0.71% | 0.39% | - |
| HSV(B) | 5.11º | 0.83% | 0.67% | - |
| XYZ | 17.59 | 10.22 | 2.21 | - |
| YUV | 78.2 | 100.24 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 29 | 0 | 0.76 | 0.83 | 0.33 | 5.11 | 0.71 | 0.39 |
| Hex | AA | 29 | 1D | 0 | 4C | 53 | 21 | 5 | 47 | 27 |
| Octal | 252 | 51 | 35 | 0 | 114 | 123 | 41 | 5 | 107 | 47 |
| Binary | 10101010 | 101001 | 11101 | 0 | 1001100 | 1010011 | 100001 | 101 | 1000111 | 100111 |
Color Harmonies of #AA291D
Complementary color
Monochromatic Colors of #AA291D
Black with #AA291D
Text Example
Text Example
White with #AA291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA291D; }
p { color: rgb(170,41,29); }
H1.HeaderClassName
{
color: #AA291D;
}
.AnyTagClassName
{
color: #AA291D;
}
</style>
background-color css
<style>
a { background-color: #AA291D; }
a { background-color: rgb(170,41,29); }
div.DivClassName
{
background-color: #AA291D;
}
.BgClassName
{
background-color: #AA291D;
}
</style>
border-color css
<style>
span { border-color: #AA291D; }
span { border-color: rgb(170,41,29); }
td.TdClassName
{
border-color: #AA291D;
}
.TagClassName
{
border-color: #AA291D;
}
</style>