Shades of Fire Brick #A82015
Tints of Fire Brick #A82015
RGB
CMYK
RGB Variations
Color information
#A82015 (or 0xA82015) is known color: Fire Brick. HEX triplet: A8, 20 and 15. RGB value is (168,32,21). Sum of RGB (Red+Green+Blue) = 168+32+21=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A82015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82015 is #57DFEA. Grayscale: #474747. Windows color (decimal): -5758955 or 1384616. OLE color: 1384616.
HSL color Cylindrical-coordinate representation of color #A82015: hue angle of 4.49º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A82015 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 21 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.34 |
| HSL | 4.49º | 0.78% | 0.37% | - |
| HSV(B) | 4.49º | 0.88% | 0.66% | - |
| XYZ | 16.8 | 9.41 | 1.64 | - |
| YUV | 71.41 | 99.56 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 21 | 0 | 0.81 | 0.88 | 0.34 | 4.49 | 0.78 | 0.37 |
| Hex | A8 | 20 | 15 | 0 | 51 | 58 | 22 | 4 | 4E | 25 |
| Octal | 250 | 40 | 25 | 0 | 121 | 130 | 42 | 4 | 116 | 45 |
| Binary | 10101000 | 100000 | 10101 | 0 | 1010001 | 1011000 | 100010 | 100 | 1001110 | 100101 |
Color Harmonies of #A82015
Complementary color
Monochromatic Colors of #A82015
Black with #A82015
Text Example
Text Example
White with #A82015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82015; }
p { color: rgb(168,32,21); }
H1.HeaderClassName
{
color: #A82015;
}
.AnyTagClassName
{
color: #A82015;
}
</style>
background-color css
<style>
a { background-color: #A82015; }
a { background-color: rgb(168,32,21); }
div.DivClassName
{
background-color: #A82015;
}
.BgClassName
{
background-color: #A82015;
}
</style>
border-color css
<style>
span { border-color: #A82015; }
span { border-color: rgb(168,32,21); }
td.TdClassName
{
border-color: #A82015;
}
.TagClassName
{
border-color: #A82015;
}
</style>