Shades of Fire Brick #A82A16
Tints of Fire Brick #A82A16
RGB
CMYK
RGB Variations
Color information
#A82A16 (or 0xA82A16) is known color: Fire Brick. HEX triplet: A8, 2A and 16. RGB value is (168,42,22). Sum of RGB (Red+Green+Blue) = 168+42+22=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82A16 is #57D5E9. Grayscale: #4D4D4D. Windows color (decimal): -5756394 or 1452712. OLE color: 1452712.
HSL color Cylindrical-coordinate representation of color #A82A16: hue angle of 8.22º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A82A16 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 42 | 22 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.34 |
| HSL | 8.22º | 0.77% | 0.37% | - |
| HSV(B) | 8.22º | 0.87% | 0.66% | - |
| XYZ | 17.12 | 10.04 | 1.79 | - |
| YUV | 77.39 | 96.74 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 42 | 22 | 0 | 0.75 | 0.87 | 0.34 | 8.22 | 0.77 | 0.37 |
| Hex | A8 | 2A | 16 | 0 | 4B | 57 | 22 | 8 | 4D | 25 |
| Octal | 250 | 52 | 26 | 0 | 113 | 127 | 42 | 10 | 115 | 45 |
| Binary | 10101000 | 101010 | 10110 | 0 | 1001011 | 1010111 | 100010 | 1000 | 1001101 | 100101 |
Color Harmonies of #A82A16
Complementary color
Monochromatic Colors of #A82A16
Black with #A82A16
Text Example
Text Example
White with #A82A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82A16; }
p { color: rgb(168,42,22); }
H1.HeaderClassName
{
color: #A82A16;
}
.AnyTagClassName
{
color: #A82A16;
}
</style>
background-color css
<style>
a { background-color: #A82A16; }
a { background-color: rgb(168,42,22); }
div.DivClassName
{
background-color: #A82A16;
}
.BgClassName
{
background-color: #A82A16;
}
</style>
border-color css
<style>
span { border-color: #A82A16; }
span { border-color: rgb(168,42,22); }
td.TdClassName
{
border-color: #A82A16;
}
.TagClassName
{
border-color: #A82A16;
}
</style>