Shades of Fire Brick #A01E0A
Tints of Fire Brick #A01E0A
RGB
CMYK
RGB Variations
Color information
#A01E0A (or 0xA01E0A) is known color: Fire Brick. HEX triplet: A0, 1E and 0A. RGB value is (160,30,10). Sum of RGB (Red+Green+Blue) = 160+30+10=200 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01E0A is #5FE1F5. Grayscale: #424242. Windows color (decimal): -6283766 or 663200. OLE color: 663200.
HSL color Cylindrical-coordinate representation of color #A01E0A: hue angle of 8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A01E0A is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 30 | 10 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.37 |
| HSL | 8º | 0.88% | 0.33% | - |
| HSV(B) | 8º | 0.94% | 0.63% | - |
| XYZ | 15.02 | 8.42 | 1.12 | - |
| YUV | 66.59 | 96.07 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 30 | 10 | 0 | 0.81 | 0.94 | 0.37 | 8 | 0.88 | 0.33 |
| Hex | A0 | 1E | A | 0 | 51 | 5E | 25 | 8 | 58 | 21 |
| Octal | 240 | 36 | 12 | 0 | 121 | 136 | 45 | 10 | 130 | 41 |
| Binary | 10100000 | 11110 | 1010 | 0 | 1010001 | 1011110 | 100101 | 1000 | 1011000 | 100001 |
Color Harmonies of #A01E0A
Complementary color
Monochromatic Colors of #A01E0A
Black with #A01E0A
Text Example
Text Example
White with #A01E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01E0A; }
p { color: rgb(160,30,10); }
H1.HeaderClassName
{
color: #A01E0A;
}
.AnyTagClassName
{
color: #A01E0A;
}
</style>
background-color css
<style>
a { background-color: #A01E0A; }
a { background-color: rgb(160,30,10); }
div.DivClassName
{
background-color: #A01E0A;
}
.BgClassName
{
background-color: #A01E0A;
}
</style>
border-color css
<style>
span { border-color: #A01E0A; }
span { border-color: rgb(160,30,10); }
td.TdClassName
{
border-color: #A01E0A;
}
.TagClassName
{
border-color: #A01E0A;
}
</style>