Shades of Fire Brick #A82815
Tints of Fire Brick #A82815
RGB
CMYK
RGB Variations
Color information
#A82815 (or 0xA82815) is known color: Fire Brick. HEX triplet: A8, 28 and 15. RGB value is (168,40,21). Sum of RGB (Red+Green+Blue) = 168+40+21=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A82815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82815 is #57D7EA. Grayscale: #4C4C4C. Windows color (decimal): -5756907 or 1386664. OLE color: 1386664.
HSL color Cylindrical-coordinate representation of color #A82815: hue angle of 7.76º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A82815 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 21 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.34 |
| HSL | 7.76º | 0.78% | 0.37% | - |
| HSV(B) | 7.76º | 0.88% | 0.66% | - |
| XYZ | 17.04 | 9.9 | 1.72 | - |
| YUV | 76.11 | 96.91 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 21 | 0 | 0.76 | 0.88 | 0.34 | 7.76 | 0.78 | 0.37 |
| Hex | A8 | 28 | 15 | 0 | 4C | 58 | 22 | 8 | 4E | 25 |
| Octal | 250 | 50 | 25 | 0 | 114 | 130 | 42 | 10 | 116 | 45 |
| Binary | 10101000 | 101000 | 10101 | 0 | 1001100 | 1011000 | 100010 | 1000 | 1001110 | 100101 |
Color Harmonies of #A82815
Complementary color
Monochromatic Colors of #A82815
Black with #A82815
Text Example
Text Example
White with #A82815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82815; }
p { color: rgb(168,40,21); }
H1.HeaderClassName
{
color: #A82815;
}
.AnyTagClassName
{
color: #A82815;
}
</style>
background-color css
<style>
a { background-color: #A82815; }
a { background-color: rgb(168,40,21); }
div.DivClassName
{
background-color: #A82815;
}
.BgClassName
{
background-color: #A82815;
}
</style>
border-color css
<style>
span { border-color: #A82815; }
span { border-color: rgb(168,40,21); }
td.TdClassName
{
border-color: #A82815;
}
.TagClassName
{
border-color: #A82815;
}
</style>