Shades of Fire Brick #A82513
Tints of Fire Brick #A82513
RGB
CMYK
RGB Variations
Color information
#A82513 (or 0xA82513) is known color: Fire Brick. HEX triplet: A8, 25 and 13. RGB value is (168,37,19). Sum of RGB (Red+Green+Blue) = 168+37+19=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A82513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82513 is #57DAEC. Grayscale: #4A4A4A. Windows color (decimal): -5757677 or 1254824. OLE color: 1254824.
HSL color Cylindrical-coordinate representation of color #A82513: hue angle of 7.25º 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 #A82513 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 37 | 19 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.34 |
| HSL | 7.25º | 0.8% | 0.37% | - |
| HSV(B) | 7.25º | 0.89% | 0.66% | - |
| XYZ | 16.93 | 9.69 | 1.6 | - |
| YUV | 74.12 | 96.9 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 19 | 0 | 0.78 | 0.89 | 0.34 | 7.25 | 0.8 | 0.37 |
| Hex | A8 | 25 | 13 | 0 | 4E | 59 | 22 | 7 | 50 | 25 |
| Octal | 250 | 45 | 23 | 0 | 116 | 131 | 42 | 7 | 120 | 45 |
| Binary | 10101000 | 100101 | 10011 | 0 | 1001110 | 1011001 | 100010 | 111 | 1010000 | 100101 |
Color Harmonies of #A82513
Complementary color
Monochromatic Colors of #A82513
Black with #A82513
Text Example
Text Example
White with #A82513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82513; }
p { color: rgb(168,37,19); }
H1.HeaderClassName
{
color: #A82513;
}
.AnyTagClassName
{
color: #A82513;
}
</style>
background-color css
<style>
a { background-color: #A82513; }
a { background-color: rgb(168,37,19); }
div.DivClassName
{
background-color: #A82513;
}
.BgClassName
{
background-color: #A82513;
}
</style>
border-color css
<style>
span { border-color: #A82513; }
span { border-color: rgb(168,37,19); }
td.TdClassName
{
border-color: #A82513;
}
.TagClassName
{
border-color: #A82513;
}
</style>