Shades of Fire Brick #AA251D
Tints of Fire Brick #AA251D
RGB
CMYK
RGB Variations
Color information
#AA251D (or 0xAA251D) is known color: Fire Brick. HEX triplet: AA, 25 and 1D. RGB value is (170,37,29). Sum of RGB (Red+Green+Blue) = 170+37+29=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA251D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA251D is #55DAE2. Grayscale: #4C4C4C. Windows color (decimal): -5626595 or 1910186. OLE color: 1910186.
HSL color Cylindrical-coordinate representation of color #AA251D: hue angle of 3.4º 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 #AA251D is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 29 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.33 |
| HSL | 3.4º | 0.71% | 0.39% | - |
| HSV(B) | 3.4º | 0.83% | 0.67% | - |
| XYZ | 17.46 | 9.96 | 2.16 | - |
| YUV | 75.86 | 101.56 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 29 | 0 | 0.78 | 0.83 | 0.33 | 3.4 | 0.71 | 0.39 |
| Hex | AA | 25 | 1D | 0 | 4E | 53 | 21 | 3 | 47 | 27 |
| Octal | 252 | 45 | 35 | 0 | 116 | 123 | 41 | 3 | 107 | 47 |
| Binary | 10101010 | 100101 | 11101 | 0 | 1001110 | 1010011 | 100001 | 11 | 1000111 | 100111 |
Color Harmonies of #AA251D
Complementary color
Monochromatic Colors of #AA251D
Black with #AA251D
Text Example
Text Example
White with #AA251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA251D; }
p { color: rgb(170,37,29); }
H1.HeaderClassName
{
color: #AA251D;
}
.AnyTagClassName
{
color: #AA251D;
}
</style>
background-color css
<style>
a { background-color: #AA251D; }
a { background-color: rgb(170,37,29); }
div.DivClassName
{
background-color: #AA251D;
}
.BgClassName
{
background-color: #AA251D;
}
</style>
border-color css
<style>
span { border-color: #AA251D; }
span { border-color: rgb(170,37,29); }
td.TdClassName
{
border-color: #AA251D;
}
.TagClassName
{
border-color: #AA251D;
}
</style>