Shades of Fire Brick #A82617
Tints of Fire Brick #A82617
RGB
CMYK
RGB Variations
Color information
#A82617 (or 0xA82617) is known color: Fire Brick. HEX triplet: A8, 26 and 17. RGB value is (168,38,23). Sum of RGB (Red+Green+Blue) = 168+38+23=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 23 (9.38% from 255 or 10.04% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A82617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82617 is #57D9E8. Grayscale: #4B4B4B. Windows color (decimal): -5757417 or 1517224. OLE color: 1517224.
HSL color Cylindrical-coordinate representation of color #A82617: hue angle of 6.21º 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 #A82617 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 23 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.34 |
| HSL | 6.21º | 0.76% | 0.37% | - |
| HSV(B) | 6.21º | 0.86% | 0.66% | - |
| XYZ | 17 | 9.77 | 1.8 | - |
| YUV | 75.16 | 98.57 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 23 | 0 | 0.77 | 0.86 | 0.34 | 6.21 | 0.76 | 0.37 |
| Hex | A8 | 26 | 17 | 0 | 4D | 56 | 22 | 6 | 4C | 25 |
| Octal | 250 | 46 | 27 | 0 | 115 | 126 | 42 | 6 | 114 | 45 |
| Binary | 10101000 | 100110 | 10111 | 0 | 1001101 | 1010110 | 100010 | 110 | 1001100 | 100101 |
Color Harmonies of #A82617
Complementary color
Monochromatic Colors of #A82617
Black with #A82617
Text Example
Text Example
White with #A82617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82617; }
p { color: rgb(168,38,23); }
H1.HeaderClassName
{
color: #A82617;
}
.AnyTagClassName
{
color: #A82617;
}
</style>
background-color css
<style>
a { background-color: #A82617; }
a { background-color: rgb(168,38,23); }
div.DivClassName
{
background-color: #A82617;
}
.BgClassName
{
background-color: #A82617;
}
</style>
border-color css
<style>
span { border-color: #A82617; }
span { border-color: rgb(168,38,23); }
td.TdClassName
{
border-color: #A82617;
}
.TagClassName
{
border-color: #A82617;
}
</style>