Shades of Fire Brick #A0150E
Tints of Fire Brick #A0150E
RGB
CMYK
RGB Variations
Color information
#A0150E (or 0xA0150E) is known color: Fire Brick. HEX triplet: A0, 15 and 0E. RGB value is (160,21,14). Sum of RGB (Red+Green+Blue) = 160+21+14=195 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.05% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 160 - color contains mainly: red. Hex color #A0150E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0150E is #5FEAF1. Grayscale: #3D3D3D. Windows color (decimal): -6286066 or 923040. OLE color: 923040.
HSL color Cylindrical-coordinate representation of color #A0150E: hue angle of 2.88º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0150E is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 21 | 14 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.37 |
| HSL | 2.88º | 0.84% | 0.34% | - |
| HSV(B) | 2.88º | 0.91% | 0.63% | - |
| XYZ | 14.84 | 8.04 | 1.19 | - |
| YUV | 61.76 | 101.05 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 14 | 0 | 0.87 | 0.91 | 0.37 | 2.88 | 0.84 | 0.34 |
| Hex | A0 | 15 | E | 0 | 57 | 5B | 25 | 3 | 54 | 22 |
| Octal | 240 | 25 | 16 | 0 | 127 | 133 | 45 | 3 | 124 | 42 |
| Binary | 10100000 | 10101 | 1110 | 0 | 1010111 | 1011011 | 100101 | 11 | 1010100 | 100010 |
Color Harmonies of #A0150E
Complementary color
Monochromatic Colors of #A0150E
Black with #A0150E
Text Example
Text Example
White with #A0150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0150E; }
p { color: rgb(160,21,14); }
H1.HeaderClassName
{
color: #A0150E;
}
.AnyTagClassName
{
color: #A0150E;
}
</style>
background-color css
<style>
a { background-color: #A0150E; }
a { background-color: rgb(160,21,14); }
div.DivClassName
{
background-color: #A0150E;
}
.BgClassName
{
background-color: #A0150E;
}
</style>
border-color css
<style>
span { border-color: #A0150E; }
span { border-color: rgb(160,21,14); }
td.TdClassName
{
border-color: #A0150E;
}
.TagClassName
{
border-color: #A0150E;
}
</style>