Shades of Fire Brick #A82613
Tints of Fire Brick #A82613
RGB
CMYK
RGB Variations
Color information
#A82613 (or 0xA82613) is known color: Fire Brick. HEX triplet: A8, 26 and 13. RGB value is (168,38,19). Sum of RGB (Red+Green+Blue) = 168+38+19=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A82613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82613 is #57D9EC. Grayscale: #4A4A4A. Windows color (decimal): -5757421 or 1255080. OLE color: 1255080.
HSL color Cylindrical-coordinate representation of color #A82613: hue angle of 7.65º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A82613 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 19 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.34 |
| HSL | 7.65º | 0.8% | 0.37% | - |
| HSV(B) | 7.65º | 0.89% | 0.66% | - |
| XYZ | 16.96 | 9.76 | 1.61 | - |
| YUV | 74.7 | 96.57 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 19 | 0 | 0.77 | 0.89 | 0.34 | 7.65 | 0.8 | 0.37 |
| Hex | A8 | 26 | 13 | 0 | 4D | 59 | 22 | 8 | 50 | 25 |
| Octal | 250 | 46 | 23 | 0 | 115 | 131 | 42 | 10 | 120 | 45 |
| Binary | 10101000 | 100110 | 10011 | 0 | 1001101 | 1011001 | 100010 | 1000 | 1010000 | 100101 |
Color Harmonies of #A82613
Complementary color
Monochromatic Colors of #A82613
Black with #A82613
Text Example
Text Example
White with #A82613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82613; }
p { color: rgb(168,38,19); }
H1.HeaderClassName
{
color: #A82613;
}
.AnyTagClassName
{
color: #A82613;
}
</style>
background-color css
<style>
a { background-color: #A82613; }
a { background-color: rgb(168,38,19); }
div.DivClassName
{
background-color: #A82613;
}
.BgClassName
{
background-color: #A82613;
}
</style>
border-color css
<style>
span { border-color: #A82613; }
span { border-color: rgb(168,38,19); }
td.TdClassName
{
border-color: #A82613;
}
.TagClassName
{
border-color: #A82613;
}
</style>