Shades of Fire Brick #A72611
Tints of Fire Brick #A72611
RGB
CMYK
RGB Variations
Color information
#A72611 (or 0xA72611) is known color: Fire Brick. HEX triplet: A7, 26 and 11. RGB value is (167,38,17). Sum of RGB (Red+Green+Blue) = 167+38+17=222 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.23% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 167 - color contains mainly: red. Hex color #A72611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72611 is #58D9EE. Grayscale: #4A4A4A. Windows color (decimal): -5822959 or 1124007. OLE color: 1124007.
HSL color Cylindrical-coordinate representation of color #A72611: hue angle of 8.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A72611 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 38 | 17 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.35 |
| HSL | 8.4º | 0.82% | 0.36% | - |
| HSV(B) | 8.4º | 0.9% | 0.65% | - |
| XYZ | 16.73 | 9.64 | 1.51 | - |
| YUV | 74.18 | 95.74 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 38 | 17 | 0 | 0.77 | 0.90 | 0.35 | 8.4 | 0.82 | 0.36 |
| Hex | A7 | 26 | 11 | 0 | 4D | 5A | 23 | 8 | 52 | 24 |
| Octal | 247 | 46 | 21 | 0 | 115 | 132 | 43 | 10 | 122 | 44 |
| Binary | 10100111 | 100110 | 10001 | 0 | 1001101 | 1011010 | 100011 | 1000 | 1010010 | 100100 |
Color Harmonies of #A72611
Complementary color
Monochromatic Colors of #A72611
Black with #A72611
Text Example
Text Example
White with #A72611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72611; }
p { color: rgb(167,38,17); }
H1.HeaderClassName
{
color: #A72611;
}
.AnyTagClassName
{
color: #A72611;
}
</style>
background-color css
<style>
a { background-color: #A72611; }
a { background-color: rgb(167,38,17); }
div.DivClassName
{
background-color: #A72611;
}
.BgClassName
{
background-color: #A72611;
}
</style>
border-color css
<style>
span { border-color: #A72611; }
span { border-color: rgb(167,38,17); }
td.TdClassName
{
border-color: #A72611;
}
.TagClassName
{
border-color: #A72611;
}
</style>