Shades of Fire Brick #AA281A
Tints of Fire Brick #AA281A
RGB
CMYK
RGB Variations
Color information
#AA281A (or 0xAA281A) is known color: Fire Brick. HEX triplet: AA, 28 and 1A. RGB value is (170,40,26). Sum of RGB (Red+Green+Blue) = 170+40+26=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA281A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA281A is #55D7E5. Grayscale: #4D4D4D. Windows color (decimal): -5625830 or 1714346. OLE color: 1714346.
HSL color Cylindrical-coordinate representation of color #AA281A: hue angle of 5.83º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA281A is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 26 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.33 |
| HSL | 5.83º | 0.73% | 0.38% | - |
| HSV(B) | 5.83º | 0.85% | 0.67% | - |
| XYZ | 17.52 | 10.14 | 2.01 | - |
| YUV | 77.27 | 99.07 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 26 | 0 | 0.76 | 0.85 | 0.33 | 5.83 | 0.73 | 0.38 |
| Hex | AA | 28 | 1A | 0 | 4C | 55 | 21 | 6 | 49 | 26 |
| Octal | 252 | 50 | 32 | 0 | 114 | 125 | 41 | 6 | 111 | 46 |
| Binary | 10101010 | 101000 | 11010 | 0 | 1001100 | 1010101 | 100001 | 110 | 1001001 | 100110 |
Color Harmonies of #AA281A
Complementary color
Monochromatic Colors of #AA281A
Black with #AA281A
Text Example
Text Example
White with #AA281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA281A; }
p { color: rgb(170,40,26); }
H1.HeaderClassName
{
color: #AA281A;
}
.AnyTagClassName
{
color: #AA281A;
}
</style>
background-color css
<style>
a { background-color: #AA281A; }
a { background-color: rgb(170,40,26); }
div.DivClassName
{
background-color: #AA281A;
}
.BgClassName
{
background-color: #AA281A;
}
</style>
border-color css
<style>
span { border-color: #AA281A; }
span { border-color: rgb(170,40,26); }
td.TdClassName
{
border-color: #AA281A;
}
.TagClassName
{
border-color: #AA281A;
}
</style>