Shades of Fire Brick #A82D16
Tints of Fire Brick #A82D16
RGB
CMYK
RGB Variations
Color information
#A82D16 (or 0xA82D16) is known color: Fire Brick. HEX triplet: A8, 2D and 16. RGB value is (168,45,22). Sum of RGB (Red+Green+Blue) = 168+45+22=235 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.49% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82D16 is #57D2E9. Grayscale: #4F4F4F. Windows color (decimal): -5755626 or 1453480. OLE color: 1453480.
HSL color Cylindrical-coordinate representation of color #A82D16: hue angle of 9.45º 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 #A82D16 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 45 | 22 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.34 |
| HSL | 9.45º | 0.77% | 0.37% | - |
| HSV(B) | 9.45º | 0.87% | 0.66% | - |
| XYZ | 17.23 | 10.26 | 1.83 | - |
| YUV | 79.16 | 95.75 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 22 | 0 | 0.73 | 0.87 | 0.34 | 9.45 | 0.77 | 0.37 |
| Hex | A8 | 2D | 16 | 0 | 49 | 57 | 22 | 9 | 4D | 25 |
| Octal | 250 | 55 | 26 | 0 | 111 | 127 | 42 | 11 | 115 | 45 |
| Binary | 10101000 | 101101 | 10110 | 0 | 1001001 | 1010111 | 100010 | 1001 | 1001101 | 100101 |
Color Harmonies of #A82D16
Complementary color
Monochromatic Colors of #A82D16
Black with #A82D16
Text Example
Text Example
White with #A82D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82D16; }
p { color: rgb(168,45,22); }
H1.HeaderClassName
{
color: #A82D16;
}
.AnyTagClassName
{
color: #A82D16;
}
</style>
background-color css
<style>
a { background-color: #A82D16; }
a { background-color: rgb(168,45,22); }
div.DivClassName
{
background-color: #A82D16;
}
.BgClassName
{
background-color: #A82D16;
}
</style>
border-color css
<style>
span { border-color: #A82D16; }
span { border-color: rgb(168,45,22); }
td.TdClassName
{
border-color: #A82D16;
}
.TagClassName
{
border-color: #A82D16;
}
</style>