Shades of Fire Brick #B11D0E
Tints of Fire Brick #B11D0E
RGB
CMYK
RGB Variations
Color information
#B11D0E (or 0xB11D0E) is known color: Fire Brick. HEX triplet: B1, 1D and 0E. RGB value is (177,29,14). Sum of RGB (Red+Green+Blue) = 177+29+14=220 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.45% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11D0E is #4EE2F1. Grayscale: #474747. Windows color (decimal): -5169906 or 925105. OLE color: 925105.
HSL color Cylindrical-coordinate representation of color #B11D0E: hue angle of 5.52º 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 #B11D0E is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 14 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.31 |
| HSL | 5.52º | 0.85% | 0.37% | - |
| HSV(B) | 5.52º | 0.92% | 0.69% | - |
| XYZ | 18.65 | 10.26 | 1.41 | - |
| YUV | 71.54 | 95.53 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 14 | 0 | 0.84 | 0.92 | 0.31 | 5.52 | 0.85 | 0.37 |
| Hex | B1 | 1D | E | 0 | 54 | 5C | 1F | 6 | 55 | 25 |
| Octal | 261 | 35 | 16 | 0 | 124 | 134 | 37 | 6 | 125 | 45 |
| Binary | 10110001 | 11101 | 1110 | 0 | 1010100 | 1011100 | 11111 | 110 | 1010101 | 100101 |
Color Harmonies of #B11D0E
Complementary color
Monochromatic Colors of #B11D0E
Black with #B11D0E
Text Example
Text Example
White with #B11D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D0E; }
p { color: rgb(177,29,14); }
H1.HeaderClassName
{
color: #B11D0E;
}
.AnyTagClassName
{
color: #B11D0E;
}
</style>
background-color css
<style>
a { background-color: #B11D0E; }
a { background-color: rgb(177,29,14); }
div.DivClassName
{
background-color: #B11D0E;
}
.BgClassName
{
background-color: #B11D0E;
}
</style>
border-color css
<style>
span { border-color: #B11D0E; }
span { border-color: rgb(177,29,14); }
td.TdClassName
{
border-color: #B11D0E;
}
.TagClassName
{
border-color: #B11D0E;
}
</style>