Shades of Fire Brick #A82416
Tints of Fire Brick #A82416
RGB
CMYK
RGB Variations
Color information
#A82416 (or 0xA82416) is known color: Fire Brick. HEX triplet: A8, 24 and 16. RGB value is (168,36,22). Sum of RGB (Red+Green+Blue) = 168+36+22=226 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.34% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 168 - color contains mainly: red. Hex color #A82416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82416 is #57DBE9. Grayscale: #4A4A4A. Windows color (decimal): -5757930 or 1451176. OLE color: 1451176.
HSL color Cylindrical-coordinate representation of color #A82416: hue angle of 5.75º 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 #A82416 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 22 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.34 |
| HSL | 5.75º | 0.77% | 0.37% | - |
| HSV(B) | 5.75º | 0.87% | 0.66% | - |
| XYZ | 16.92 | 9.64 | 1.73 | - |
| YUV | 73.87 | 98.73 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 22 | 0 | 0.79 | 0.87 | 0.34 | 5.75 | 0.77 | 0.37 |
| Hex | A8 | 24 | 16 | 0 | 4F | 57 | 22 | 6 | 4D | 25 |
| Octal | 250 | 44 | 26 | 0 | 117 | 127 | 42 | 6 | 115 | 45 |
| Binary | 10101000 | 100100 | 10110 | 0 | 1001111 | 1010111 | 100010 | 110 | 1001101 | 100101 |
Color Harmonies of #A82416
Complementary color
Monochromatic Colors of #A82416
Black with #A82416
Text Example
Text Example
White with #A82416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82416; }
p { color: rgb(168,36,22); }
H1.HeaderClassName
{
color: #A82416;
}
.AnyTagClassName
{
color: #A82416;
}
</style>
background-color css
<style>
a { background-color: #A82416; }
a { background-color: rgb(168,36,22); }
div.DivClassName
{
background-color: #A82416;
}
.BgClassName
{
background-color: #A82416;
}
</style>
border-color css
<style>
span { border-color: #A82416; }
span { border-color: rgb(168,36,22); }
td.TdClassName
{
border-color: #A82416;
}
.TagClassName
{
border-color: #A82416;
}
</style>