Shades of Fire Brick #A82014
Tints of Fire Brick #A82014
RGB
CMYK
RGB Variations
Color information
#A82014 (or 0xA82014) is known color: Fire Brick. HEX triplet: A8, 20 and 14. RGB value is (168,32,20). Sum of RGB (Red+Green+Blue) = 168+32+20=220 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.36% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 168 - color contains mainly: red. Hex color #A82014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82014 is #57DFEB. Grayscale: #474747. Windows color (decimal): -5758956 or 1319080. OLE color: 1319080.
HSL color Cylindrical-coordinate representation of color #A82014: hue angle of 4.86º 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 #A82014 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 20 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.34 |
| HSL | 4.86º | 0.79% | 0.37% | - |
| HSV(B) | 4.86º | 0.88% | 0.66% | - |
| XYZ | 16.79 | 9.41 | 1.59 | - |
| YUV | 71.3 | 99.06 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 20 | 0 | 0.81 | 0.88 | 0.34 | 4.86 | 0.79 | 0.37 |
| Hex | A8 | 20 | 14 | 0 | 51 | 58 | 22 | 5 | 4F | 25 |
| Octal | 250 | 40 | 24 | 0 | 121 | 130 | 42 | 5 | 117 | 45 |
| Binary | 10101000 | 100000 | 10100 | 0 | 1010001 | 1011000 | 100010 | 101 | 1001111 | 100101 |
Color Harmonies of #A82014
Complementary color
Monochromatic Colors of #A82014
Black with #A82014
Text Example
Text Example
White with #A82014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82014; }
p { color: rgb(168,32,20); }
H1.HeaderClassName
{
color: #A82014;
}
.AnyTagClassName
{
color: #A82014;
}
</style>
background-color css
<style>
a { background-color: #A82014; }
a { background-color: rgb(168,32,20); }
div.DivClassName
{
background-color: #A82014;
}
.BgClassName
{
background-color: #A82014;
}
</style>
border-color css
<style>
span { border-color: #A82014; }
span { border-color: rgb(168,32,20); }
td.TdClassName
{
border-color: #A82014;
}
.TagClassName
{
border-color: #A82014;
}
</style>