Shades of Fire Brick #B11C0E
Tints of Fire Brick #B11C0E
RGB
CMYK
RGB Variations
Color information
#B11C0E (or 0xB11C0E) is known color: Fire Brick. HEX triplet: B1, 1C and 0E. RGB value is (177,28,14). Sum of RGB (Red+Green+Blue) = 177+28+14=219 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.82% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11C0E is #4EE3F1. Grayscale: #474747. Windows color (decimal): -5170162 or 924849. OLE color: 924849.
HSL color Cylindrical-coordinate representation of color #B11C0E: hue angle of 5.15º 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 #B11C0E is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 28 | 14 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.31 |
| HSL | 5.15º | 0.85% | 0.37% | - |
| HSV(B) | 5.15º | 0.92% | 0.69% | - |
| XYZ | 18.63 | 10.21 | 1.4 | - |
| YUV | 70.96 | 95.86 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 28 | 14 | 0 | 0.84 | 0.92 | 0.31 | 5.15 | 0.85 | 0.37 |
| Hex | B1 | 1C | E | 0 | 54 | 5C | 1F | 5 | 55 | 25 |
| Octal | 261 | 34 | 16 | 0 | 124 | 134 | 37 | 5 | 125 | 45 |
| Binary | 10110001 | 11100 | 1110 | 0 | 1010100 | 1011100 | 11111 | 101 | 1010101 | 100101 |
Color Harmonies of #B11C0E
Complementary color
Monochromatic Colors of #B11C0E
Black with #B11C0E
Text Example
Text Example
White with #B11C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11C0E; }
p { color: rgb(177,28,14); }
H1.HeaderClassName
{
color: #B11C0E;
}
.AnyTagClassName
{
color: #B11C0E;
}
</style>
background-color css
<style>
a { background-color: #B11C0E; }
a { background-color: rgb(177,28,14); }
div.DivClassName
{
background-color: #B11C0E;
}
.BgClassName
{
background-color: #B11C0E;
}
</style>
border-color css
<style>
span { border-color: #B11C0E; }
span { border-color: rgb(177,28,14); }
td.TdClassName
{
border-color: #B11C0E;
}
.TagClassName
{
border-color: #B11C0E;
}
</style>