Shades of Fire Brick #B11D1B
Tints of Fire Brick #B11D1B
RGB
CMYK
RGB Variations
Color information
#B11D1B (or 0xB11D1B) is known color: Fire Brick. HEX triplet: B1, 1D and 1B. RGB value is (177,29,27). Sum of RGB (Red+Green+Blue) = 177+29+27=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11D1B is #4EE2E4. Grayscale: #494949. Windows color (decimal): -5169893 or 1777073. OLE color: 1777073.
HSL color Cylindrical-coordinate representation of color #B11D1B: hue angle of 0.8º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11D1B is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 27 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.31 |
| HSL | 0.8º | 0.74% | 0.4% | - |
| HSV(B) | 0.8º | 0.85% | 0.69% | - |
| XYZ | 18.77 | 10.3 | 2.04 | - |
| YUV | 73.02 | 102.03 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 27 | 0 | 0.84 | 0.85 | 0.31 | 0.8 | 0.74 | 0.4 |
| Hex | B1 | 1D | 1B | 0 | 54 | 55 | 1F | 1 | 4A | 28 |
| Octal | 261 | 35 | 33 | 0 | 124 | 125 | 37 | 1 | 112 | 50 |
| Binary | 10110001 | 11101 | 11011 | 0 | 1010100 | 1010101 | 11111 | 1 | 1001010 | 101000 |
Color Harmonies of #B11D1B
Complementary color
Monochromatic Colors of #B11D1B
Black with #B11D1B
Text Example
Text Example
White with #B11D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D1B; }
p { color: rgb(177,29,27); }
H1.HeaderClassName
{
color: #B11D1B;
}
.AnyTagClassName
{
color: #B11D1B;
}
</style>
background-color css
<style>
a { background-color: #B11D1B; }
a { background-color: rgb(177,29,27); }
div.DivClassName
{
background-color: #B11D1B;
}
.BgClassName
{
background-color: #B11D1B;
}
</style>
border-color css
<style>
span { border-color: #B11D1B; }
span { border-color: rgb(177,29,27); }
td.TdClassName
{
border-color: #B11D1B;
}
.TagClassName
{
border-color: #B11D1B;
}
</style>