Shades of Fire Brick #A82615
Tints of Fire Brick #A82615
RGB
CMYK
RGB Variations
Color information
#A82615 (or 0xA82615) is known color: Fire Brick. HEX triplet: A8, 26 and 15. RGB value is (168,38,21). Sum of RGB (Red+Green+Blue) = 168+38+21=227 (30% of max value = 765). Red value is 168 (66.02% from 255 or 74.01% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 168 - color contains mainly: red. Hex color #A82615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82615 is #57D9EA. Grayscale: #4B4B4B. Windows color (decimal): -5757419 or 1386152. OLE color: 1386152.
HSL color Cylindrical-coordinate representation of color #A82615: hue angle of 6.94º 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 #A82615 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 21 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.34 |
| HSL | 6.94º | 0.78% | 0.37% | - |
| HSV(B) | 6.94º | 0.88% | 0.66% | - |
| XYZ | 16.98 | 9.77 | 1.7 | - |
| YUV | 74.93 | 97.57 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 21 | 0 | 0.77 | 0.88 | 0.34 | 6.94 | 0.78 | 0.37 |
| Hex | A8 | 26 | 15 | 0 | 4D | 58 | 22 | 7 | 4E | 25 |
| Octal | 250 | 46 | 25 | 0 | 115 | 130 | 42 | 7 | 116 | 45 |
| Binary | 10101000 | 100110 | 10101 | 0 | 1001101 | 1011000 | 100010 | 111 | 1001110 | 100101 |
Color Harmonies of #A82615
Complementary color
Monochromatic Colors of #A82615
Black with #A82615
Text Example
Text Example
White with #A82615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82615; }
p { color: rgb(168,38,21); }
H1.HeaderClassName
{
color: #A82615;
}
.AnyTagClassName
{
color: #A82615;
}
</style>
background-color css
<style>
a { background-color: #A82615; }
a { background-color: rgb(168,38,21); }
div.DivClassName
{
background-color: #A82615;
}
.BgClassName
{
background-color: #A82615;
}
</style>
border-color css
<style>
span { border-color: #A82615; }
span { border-color: rgb(168,38,21); }
td.TdClassName
{
border-color: #A82615;
}
.TagClassName
{
border-color: #A82615;
}
</style>