Shades of Fire Brick #A82913
Tints of Fire Brick #A82913
RGB
CMYK
RGB Variations
Color information
#A82913 (or 0xA82913) is known color: Fire Brick. HEX triplet: A8, 29 and 13. RGB value is (168,41,19). Sum of RGB (Red+Green+Blue) = 168+41+19=228 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.68% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 168 - color contains mainly: red. Hex color #A82913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82913 is #57D6EC. Grayscale: #4C4C4C. Windows color (decimal): -5756653 or 1255848. OLE color: 1255848.
HSL color Cylindrical-coordinate representation of color #A82913: hue angle of 8.86º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A82913 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 19 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.34 |
| HSL | 8.86º | 0.8% | 0.37% | - |
| HSV(B) | 8.86º | 0.89% | 0.66% | - |
| XYZ | 17.06 | 9.96 | 1.64 | - |
| YUV | 76.47 | 95.58 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 19 | 0 | 0.76 | 0.89 | 0.34 | 8.86 | 0.8 | 0.37 |
| Hex | A8 | 29 | 13 | 0 | 4C | 59 | 22 | 9 | 50 | 25 |
| Octal | 250 | 51 | 23 | 0 | 114 | 131 | 42 | 11 | 120 | 45 |
| Binary | 10101000 | 101001 | 10011 | 0 | 1001100 | 1011001 | 100010 | 1001 | 1010000 | 100101 |
Color Harmonies of #A82913
Complementary color
Monochromatic Colors of #A82913
Black with #A82913
Text Example
Text Example
White with #A82913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82913; }
p { color: rgb(168,41,19); }
H1.HeaderClassName
{
color: #A82913;
}
.AnyTagClassName
{
color: #A82913;
}
</style>
background-color css
<style>
a { background-color: #A82913; }
a { background-color: rgb(168,41,19); }
div.DivClassName
{
background-color: #A82913;
}
.BgClassName
{
background-color: #A82913;
}
</style>
border-color css
<style>
span { border-color: #A82913; }
span { border-color: rgb(168,41,19); }
td.TdClassName
{
border-color: #A82913;
}
.TagClassName
{
border-color: #A82913;
}
</style>