Shades of Fire Brick #AA250B
Tints of Fire Brick #AA250B
RGB
CMYK
RGB Variations
Color information
#AA250B (or 0xAA250B) is known color: Fire Brick. HEX triplet: AA, 25 and 0B. RGB value is (170,37,11). Sum of RGB (Red+Green+Blue) = 170+37+11=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA250B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA250B is #55DAF4. Grayscale: #4A4A4A. Windows color (decimal): -5626613 or 730538. OLE color: 730538.
HSL color Cylindrical-coordinate representation of color #AA250B: hue angle of 9.81º degrees, saturation: 0.88, 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 #AA250B is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 11 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.33 |
| HSL | 9.81º | 0.88% | 0.35% | - |
| HSV(B) | 9.81º | 0.94% | 0.67% | - |
| XYZ | 17.3 | 9.89 | 1.31 | - |
| YUV | 73.8 | 92.56 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 11 | 0 | 0.78 | 0.94 | 0.33 | 9.81 | 0.88 | 0.35 |
| Hex | AA | 25 | B | 0 | 4E | 5E | 21 | A | 58 | 23 |
| Octal | 252 | 45 | 13 | 0 | 116 | 136 | 41 | 12 | 130 | 43 |
| Binary | 10101010 | 100101 | 1011 | 0 | 1001110 | 1011110 | 100001 | 1010 | 1011000 | 100011 |
Color Harmonies of #AA250B
Complementary color
Monochromatic Colors of #AA250B
Black with #AA250B
Text Example
Text Example
White with #AA250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA250B; }
p { color: rgb(170,37,11); }
H1.HeaderClassName
{
color: #AA250B;
}
.AnyTagClassName
{
color: #AA250B;
}
</style>
background-color css
<style>
a { background-color: #AA250B; }
a { background-color: rgb(170,37,11); }
div.DivClassName
{
background-color: #AA250B;
}
.BgClassName
{
background-color: #AA250B;
}
</style>
border-color css
<style>
span { border-color: #AA250B; }
span { border-color: rgb(170,37,11); }
td.TdClassName
{
border-color: #AA250B;
}
.TagClassName
{
border-color: #AA250B;
}
</style>