Shades of Fire Brick #A82816
Tints of Fire Brick #A82816
RGB
CMYK
RGB Variations
Color information
#A82816 (or 0xA82816) is known color: Fire Brick. HEX triplet: A8, 28 and 16. RGB value is (168,40,22). Sum of RGB (Red+Green+Blue) = 168+40+22=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A82816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82816 is #57D7E9. Grayscale: #4C4C4C. Windows color (decimal): -5756906 or 1452200. OLE color: 1452200.
HSL color Cylindrical-coordinate representation of color #A82816: hue angle of 7.4º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A82816 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 22 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.34 |
| HSL | 7.4º | 0.77% | 0.37% | - |
| HSV(B) | 7.4º | 0.87% | 0.66% | - |
| XYZ | 17.05 | 9.9 | 1.77 | - |
| YUV | 76.22 | 97.41 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 22 | 0 | 0.76 | 0.87 | 0.34 | 7.4 | 0.77 | 0.37 |
| Hex | A8 | 28 | 16 | 0 | 4C | 57 | 22 | 7 | 4D | 25 |
| Octal | 250 | 50 | 26 | 0 | 114 | 127 | 42 | 7 | 115 | 45 |
| Binary | 10101000 | 101000 | 10110 | 0 | 1001100 | 1010111 | 100010 | 111 | 1001101 | 100101 |
Color Harmonies of #A82816
Complementary color
Monochromatic Colors of #A82816
Black with #A82816
Text Example
Text Example
White with #A82816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82816; }
p { color: rgb(168,40,22); }
H1.HeaderClassName
{
color: #A82816;
}
.AnyTagClassName
{
color: #A82816;
}
</style>
background-color css
<style>
a { background-color: #A82816; }
a { background-color: rgb(168,40,22); }
div.DivClassName
{
background-color: #A82816;
}
.BgClassName
{
background-color: #A82816;
}
</style>
border-color css
<style>
span { border-color: #A82816; }
span { border-color: rgb(168,40,22); }
td.TdClassName
{
border-color: #A82816;
}
.TagClassName
{
border-color: #A82816;
}
</style>