Shades of Fire Brick #AA280F
Tints of Fire Brick #AA280F
RGB
CMYK
RGB Variations
Color information
#AA280F (or 0xAA280F) is known color: Fire Brick. HEX triplet: AA, 28 and 0F. RGB value is (170,40,15). Sum of RGB (Red+Green+Blue) = 170+40+15=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA280F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA280F is #55D7F0. Grayscale: #4C4C4C. Windows color (decimal): -5625841 or 993450. OLE color: 993450.
HSL color Cylindrical-coordinate representation of color #AA280F: hue angle of 9.68º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA280F is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 15 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.33 |
| HSL | 9.68º | 0.84% | 0.36% | - |
| HSV(B) | 9.68º | 0.91% | 0.67% | - |
| XYZ | 17.42 | 10.1 | 1.48 | - |
| YUV | 76.02 | 93.57 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 15 | 0 | 0.76 | 0.91 | 0.33 | 9.68 | 0.84 | 0.36 |
| Hex | AA | 28 | F | 0 | 4C | 5B | 21 | A | 54 | 24 |
| Octal | 252 | 50 | 17 | 0 | 114 | 133 | 41 | 12 | 124 | 44 |
| Binary | 10101010 | 101000 | 1111 | 0 | 1001100 | 1011011 | 100001 | 1010 | 1010100 | 100100 |
Color Harmonies of #AA280F
Complementary color
Monochromatic Colors of #AA280F
Black with #AA280F
Text Example
Text Example
White with #AA280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA280F; }
p { color: rgb(170,40,15); }
H1.HeaderClassName
{
color: #AA280F;
}
.AnyTagClassName
{
color: #AA280F;
}
</style>
background-color css
<style>
a { background-color: #AA280F; }
a { background-color: rgb(170,40,15); }
div.DivClassName
{
background-color: #AA280F;
}
.BgClassName
{
background-color: #AA280F;
}
</style>
border-color css
<style>
span { border-color: #AA280F; }
span { border-color: rgb(170,40,15); }
td.TdClassName
{
border-color: #AA280F;
}
.TagClassName
{
border-color: #AA280F;
}
</style>