Shades of Fire Brick #AA281F
Tints of Fire Brick #AA281F
RGB
CMYK
RGB Variations
Color information
#AA281F (or 0xAA281F) is known color: Fire Brick. HEX triplet: AA, 28 and 1F. RGB value is (170,40,31). Sum of RGB (Red+Green+Blue) = 170+40+31=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA281F is #55D7E0. Grayscale: #4E4E4E. Windows color (decimal): -5625825 or 2042026. OLE color: 2042026.
HSL color Cylindrical-coordinate representation of color #AA281F: hue angle of 3.88º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA281F is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 31 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.33 |
| HSL | 3.88º | 0.69% | 0.39% | - |
| HSV(B) | 3.88º | 0.82% | 0.67% | - |
| XYZ | 17.58 | 10.16 | 2.33 | - |
| YUV | 77.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 31 | 0 | 0.76 | 0.82 | 0.33 | 3.88 | 0.69 | 0.39 |
| Hex | AA | 28 | 1F | 0 | 4C | 52 | 21 | 4 | 45 | 27 |
| Octal | 252 | 50 | 37 | 0 | 114 | 122 | 41 | 4 | 105 | 47 |
| Binary | 10101010 | 101000 | 11111 | 0 | 1001100 | 1010010 | 100001 | 100 | 1000101 | 100111 |
Color Harmonies of #AA281F
Complementary color
Monochromatic Colors of #AA281F
Black with #AA281F
Text Example
Text Example
White with #AA281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA281F; }
p { color: rgb(170,40,31); }
H1.HeaderClassName
{
color: #AA281F;
}
.AnyTagClassName
{
color: #AA281F;
}
</style>
background-color css
<style>
a { background-color: #AA281F; }
a { background-color: rgb(170,40,31); }
div.DivClassName
{
background-color: #AA281F;
}
.BgClassName
{
background-color: #AA281F;
}
</style>
border-color css
<style>
span { border-color: #AA281F; }
span { border-color: rgb(170,40,31); }
td.TdClassName
{
border-color: #AA281F;
}
.TagClassName
{
border-color: #AA281F;
}
</style>