Shades of Fire Brick #AA281B
Tints of Fire Brick #AA281B
RGB
CMYK
RGB Variations
Color information
#AA281B (or 0xAA281B) is known color: Fire Brick. HEX triplet: AA, 28 and 1B. RGB value is (170,40,27). Sum of RGB (Red+Green+Blue) = 170+40+27=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA281B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA281B is #55D7E4. Grayscale: #4D4D4D. Windows color (decimal): -5625829 or 1779882. OLE color: 1779882.
HSL color Cylindrical-coordinate representation of color #AA281B: hue angle of 5.45º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA281B is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 27 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.33 |
| HSL | 5.45º | 0.73% | 0.39% | - |
| HSV(B) | 5.45º | 0.84% | 0.67% | - |
| XYZ | 17.53 | 10.14 | 2.07 | - |
| YUV | 77.39 | 99.57 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 27 | 0 | 0.76 | 0.84 | 0.33 | 5.45 | 0.73 | 0.39 |
| Hex | AA | 28 | 1B | 0 | 4C | 54 | 21 | 5 | 49 | 27 |
| Octal | 252 | 50 | 33 | 0 | 114 | 124 | 41 | 5 | 111 | 47 |
| Binary | 10101010 | 101000 | 11011 | 0 | 1001100 | 1010100 | 100001 | 101 | 1001001 | 100111 |
Color Harmonies of #AA281B
Complementary color
Monochromatic Colors of #AA281B
Black with #AA281B
Text Example
Text Example
White with #AA281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA281B; }
p { color: rgb(170,40,27); }
H1.HeaderClassName
{
color: #AA281B;
}
.AnyTagClassName
{
color: #AA281B;
}
</style>
background-color css
<style>
a { background-color: #AA281B; }
a { background-color: rgb(170,40,27); }
div.DivClassName
{
background-color: #AA281B;
}
.BgClassName
{
background-color: #AA281B;
}
</style>
border-color css
<style>
span { border-color: #AA281B; }
span { border-color: rgb(170,40,27); }
td.TdClassName
{
border-color: #AA281B;
}
.TagClassName
{
border-color: #AA281B;
}
</style>