Shades of Fire Brick #A82217
Tints of Fire Brick #A82217
RGB
CMYK
RGB Variations
Color information
#A82217 (or 0xA82217) is known color: Fire Brick. HEX triplet: A8, 22 and 17. RGB value is (168,34,23). Sum of RGB (Red+Green+Blue) = 168+34+23=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 23 (9.38% from 255 or 10.22% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A82217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82217 is #57DDE8. Grayscale: #484848. Windows color (decimal): -5758441 or 1516200. OLE color: 1516200.
HSL color Cylindrical-coordinate representation of color #A82217: hue angle of 4.55º 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 #A82217 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 34 | 23 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.34 |
| HSL | 4.55º | 0.76% | 0.37% | - |
| HSV(B) | 4.55º | 0.86% | 0.66% | - |
| XYZ | 16.88 | 9.53 | 1.76 | - |
| YUV | 72.81 | 99.89 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 23 | 0 | 0.80 | 0.86 | 0.34 | 4.55 | 0.76 | 0.37 |
| Hex | A8 | 22 | 17 | 0 | 50 | 56 | 22 | 5 | 4C | 25 |
| Octal | 250 | 42 | 27 | 0 | 120 | 126 | 42 | 5 | 114 | 45 |
| Binary | 10101000 | 100010 | 10111 | 0 | 1010000 | 1010110 | 100010 | 101 | 1001100 | 100101 |
Color Harmonies of #A82217
Complementary color
Monochromatic Colors of #A82217
Black with #A82217
Text Example
Text Example
White with #A82217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82217; }
p { color: rgb(168,34,23); }
H1.HeaderClassName
{
color: #A82217;
}
.AnyTagClassName
{
color: #A82217;
}
</style>
background-color css
<style>
a { background-color: #A82217; }
a { background-color: rgb(168,34,23); }
div.DivClassName
{
background-color: #A82217;
}
.BgClassName
{
background-color: #A82217;
}
</style>
border-color css
<style>
span { border-color: #A82217; }
span { border-color: rgb(168,34,23); }
td.TdClassName
{
border-color: #A82217;
}
.TagClassName
{
border-color: #A82217;
}
</style>