Shades of Fire Brick #A82914
Tints of Fire Brick #A82914
RGB
CMYK
RGB Variations
Color information
#A82914 (or 0xA82914) is known color: Fire Brick. HEX triplet: A8, 29 and 14. RGB value is (168,41,20). Sum of RGB (Red+Green+Blue) = 168+41+20=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A82914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82914 is #57D6EB. Grayscale: #4C4C4C. Windows color (decimal): -5756652 or 1321384. OLE color: 1321384.
HSL color Cylindrical-coordinate representation of color #A82914: hue angle of 8.51º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A82914 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 20 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.34 |
| HSL | 8.51º | 0.79% | 0.37% | - |
| HSV(B) | 8.51º | 0.88% | 0.66% | - |
| XYZ | 17.07 | 9.96 | 1.68 | - |
| YUV | 76.58 | 96.08 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 20 | 0 | 0.76 | 0.88 | 0.34 | 8.51 | 0.79 | 0.37 |
| Hex | A8 | 29 | 14 | 0 | 4C | 58 | 22 | 9 | 4F | 25 |
| Octal | 250 | 51 | 24 | 0 | 114 | 130 | 42 | 11 | 117 | 45 |
| Binary | 10101000 | 101001 | 10100 | 0 | 1001100 | 1011000 | 100010 | 1001 | 1001111 | 100101 |
Color Harmonies of #A82914
Complementary color
Monochromatic Colors of #A82914
Black with #A82914
Text Example
Text Example
White with #A82914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82914; }
p { color: rgb(168,41,20); }
H1.HeaderClassName
{
color: #A82914;
}
.AnyTagClassName
{
color: #A82914;
}
</style>
background-color css
<style>
a { background-color: #A82914; }
a { background-color: rgb(168,41,20); }
div.DivClassName
{
background-color: #A82914;
}
.BgClassName
{
background-color: #A82914;
}
</style>
border-color css
<style>
span { border-color: #A82914; }
span { border-color: rgb(168,41,20); }
td.TdClassName
{
border-color: #A82914;
}
.TagClassName
{
border-color: #A82914;
}
</style>