Shades of Fire Brick #A82007
Tints of Fire Brick #A82007
RGB
CMYK
RGB Variations
Color information
#A82007 (or 0xA82007) is known color: Fire Brick. HEX triplet: A8, 20 and 07. RGB value is (168,32,7). Sum of RGB (Red+Green+Blue) = 168+32+7=207 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.16% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 168 - color contains mainly: red. Hex color #A82007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82007 is #57DFF8. Grayscale: #464646. Windows color (decimal): -5758969 or 467112. OLE color: 467112.
HSL color Cylindrical-coordinate representation of color #A82007: hue angle of 9.32º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A82007 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 7 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.34 |
| HSL | 9.32º | 0.92% | 0.34% | - |
| HSV(B) | 9.32º | 0.96% | 0.66% | - |
| XYZ | 16.7 | 9.37 | 1.13 | - |
| YUV | 69.81 | 92.56 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 7 | 0 | 0.81 | 0.96 | 0.34 | 9.32 | 0.92 | 0.34 |
| Hex | A8 | 20 | 7 | 0 | 51 | 60 | 22 | 9 | 5C | 22 |
| Octal | 250 | 40 | 7 | 0 | 121 | 140 | 42 | 11 | 134 | 42 |
| Binary | 10101000 | 100000 | 111 | 0 | 1010001 | 1100000 | 100010 | 1001 | 1011100 | 100010 |
Color Harmonies of #A82007
Complementary color
Monochromatic Colors of #A82007
Black with #A82007
Text Example
Text Example
White with #A82007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82007; }
p { color: rgb(168,32,7); }
H1.HeaderClassName
{
color: #A82007;
}
.AnyTagClassName
{
color: #A82007;
}
</style>
background-color css
<style>
a { background-color: #A82007; }
a { background-color: rgb(168,32,7); }
div.DivClassName
{
background-color: #A82007;
}
.BgClassName
{
background-color: #A82007;
}
</style>
border-color css
<style>
span { border-color: #A82007; }
span { border-color: rgb(168,32,7); }
td.TdClassName
{
border-color: #A82007;
}
.TagClassName
{
border-color: #A82007;
}
</style>