Shades of Fire Brick #A02512
Tints of Fire Brick #A02512
RGB
CMYK
RGB Variations
Color information
#A02512 (or 0xA02512) is known color: Fire Brick. HEX triplet: A0, 25 and 12. RGB value is (160,37,18). Sum of RGB (Red+Green+Blue) = 160+37+18=215 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.42% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 160 - color contains mainly: red. Hex color #A02512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02512 is #5FDAED. Grayscale: #474747. Windows color (decimal): -6281966 or 1189280. OLE color: 1189280.
HSL color Cylindrical-coordinate representation of color #A02512: hue angle of 8.03º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A02512 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 18 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.37 |
| HSL | 8.03º | 0.8% | 0.35% | - |
| HSV(B) | 8.03º | 0.89% | 0.63% | - |
| XYZ | 15.27 | 8.84 | 1.47 | - |
| YUV | 71.61 | 97.75 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 18 | 0 | 0.77 | 0.89 | 0.37 | 8.03 | 0.8 | 0.35 |
| Hex | A0 | 25 | 12 | 0 | 4D | 59 | 25 | 8 | 50 | 23 |
| Octal | 240 | 45 | 22 | 0 | 115 | 131 | 45 | 10 | 120 | 43 |
| Binary | 10100000 | 100101 | 10010 | 0 | 1001101 | 1011001 | 100101 | 1000 | 1010000 | 100011 |
Color Harmonies of #A02512
Complementary color
Monochromatic Colors of #A02512
Black with #A02512
Text Example
Text Example
White with #A02512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02512; }
p { color: rgb(160,37,18); }
H1.HeaderClassName
{
color: #A02512;
}
.AnyTagClassName
{
color: #A02512;
}
</style>
background-color css
<style>
a { background-color: #A02512; }
a { background-color: rgb(160,37,18); }
div.DivClassName
{
background-color: #A02512;
}
.BgClassName
{
background-color: #A02512;
}
</style>
border-color css
<style>
span { border-color: #A02512; }
span { border-color: rgb(160,37,18); }
td.TdClassName
{
border-color: #A02512;
}
.TagClassName
{
border-color: #A02512;
}
</style>