Shades of Fire Brick #A82611
Tints of Fire Brick #A82611
RGB
CMYK
RGB Variations
Color information
#A82611 (or 0xA82611) is known color: Fire Brick. HEX triplet: A8, 26 and 11. RGB value is (168,38,17). Sum of RGB (Red+Green+Blue) = 168+38+17=223 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.34% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 168 - color contains mainly: red. Hex color #A82611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82611 is #57D9EE. Grayscale: #4A4A4A. Windows color (decimal): -5757423 or 1124008. OLE color: 1124008.
HSL color Cylindrical-coordinate representation of color #A82611: hue angle of 8.34º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A82611 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 17 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.34 |
| HSL | 8.34º | 0.82% | 0.36% | - |
| HSV(B) | 8.34º | 0.9% | 0.66% | - |
| XYZ | 16.94 | 9.75 | 1.52 | - |
| YUV | 74.48 | 95.57 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 17 | 0 | 0.77 | 0.90 | 0.34 | 8.34 | 0.82 | 0.36 |
| Hex | A8 | 26 | 11 | 0 | 4D | 5A | 22 | 8 | 52 | 24 |
| Octal | 250 | 46 | 21 | 0 | 115 | 132 | 42 | 10 | 122 | 44 |
| Binary | 10101000 | 100110 | 10001 | 0 | 1001101 | 1011010 | 100010 | 1000 | 1010010 | 100100 |
Color Harmonies of #A82611
Complementary color
Monochromatic Colors of #A82611
Black with #A82611
Text Example
Text Example
White with #A82611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82611; }
p { color: rgb(168,38,17); }
H1.HeaderClassName
{
color: #A82611;
}
.AnyTagClassName
{
color: #A82611;
}
</style>
background-color css
<style>
a { background-color: #A82611; }
a { background-color: rgb(168,38,17); }
div.DivClassName
{
background-color: #A82611;
}
.BgClassName
{
background-color: #A82611;
}
</style>
border-color css
<style>
span { border-color: #A82611; }
span { border-color: rgb(168,38,17); }
td.TdClassName
{
border-color: #A82611;
}
.TagClassName
{
border-color: #A82611;
}
</style>