Shades of Fire Brick #B01E0E
Tints of Fire Brick #B01E0E
RGB
CMYK
RGB Variations
Color information
#B01E0E (or 0xB01E0E) is known color: Fire Brick. HEX triplet: B0, 1E and 0E. RGB value is (176,30,14). Sum of RGB (Red+Green+Blue) = 176+30+14=220 (29% of max value = 765). Red value is 176 (69.14% from 255 or 80% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 176 - color contains mainly: red. Hex color #B01E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B01E0E is #4FE1F1. Grayscale: #484848. Windows color (decimal): -5235186 or 925360. OLE color: 925360.
HSL color Cylindrical-coordinate representation of color #B01E0E: hue angle of 5.93º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B01E0E is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 30 | 14 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.31 |
| HSL | 5.93º | 0.85% | 0.37% | - |
| HSV(B) | 5.93º | 0.92% | 0.69% | - |
| XYZ | 18.45 | 10.19 | 1.41 | - |
| YUV | 71.83 | 95.37 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 30 | 14 | 0 | 0.83 | 0.92 | 0.31 | 5.93 | 0.85 | 0.37 |
| Hex | B0 | 1E | E | 0 | 53 | 5C | 1F | 6 | 55 | 25 |
| Octal | 260 | 36 | 16 | 0 | 123 | 134 | 37 | 6 | 125 | 45 |
| Binary | 10110000 | 11110 | 1110 | 0 | 1010011 | 1011100 | 11111 | 110 | 1010101 | 100101 |
Color Harmonies of #B01E0E
Complementary color
Monochromatic Colors of #B01E0E
Black with #B01E0E
Text Example
Text Example
White with #B01E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01E0E; }
p { color: rgb(176,30,14); }
H1.HeaderClassName
{
color: #B01E0E;
}
.AnyTagClassName
{
color: #B01E0E;
}
</style>
background-color css
<style>
a { background-color: #B01E0E; }
a { background-color: rgb(176,30,14); }
div.DivClassName
{
background-color: #B01E0E;
}
.BgClassName
{
background-color: #B01E0E;
}
</style>
border-color css
<style>
span { border-color: #B01E0E; }
span { border-color: rgb(176,30,14); }
td.TdClassName
{
border-color: #B01E0E;
}
.TagClassName
{
border-color: #B01E0E;
}
</style>