Shades of Fire Brick #A82C12
Tints of Fire Brick #A82C12
RGB
CMYK
RGB Variations
Color information
#A82C12 (or 0xA82C12) is known color: Fire Brick. HEX triplet: A8, 2C and 12. RGB value is (168,44,18). Sum of RGB (Red+Green+Blue) = 168+44+18=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82C12 is #57D3ED. Grayscale: #4E4E4E. Windows color (decimal): -5755886 or 1191080. OLE color: 1191080.
HSL color Cylindrical-coordinate representation of color #A82C12: hue angle of 10.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A82C12 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 44 | 18 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.34 |
| HSL | 10.4º | 0.81% | 0.36% | - |
| HSV(B) | 10.4º | 0.89% | 0.66% | - |
| XYZ | 17.16 | 10.17 | 1.63 | - |
| YUV | 78.11 | 94.08 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 44 | 18 | 0 | 0.74 | 0.89 | 0.34 | 10.4 | 0.81 | 0.36 |
| Hex | A8 | 2C | 12 | 0 | 4A | 59 | 22 | A | 51 | 24 |
| Octal | 250 | 54 | 22 | 0 | 112 | 131 | 42 | 12 | 121 | 44 |
| Binary | 10101000 | 101100 | 10010 | 0 | 1001010 | 1011001 | 100010 | 1010 | 1010001 | 100100 |
Color Harmonies of #A82C12
Complementary color
Monochromatic Colors of #A82C12
Black with #A82C12
Text Example
Text Example
White with #A82C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82C12; }
p { color: rgb(168,44,18); }
H1.HeaderClassName
{
color: #A82C12;
}
.AnyTagClassName
{
color: #A82C12;
}
</style>
background-color css
<style>
a { background-color: #A82C12; }
a { background-color: rgb(168,44,18); }
div.DivClassName
{
background-color: #A82C12;
}
.BgClassName
{
background-color: #A82C12;
}
</style>
border-color css
<style>
span { border-color: #A82C12; }
span { border-color: rgb(168,44,18); }
td.TdClassName
{
border-color: #A82C12;
}
.TagClassName
{
border-color: #A82C12;
}
</style>