Shades of Fire Brick #B1301F
Tints of Fire Brick #B1301F
RGB
CMYK
RGB Variations
Color information
#B1301F (or 0xB1301F) is known color: Fire Brick. HEX triplet: B1, 30 and 1F. RGB value is (177,48,31). Sum of RGB (Red+Green+Blue) = 177+48+31=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B1301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1301F is #4ECFE0. Grayscale: #545454. Windows color (decimal): -5165025 or 2044081. OLE color: 2044081.
HSL color Cylindrical-coordinate representation of color #B1301F: hue angle of 6.99º 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 #B1301F is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 48 | 31 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.31 |
| HSL | 6.99º | 0.7% | 0.41% | - |
| HSV(B) | 6.99º | 0.82% | 0.69% | - |
| XYZ | 19.44 | 11.56 | 2.5 | - |
| YUV | 84.63 | 97.74 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 31 | 0 | 0.73 | 0.82 | 0.31 | 6.99 | 0.7 | 0.41 |
| Hex | B1 | 30 | 1F | 0 | 49 | 52 | 1F | 7 | 46 | 29 |
| Octal | 261 | 60 | 37 | 0 | 111 | 122 | 37 | 7 | 106 | 51 |
| Binary | 10110001 | 110000 | 11111 | 0 | 1001001 | 1010010 | 11111 | 111 | 1000110 | 101001 |
Color Harmonies of #B1301F
Complementary color
Monochromatic Colors of #B1301F
Black with #B1301F
Text Example
Text Example
White with #B1301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1301F; }
p { color: rgb(177,48,31); }
H1.HeaderClassName
{
color: #B1301F;
}
.AnyTagClassName
{
color: #B1301F;
}
</style>
background-color css
<style>
a { background-color: #B1301F; }
a { background-color: rgb(177,48,31); }
div.DivClassName
{
background-color: #B1301F;
}
.BgClassName
{
background-color: #B1301F;
}
</style>
border-color css
<style>
span { border-color: #B1301F; }
span { border-color: rgb(177,48,31); }
td.TdClassName
{
border-color: #B1301F;
}
.TagClassName
{
border-color: #B1301F;
}
</style>