Shades of Fire Brick #AA2814
Tints of Fire Brick #AA2814
RGB
CMYK
RGB Variations
Color information
#AA2814 (or 0xAA2814) is known color: Fire Brick. HEX triplet: AA, 28 and 14. RGB value is (170,40,20). Sum of RGB (Red+Green+Blue) = 170+40+20=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2814 is #55D7EB. Grayscale: #4C4C4C. Windows color (decimal): -5625836 or 1321130. OLE color: 1321130.
HSL color Cylindrical-coordinate representation of color #AA2814: hue angle of 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 #AA2814 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 20 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.33 |
| HSL | 8º | 0.79% | 0.37% | - |
| HSV(B) | 8º | 0.88% | 0.67% | - |
| XYZ | 17.46 | 10.11 | 1.69 | - |
| YUV | 76.59 | 96.07 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 20 | 0 | 0.76 | 0.88 | 0.33 | 8 | 0.79 | 0.37 |
| Hex | AA | 28 | 14 | 0 | 4C | 58 | 21 | 8 | 4F | 25 |
| Octal | 252 | 50 | 24 | 0 | 114 | 130 | 41 | 10 | 117 | 45 |
| Binary | 10101010 | 101000 | 10100 | 0 | 1001100 | 1011000 | 100001 | 1000 | 1001111 | 100101 |
Color Harmonies of #AA2814
Complementary color
Monochromatic Colors of #AA2814
Black with #AA2814
Text Example
Text Example
White with #AA2814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2814; }
p { color: rgb(170,40,20); }
H1.HeaderClassName
{
color: #AA2814;
}
.AnyTagClassName
{
color: #AA2814;
}
</style>
background-color css
<style>
a { background-color: #AA2814; }
a { background-color: rgb(170,40,20); }
div.DivClassName
{
background-color: #AA2814;
}
.BgClassName
{
background-color: #AA2814;
}
</style>
border-color css
<style>
span { border-color: #AA2814; }
span { border-color: rgb(170,40,20); }
td.TdClassName
{
border-color: #AA2814;
}
.TagClassName
{
border-color: #AA2814;
}
</style>