Shades of Fire Brick #A82004
Tints of Fire Brick #A82004
RGB
CMYK
RGB Variations
Color information
#A82004 (or 0xA82004) is known color: Fire Brick. HEX triplet: A8, 20 and 04. RGB value is (168,32,4). Sum of RGB (Red+Green+Blue) = 168+32+4=204 (27% of max value = 765). Red value is 168 (66.02% from 255 or 82.35% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 168 - color contains mainly: red. Hex color #A82004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82004 is #57DFFB. Grayscale: #454545. Windows color (decimal): -5758972 or 270504. OLE color: 270504.
HSL color Cylindrical-coordinate representation of color #A82004: hue angle of 10.24º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A82004 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 4 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.34 |
| HSL | 10.24º | 0.95% | 0.34% | - |
| HSV(B) | 10.24º | 0.98% | 0.66% | - |
| XYZ | 16.69 | 9.37 | 1.04 | - |
| YUV | 69.47 | 91.06 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 4 | 0 | 0.81 | 0.98 | 0.34 | 10.24 | 0.95 | 0.34 |
| Hex | A8 | 20 | 4 | 0 | 51 | 62 | 22 | A | 5F | 22 |
| Octal | 250 | 40 | 4 | 0 | 121 | 142 | 42 | 12 | 137 | 42 |
| Binary | 10101000 | 100000 | 100 | 0 | 1010001 | 1100010 | 100010 | 1010 | 1011111 | 100010 |
Color Harmonies of #A82004
Complementary color
Monochromatic Colors of #A82004
Black with #A82004
Text Example
Text Example
White with #A82004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82004; }
p { color: rgb(168,32,4); }
H1.HeaderClassName
{
color: #A82004;
}
.AnyTagClassName
{
color: #A82004;
}
</style>
background-color css
<style>
a { background-color: #A82004; }
a { background-color: rgb(168,32,4); }
div.DivClassName
{
background-color: #A82004;
}
.BgClassName
{
background-color: #A82004;
}
</style>
border-color css
<style>
span { border-color: #A82004; }
span { border-color: rgb(168,32,4); }
td.TdClassName
{
border-color: #A82004;
}
.TagClassName
{
border-color: #A82004;
}
</style>