Shades of Fire Brick #A82D13
Tints of Fire Brick #A82D13
RGB
CMYK
RGB Variations
Color information
#A82D13 (or 0xA82D13) is known color: Fire Brick. HEX triplet: A8, 2D and 13. RGB value is (168,45,19). Sum of RGB (Red+Green+Blue) = 168+45+19=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82D13 is #57D2EC. Grayscale: #4F4F4F. Windows color (decimal): -5755629 or 1256872. OLE color: 1256872.
HSL color Cylindrical-coordinate representation of color #A82D13: hue angle of 10.47º 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 #A82D13 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 45 | 19 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.34 |
| HSL | 10.47º | 0.8% | 0.37% | - |
| HSV(B) | 10.47º | 0.89% | 0.66% | - |
| XYZ | 17.2 | 10.25 | 1.69 | - |
| YUV | 78.81 | 94.25 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 19 | 0 | 0.73 | 0.89 | 0.34 | 10.47 | 0.8 | 0.37 |
| Hex | A8 | 2D | 13 | 0 | 49 | 59 | 22 | A | 50 | 25 |
| Octal | 250 | 55 | 23 | 0 | 111 | 131 | 42 | 12 | 120 | 45 |
| Binary | 10101000 | 101101 | 10011 | 0 | 1001001 | 1011001 | 100010 | 1010 | 1010000 | 100101 |
Color Harmonies of #A82D13
Complementary color
Monochromatic Colors of #A82D13
Black with #A82D13
Text Example
Text Example
White with #A82D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82D13; }
p { color: rgb(168,45,19); }
H1.HeaderClassName
{
color: #A82D13;
}
.AnyTagClassName
{
color: #A82D13;
}
</style>
background-color css
<style>
a { background-color: #A82D13; }
a { background-color: rgb(168,45,19); }
div.DivClassName
{
background-color: #A82D13;
}
.BgClassName
{
background-color: #A82D13;
}
</style>
border-color css
<style>
span { border-color: #A82D13; }
span { border-color: rgb(168,45,19); }
td.TdClassName
{
border-color: #A82D13;
}
.TagClassName
{
border-color: #A82D13;
}
</style>