Shades of Fire Brick #A82511
Tints of Fire Brick #A82511
RGB
CMYK
RGB Variations
Color information
#A82511 (or 0xA82511) is known color: Fire Brick. HEX triplet: A8, 25 and 11. RGB value is (168,37,17). Sum of RGB (Red+Green+Blue) = 168+37+17=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A82511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82511 is #57DAEE. Grayscale: #4A4A4A. Windows color (decimal): -5757679 or 1123752. OLE color: 1123752.
HSL color Cylindrical-coordinate representation of color #A82511: hue angle of 7.95º 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 #A82511 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 37 | 17 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.34 |
| HSL | 7.95º | 0.82% | 0.36% | - |
| HSV(B) | 7.95º | 0.9% | 0.66% | - |
| XYZ | 16.91 | 9.69 | 1.51 | - |
| YUV | 73.89 | 95.9 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 17 | 0 | 0.78 | 0.90 | 0.34 | 7.95 | 0.82 | 0.36 |
| Hex | A8 | 25 | 11 | 0 | 4E | 5A | 22 | 8 | 52 | 24 |
| Octal | 250 | 45 | 21 | 0 | 116 | 132 | 42 | 10 | 122 | 44 |
| Binary | 10101000 | 100101 | 10001 | 0 | 1001110 | 1011010 | 100010 | 1000 | 1010010 | 100100 |
Color Harmonies of #A82511
Complementary color
Monochromatic Colors of #A82511
Black with #A82511
Text Example
Text Example
White with #A82511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82511; }
p { color: rgb(168,37,17); }
H1.HeaderClassName
{
color: #A82511;
}
.AnyTagClassName
{
color: #A82511;
}
</style>
background-color css
<style>
a { background-color: #A82511; }
a { background-color: rgb(168,37,17); }
div.DivClassName
{
background-color: #A82511;
}
.BgClassName
{
background-color: #A82511;
}
</style>
border-color css
<style>
span { border-color: #A82511; }
span { border-color: rgb(168,37,17); }
td.TdClassName
{
border-color: #A82511;
}
.TagClassName
{
border-color: #A82511;
}
</style>