Shades of Fire Brick #A82010
Tints of Fire Brick #A82010
RGB
CMYK
RGB Variations
Color information
#A82010 (or 0xA82010) is known color: Fire Brick. HEX triplet: A8, 20 and 10. RGB value is (168,32,16). Sum of RGB (Red+Green+Blue) = 168+32+16=216 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.78% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 168 - color contains mainly: red. Hex color #A82010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82010 is #57DFEF. Grayscale: #474747. Windows color (decimal): -5758960 or 1056936. OLE color: 1056936.
HSL color Cylindrical-coordinate representation of color #A82010: hue angle of 6.32º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A82010 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 16 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.34 |
| HSL | 6.32º | 0.83% | 0.36% | - |
| HSV(B) | 6.32º | 0.9% | 0.66% | - |
| XYZ | 16.76 | 9.4 | 1.42 | - |
| YUV | 70.84 | 97.06 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 16 | 0 | 0.81 | 0.90 | 0.34 | 6.32 | 0.83 | 0.36 |
| Hex | A8 | 20 | 10 | 0 | 51 | 5A | 22 | 6 | 53 | 24 |
| Octal | 250 | 40 | 20 | 0 | 121 | 132 | 42 | 6 | 123 | 44 |
| Binary | 10101000 | 100000 | 10000 | 0 | 1010001 | 1011010 | 100010 | 110 | 1010011 | 100100 |
Color Harmonies of #A82010
Complementary color
Monochromatic Colors of #A82010
Black with #A82010
Text Example
Text Example
White with #A82010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82010; }
p { color: rgb(168,32,16); }
H1.HeaderClassName
{
color: #A82010;
}
.AnyTagClassName
{
color: #A82010;
}
</style>
background-color css
<style>
a { background-color: #A82010; }
a { background-color: rgb(168,32,16); }
div.DivClassName
{
background-color: #A82010;
}
.BgClassName
{
background-color: #A82010;
}
</style>
border-color css
<style>
span { border-color: #A82010; }
span { border-color: rgb(168,32,16); }
td.TdClassName
{
border-color: #A82010;
}
.TagClassName
{
border-color: #A82010;
}
</style>