Shades of Fire Brick #A82008
Tints of Fire Brick #A82008
RGB
CMYK
RGB Variations
Color information
#A82008 (or 0xA82008) is known color: Fire Brick. HEX triplet: A8, 20 and 08. RGB value is (168,32,8). Sum of RGB (Red+Green+Blue) = 168+32+8=208 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.77% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 168 - color contains mainly: red. Hex color #A82008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82008 is #57DFF7. Grayscale: #464646. Windows color (decimal): -5758968 or 532648. OLE color: 532648.
HSL color Cylindrical-coordinate representation of color #A82008: hue angle of 9º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A82008 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 8 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.34 |
| HSL | 9º | 0.91% | 0.35% | - |
| HSV(B) | 9º | 0.95% | 0.66% | - |
| XYZ | 16.71 | 9.38 | 1.16 | - |
| YUV | 69.93 | 93.06 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 8 | 0 | 0.81 | 0.95 | 0.34 | 9 | 0.91 | 0.35 |
| Hex | A8 | 20 | 8 | 0 | 51 | 5F | 22 | 9 | 5B | 23 |
| Octal | 250 | 40 | 10 | 0 | 121 | 137 | 42 | 11 | 133 | 43 |
| Binary | 10101000 | 100000 | 1000 | 0 | 1010001 | 1011111 | 100010 | 1001 | 1011011 | 100011 |
Color Harmonies of #A82008
Complementary color
Monochromatic Colors of #A82008
Black with #A82008
Text Example
Text Example
White with #A82008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82008; }
p { color: rgb(168,32,8); }
H1.HeaderClassName
{
color: #A82008;
}
.AnyTagClassName
{
color: #A82008;
}
</style>
background-color css
<style>
a { background-color: #A82008; }
a { background-color: rgb(168,32,8); }
div.DivClassName
{
background-color: #A82008;
}
.BgClassName
{
background-color: #A82008;
}
</style>
border-color css
<style>
span { border-color: #A82008; }
span { border-color: rgb(168,32,8); }
td.TdClassName
{
border-color: #A82008;
}
.TagClassName
{
border-color: #A82008;
}
</style>