Shades of Fire Brick #A82A13
Tints of Fire Brick #A82A13
RGB
CMYK
RGB Variations
Color information
#A82A13 (or 0xA82A13) is known color: Fire Brick. HEX triplet: A8, 2A and 13. RGB value is (168,42,19). Sum of RGB (Red+Green+Blue) = 168+42+19=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82A13 is #57D5EC. Grayscale: #4D4D4D. Windows color (decimal): -5756397 or 1256104. OLE color: 1256104.
HSL color Cylindrical-coordinate representation of color #A82A13: hue angle of 9.26º 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 #A82A13 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 42 | 19 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.34 |
| HSL | 9.26º | 0.8% | 0.37% | - |
| HSV(B) | 9.26º | 0.89% | 0.66% | - |
| XYZ | 17.09 | 10.03 | 1.65 | - |
| YUV | 77.05 | 95.24 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 42 | 19 | 0 | 0.75 | 0.89 | 0.34 | 9.26 | 0.8 | 0.37 |
| Hex | A8 | 2A | 13 | 0 | 4B | 59 | 22 | 9 | 50 | 25 |
| Octal | 250 | 52 | 23 | 0 | 113 | 131 | 42 | 11 | 120 | 45 |
| Binary | 10101000 | 101010 | 10011 | 0 | 1001011 | 1011001 | 100010 | 1001 | 1010000 | 100101 |
Color Harmonies of #A82A13
Complementary color
Monochromatic Colors of #A82A13
Black with #A82A13
Text Example
Text Example
White with #A82A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82A13; }
p { color: rgb(168,42,19); }
H1.HeaderClassName
{
color: #A82A13;
}
.AnyTagClassName
{
color: #A82A13;
}
</style>
background-color css
<style>
a { background-color: #A82A13; }
a { background-color: rgb(168,42,19); }
div.DivClassName
{
background-color: #A82A13;
}
.BgClassName
{
background-color: #A82A13;
}
</style>
border-color css
<style>
span { border-color: #A82A13; }
span { border-color: rgb(168,42,19); }
td.TdClassName
{
border-color: #A82A13;
}
.TagClassName
{
border-color: #A82A13;
}
</style>