Shades of Fire Brick #B1100F
Tints of Fire Brick #B1100F
RGB
CMYK
RGB Variations
Color information
#B1100F (or 0xB1100F) is known color: Fire Brick. HEX triplet: B1, 10 and 0F. RGB value is (177,16,15). Sum of RGB (Red+Green+Blue) = 177+16+15=208 (27% of max value = 765). Red value is 177 (69.53% from 255 or 85.10% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 177 - color contains mainly: red. Hex color #B1100F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1100F is #4EEFF0. Grayscale: #404040. Windows color (decimal): -5173233 or 987313. OLE color: 987313.
HSL color Cylindrical-coordinate representation of color #B1100F: hue angle of 0.37º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1100F is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 15 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.31 |
| HSL | 0.37º | 0.84% | 0.38% | - |
| HSV(B) | 0.37º | 0.92% | 0.69% | - |
| XYZ | 18.4 | 9.75 | 1.36 | - |
| YUV | 64.03 | 100.34 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 15 | 0 | 0.91 | 0.92 | 0.31 | 0.37 | 0.84 | 0.38 |
| Hex | B1 | 10 | F | 0 | 5B | 5C | 1F | 0 | 54 | 26 |
| Octal | 261 | 20 | 17 | 0 | 133 | 134 | 37 | 0 | 124 | 46 |
| Binary | 10110001 | 10000 | 1111 | 0 | 1011011 | 1011100 | 11111 | 0 | 1010100 | 100110 |
Color Harmonies of #B1100F
Complementary color
Monochromatic Colors of #B1100F
Black with #B1100F
Text Example
Text Example
White with #B1100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1100F; }
p { color: rgb(177,16,15); }
H1.HeaderClassName
{
color: #B1100F;
}
.AnyTagClassName
{
color: #B1100F;
}
</style>
background-color css
<style>
a { background-color: #B1100F; }
a { background-color: rgb(177,16,15); }
div.DivClassName
{
background-color: #B1100F;
}
.BgClassName
{
background-color: #B1100F;
}
</style>
border-color css
<style>
span { border-color: #B1100F; }
span { border-color: rgb(177,16,15); }
td.TdClassName
{
border-color: #B1100F;
}
.TagClassName
{
border-color: #B1100F;
}
</style>