Shades of Fire Brick #A82307
Tints of Fire Brick #A82307
RGB
CMYK
RGB Variations
Color information
#A82307 (or 0xA82307) is known color: Fire Brick. HEX triplet: A8, 23 and 07. RGB value is (168,35,7). Sum of RGB (Red+Green+Blue) = 168+35+7=210 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 168 - color contains mainly: red. Hex color #A82307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82307 is #57DCF8. Grayscale: #474747. Windows color (decimal): -5758201 or 467880. OLE color: 467880.
HSL color Cylindrical-coordinate representation of color #A82307: hue angle of 10.43º 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 #A82307 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 7 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.34 |
| HSL | 10.43º | 0.92% | 0.34% | - |
| HSV(B) | 10.43º | 0.96% | 0.66% | - |
| XYZ | 16.79 | 9.54 | 1.16 | - |
| YUV | 71.58 | 91.56 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 7 | 0 | 0.79 | 0.96 | 0.34 | 10.43 | 0.92 | 0.34 |
| Hex | A8 | 23 | 7 | 0 | 4F | 60 | 22 | A | 5C | 22 |
| Octal | 250 | 43 | 7 | 0 | 117 | 140 | 42 | 12 | 134 | 42 |
| Binary | 10101000 | 100011 | 111 | 0 | 1001111 | 1100000 | 100010 | 1010 | 1011100 | 100010 |
Color Harmonies of #A82307
Complementary color
Monochromatic Colors of #A82307
Black with #A82307
Text Example
Text Example
White with #A82307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82307; }
p { color: rgb(168,35,7); }
H1.HeaderClassName
{
color: #A82307;
}
.AnyTagClassName
{
color: #A82307;
}
</style>
background-color css
<style>
a { background-color: #A82307; }
a { background-color: rgb(168,35,7); }
div.DivClassName
{
background-color: #A82307;
}
.BgClassName
{
background-color: #A82307;
}
</style>
border-color css
<style>
span { border-color: #A82307; }
span { border-color: rgb(168,35,7); }
td.TdClassName
{
border-color: #A82307;
}
.TagClassName
{
border-color: #A82307;
}
</style>