Shades of Fire Brick #B1311F
Tints of Fire Brick #B1311F
RGB
CMYK
RGB Variations
Color information
#B1311F (or 0xB1311F) is known color: Fire Brick. HEX triplet: B1, 31 and 1F. RGB value is (177,49,31). Sum of RGB (Red+Green+Blue) = 177+49+31=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B1311F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1311F is #4ECEE0. Grayscale: #555555. Windows color (decimal): -5164769 or 2044337. OLE color: 2044337.
HSL color Cylindrical-coordinate representation of color #B1311F: hue angle of 7.4º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1311F is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 49 | 31 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.31 |
| HSL | 7.4º | 0.7% | 0.41% | - |
| HSV(B) | 7.4º | 0.82% | 0.69% | - |
| XYZ | 19.48 | 11.64 | 2.52 | - |
| YUV | 85.22 | 97.41 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 31 | 0 | 0.72 | 0.82 | 0.31 | 7.4 | 0.7 | 0.41 |
| Hex | B1 | 31 | 1F | 0 | 48 | 52 | 1F | 7 | 46 | 29 |
| Octal | 261 | 61 | 37 | 0 | 110 | 122 | 37 | 7 | 106 | 51 |
| Binary | 10110001 | 110001 | 11111 | 0 | 1001000 | 1010010 | 11111 | 111 | 1000110 | 101001 |
Color Harmonies of #B1311F
Complementary color
Monochromatic Colors of #B1311F
Black with #B1311F
Text Example
Text Example
White with #B1311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1311F; }
p { color: rgb(177,49,31); }
H1.HeaderClassName
{
color: #B1311F;
}
.AnyTagClassName
{
color: #B1311F;
}
</style>
background-color css
<style>
a { background-color: #B1311F; }
a { background-color: rgb(177,49,31); }
div.DivClassName
{
background-color: #B1311F;
}
.BgClassName
{
background-color: #B1311F;
}
</style>
border-color css
<style>
span { border-color: #B1311F; }
span { border-color: rgb(177,49,31); }
td.TdClassName
{
border-color: #B1311F;
}
.TagClassName
{
border-color: #B1311F;
}
</style>