Shades of Fire Brick #A82005
Tints of Fire Brick #A82005
RGB
CMYK
RGB Variations
Color information
#A82005 (or 0xA82005) is known color: Fire Brick. HEX triplet: A8, 20 and 05. RGB value is (168,32,5). Sum of RGB (Red+Green+Blue) = 168+32+5=205 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.95% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 168 - color contains mainly: red. Hex color #A82005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82005 is #57DFFA. Grayscale: #454545. Windows color (decimal): -5758971 or 336040. OLE color: 336040.
HSL color Cylindrical-coordinate representation of color #A82005: hue angle of 9.94º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A82005 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 5 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.34 |
| HSL | 9.94º | 0.94% | 0.34% | - |
| HSV(B) | 9.94º | 0.97% | 0.66% | - |
| XYZ | 16.69 | 9.37 | 1.07 | - |
| YUV | 69.59 | 91.56 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 5 | 0 | 0.81 | 0.97 | 0.34 | 9.94 | 0.94 | 0.34 |
| Hex | A8 | 20 | 5 | 0 | 51 | 61 | 22 | A | 5E | 22 |
| Octal | 250 | 40 | 5 | 0 | 121 | 141 | 42 | 12 | 136 | 42 |
| Binary | 10101000 | 100000 | 101 | 0 | 1010001 | 1100001 | 100010 | 1010 | 1011110 | 100010 |
Color Harmonies of #A82005
Complementary color
Monochromatic Colors of #A82005
Black with #A82005
Text Example
Text Example
White with #A82005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82005; }
p { color: rgb(168,32,5); }
H1.HeaderClassName
{
color: #A82005;
}
.AnyTagClassName
{
color: #A82005;
}
</style>
background-color css
<style>
a { background-color: #A82005; }
a { background-color: rgb(168,32,5); }
div.DivClassName
{
background-color: #A82005;
}
.BgClassName
{
background-color: #A82005;
}
</style>
border-color css
<style>
span { border-color: #A82005; }
span { border-color: rgb(168,32,5); }
td.TdClassName
{
border-color: #A82005;
}
.TagClassName
{
border-color: #A82005;
}
</style>