Shades of Fire Brick #AA250A
Tints of Fire Brick #AA250A
RGB
CMYK
RGB Variations
Color information
#AA250A (or 0xAA250A) is known color: Fire Brick. HEX triplet: AA, 25 and 0A. RGB value is (170,37,10). Sum of RGB (Red+Green+Blue) = 170+37+10=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA250A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA250A is #55DAF5. Grayscale: #494949. Windows color (decimal): -5626614 or 665002. OLE color: 665002.
HSL color Cylindrical-coordinate representation of color #AA250A: hue angle of 10.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA250A is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 10 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.33 |
| HSL | 10.13º | 0.89% | 0.35% | - |
| HSV(B) | 10.13º | 0.94% | 0.67% | - |
| XYZ | 17.29 | 9.89 | 1.28 | - |
| YUV | 73.69 | 92.06 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 10 | 0 | 0.78 | 0.94 | 0.33 | 10.13 | 0.89 | 0.35 |
| Hex | AA | 25 | A | 0 | 4E | 5E | 21 | A | 59 | 23 |
| Octal | 252 | 45 | 12 | 0 | 116 | 136 | 41 | 12 | 131 | 43 |
| Binary | 10101010 | 100101 | 1010 | 0 | 1001110 | 1011110 | 100001 | 1010 | 1011001 | 100011 |
Color Harmonies of #AA250A
Complementary color
Monochromatic Colors of #AA250A
Black with #AA250A
Text Example
Text Example
White with #AA250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA250A; }
p { color: rgb(170,37,10); }
H1.HeaderClassName
{
color: #AA250A;
}
.AnyTagClassName
{
color: #AA250A;
}
</style>
background-color css
<style>
a { background-color: #AA250A; }
a { background-color: rgb(170,37,10); }
div.DivClassName
{
background-color: #AA250A;
}
.BgClassName
{
background-color: #AA250A;
}
</style>
border-color css
<style>
span { border-color: #AA250A; }
span { border-color: rgb(170,37,10); }
td.TdClassName
{
border-color: #AA250A;
}
.TagClassName
{
border-color: #AA250A;
}
</style>