Shades of Fire Brick #A01E0B
Tints of Fire Brick #A01E0B
RGB
CMYK
RGB Variations
Color information
#A01E0B (or 0xA01E0B) is known color: Fire Brick. HEX triplet: A0, 1E and 0B. RGB value is (160,30,11). Sum of RGB (Red+Green+Blue) = 160+30+11=201 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.60% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01E0B is #5FE1F4. Grayscale: #424242. Windows color (decimal): -6283765 or 728736. OLE color: 728736.
HSL color Cylindrical-coordinate representation of color #A01E0B: hue angle of 7.65º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A01E0B is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 30 | 11 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.37 |
| HSL | 7.65º | 0.87% | 0.34% | - |
| HSV(B) | 7.65º | 0.93% | 0.63% | - |
| XYZ | 15.02 | 8.43 | 1.15 | - |
| YUV | 66.7 | 96.57 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 30 | 11 | 0 | 0.81 | 0.93 | 0.37 | 7.65 | 0.87 | 0.34 |
| Hex | A0 | 1E | B | 0 | 51 | 5D | 25 | 8 | 57 | 22 |
| Octal | 240 | 36 | 13 | 0 | 121 | 135 | 45 | 10 | 127 | 42 |
| Binary | 10100000 | 11110 | 1011 | 0 | 1010001 | 1011101 | 100101 | 1000 | 1010111 | 100010 |
Color Harmonies of #A01E0B
Complementary color
Monochromatic Colors of #A01E0B
Black with #A01E0B
Text Example
Text Example
White with #A01E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01E0B; }
p { color: rgb(160,30,11); }
H1.HeaderClassName
{
color: #A01E0B;
}
.AnyTagClassName
{
color: #A01E0B;
}
</style>
background-color css
<style>
a { background-color: #A01E0B; }
a { background-color: rgb(160,30,11); }
div.DivClassName
{
background-color: #A01E0B;
}
.BgClassName
{
background-color: #A01E0B;
}
</style>
border-color css
<style>
span { border-color: #A01E0B; }
span { border-color: rgb(160,30,11); }
td.TdClassName
{
border-color: #A01E0B;
}
.TagClassName
{
border-color: #A01E0B;
}
</style>