Shades of Fire Brick #AA280B
Tints of Fire Brick #AA280B
RGB
CMYK
RGB Variations
Color information
#AA280B (or 0xAA280B) is known color: Fire Brick. HEX triplet: AA, 28 and 0B. RGB value is (170,40,11). Sum of RGB (Red+Green+Blue) = 170+40+11=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA280B is #55D7F4. Grayscale: #4B4B4B. Windows color (decimal): -5625845 or 731306. OLE color: 731306.
HSL color Cylindrical-coordinate representation of color #AA280B: hue angle of 10.94º 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 #AA280B is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 11 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.33 |
| HSL | 10.94º | 0.88% | 0.35% | - |
| HSV(B) | 10.94º | 0.94% | 0.67% | - |
| XYZ | 17.4 | 10.09 | 1.35 | - |
| YUV | 75.56 | 91.57 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 11 | 0 | 0.76 | 0.94 | 0.33 | 10.94 | 0.88 | 0.35 |
| Hex | AA | 28 | B | 0 | 4C | 5E | 21 | B | 58 | 23 |
| Octal | 252 | 50 | 13 | 0 | 114 | 136 | 41 | 13 | 130 | 43 |
| Binary | 10101010 | 101000 | 1011 | 0 | 1001100 | 1011110 | 100001 | 1011 | 1011000 | 100011 |
Color Harmonies of #AA280B
Complementary color
Monochromatic Colors of #AA280B
Black with #AA280B
Text Example
Text Example
White with #AA280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA280B; }
p { color: rgb(170,40,11); }
H1.HeaderClassName
{
color: #AA280B;
}
.AnyTagClassName
{
color: #AA280B;
}
</style>
background-color css
<style>
a { background-color: #AA280B; }
a { background-color: rgb(170,40,11); }
div.DivClassName
{
background-color: #AA280B;
}
.BgClassName
{
background-color: #AA280B;
}
</style>
border-color css
<style>
span { border-color: #AA280B; }
span { border-color: rgb(170,40,11); }
td.TdClassName
{
border-color: #AA280B;
}
.TagClassName
{
border-color: #AA280B;
}
</style>