Shades of Fire Brick #A82516
Tints of Fire Brick #A82516
RGB
CMYK
RGB Variations
Color information
#A82516 (or 0xA82516) is known color: Fire Brick. HEX triplet: A8, 25 and 16. RGB value is (168,37,22). Sum of RGB (Red+Green+Blue) = 168+37+22=227 (30% of max value = 765). Red value is 168 (66.02% from 255 or 74.01% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 168 - color contains mainly: red. Hex color #A82516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82516 is #57DAE9. Grayscale: #4A4A4A. Windows color (decimal): -5757674 or 1451432. OLE color: 1451432.
HSL color Cylindrical-coordinate representation of color #A82516: hue angle of 6.16º 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 #A82516 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 37 | 22 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.34 |
| HSL | 6.16º | 0.77% | 0.37% | - |
| HSV(B) | 6.16º | 0.87% | 0.66% | - |
| XYZ | 16.95 | 9.71 | 1.74 | - |
| YUV | 74.46 | 98.4 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 22 | 0 | 0.78 | 0.87 | 0.34 | 6.16 | 0.77 | 0.37 |
| Hex | A8 | 25 | 16 | 0 | 4E | 57 | 22 | 6 | 4D | 25 |
| Octal | 250 | 45 | 26 | 0 | 116 | 127 | 42 | 6 | 115 | 45 |
| Binary | 10101000 | 100101 | 10110 | 0 | 1001110 | 1010111 | 100010 | 110 | 1001101 | 100101 |
Color Harmonies of #A82516
Complementary color
Monochromatic Colors of #A82516
Black with #A82516
Text Example
Text Example
White with #A82516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82516; }
p { color: rgb(168,37,22); }
H1.HeaderClassName
{
color: #A82516;
}
.AnyTagClassName
{
color: #A82516;
}
</style>
background-color css
<style>
a { background-color: #A82516; }
a { background-color: rgb(168,37,22); }
div.DivClassName
{
background-color: #A82516;
}
.BgClassName
{
background-color: #A82516;
}
</style>
border-color css
<style>
span { border-color: #A82516; }
span { border-color: rgb(168,37,22); }
td.TdClassName
{
border-color: #A82516;
}
.TagClassName
{
border-color: #A82516;
}
</style>