Shades of Fire Brick #AA2514
Tints of Fire Brick #AA2514
RGB
CMYK
RGB Variations
Color information
#AA2514 (or 0xAA2514) is known color: Fire Brick. HEX triplet: AA, 25 and 14. RGB value is (170,37,20). Sum of RGB (Red+Green+Blue) = 170+37+20=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2514 is #55DAEB. Grayscale: #4B4B4B. Windows color (decimal): -5626604 or 1320362. OLE color: 1320362.
HSL color Cylindrical-coordinate representation of color #AA2514: hue angle of 6.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA2514 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 20 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.33 |
| HSL | 6.8º | 0.79% | 0.37% | - |
| HSV(B) | 6.8º | 0.88% | 0.67% | - |
| XYZ | 17.37 | 9.92 | 1.66 | - |
| YUV | 74.83 | 97.06 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 20 | 0 | 0.78 | 0.88 | 0.33 | 6.8 | 0.79 | 0.37 |
| Hex | AA | 25 | 14 | 0 | 4E | 58 | 21 | 7 | 4F | 25 |
| Octal | 252 | 45 | 24 | 0 | 116 | 130 | 41 | 7 | 117 | 45 |
| Binary | 10101010 | 100101 | 10100 | 0 | 1001110 | 1011000 | 100001 | 111 | 1001111 | 100101 |
Color Harmonies of #AA2514
Complementary color
Monochromatic Colors of #AA2514
Black with #AA2514
Text Example
Text Example
White with #AA2514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2514; }
p { color: rgb(170,37,20); }
H1.HeaderClassName
{
color: #AA2514;
}
.AnyTagClassName
{
color: #AA2514;
}
</style>
background-color css
<style>
a { background-color: #AA2514; }
a { background-color: rgb(170,37,20); }
div.DivClassName
{
background-color: #AA2514;
}
.BgClassName
{
background-color: #AA2514;
}
</style>
border-color css
<style>
span { border-color: #AA2514; }
span { border-color: rgb(170,37,20); }
td.TdClassName
{
border-color: #AA2514;
}
.TagClassName
{
border-color: #AA2514;
}
</style>