Shades of Fire Brick #A82017
Tints of Fire Brick #A82017
RGB
CMYK
RGB Variations
Color information
#A82017 (or 0xA82017) is known color: Fire Brick. HEX triplet: A8, 20 and 17. RGB value is (168,32,23). Sum of RGB (Red+Green+Blue) = 168+32+23=223 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.34% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 23 (9.38% from 255 or 10.31% from 223); Max value from RGB is 168 - color contains mainly: red. Hex color #A82017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82017 is #57DFE8. Grayscale: #474747. Windows color (decimal): -5758953 or 1515688. OLE color: 1515688.
HSL color Cylindrical-coordinate representation of color #A82017: hue angle of 3.72º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A82017 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 23 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.34 |
| HSL | 3.72º | 0.76% | 0.37% | - |
| HSV(B) | 3.72º | 0.86% | 0.66% | - |
| XYZ | 16.82 | 9.42 | 1.74 | - |
| YUV | 71.64 | 100.56 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 23 | 0 | 0.81 | 0.86 | 0.34 | 3.72 | 0.76 | 0.37 |
| Hex | A8 | 20 | 17 | 0 | 51 | 56 | 22 | 4 | 4C | 25 |
| Octal | 250 | 40 | 27 | 0 | 121 | 126 | 42 | 4 | 114 | 45 |
| Binary | 10101000 | 100000 | 10111 | 0 | 1010001 | 1010110 | 100010 | 100 | 1001100 | 100101 |
Color Harmonies of #A82017
Complementary color
Monochromatic Colors of #A82017
Black with #A82017
Text Example
Text Example
White with #A82017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82017; }
p { color: rgb(168,32,23); }
H1.HeaderClassName
{
color: #A82017;
}
.AnyTagClassName
{
color: #A82017;
}
</style>
background-color css
<style>
a { background-color: #A82017; }
a { background-color: rgb(168,32,23); }
div.DivClassName
{
background-color: #A82017;
}
.BgClassName
{
background-color: #A82017;
}
</style>
border-color css
<style>
span { border-color: #A82017; }
span { border-color: rgb(168,32,23); }
td.TdClassName
{
border-color: #A82017;
}
.TagClassName
{
border-color: #A82017;
}
</style>