Shades of Fire Brick #B1331F
Tints of Fire Brick #B1331F
RGB
CMYK
RGB Variations
Color information
#B1331F (or 0xB1331F) is known color: Fire Brick. HEX triplet: B1, 33 and 1F. RGB value is (177,51,31). Sum of RGB (Red+Green+Blue) = 177+51+31=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B1331F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1331F is #4ECCE0. Grayscale: #565656. Windows color (decimal): -5164257 or 2044849. OLE color: 2044849.
HSL color Cylindrical-coordinate representation of color #B1331F: hue angle of 8.22º 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 #B1331F is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 31 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.31 |
| HSL | 8.22º | 0.7% | 0.41% | - |
| HSV(B) | 8.22º | 0.82% | 0.69% | - |
| XYZ | 19.56 | 11.81 | 2.55 | - |
| YUV | 86.39 | 96.74 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 31 | 0 | 0.71 | 0.82 | 0.31 | 8.22 | 0.7 | 0.41 |
| Hex | B1 | 33 | 1F | 0 | 47 | 52 | 1F | 8 | 46 | 29 |
| Octal | 261 | 63 | 37 | 0 | 107 | 122 | 37 | 10 | 106 | 51 |
| Binary | 10110001 | 110011 | 11111 | 0 | 1000111 | 1010010 | 11111 | 1000 | 1000110 | 101001 |
Color Harmonies of #B1331F
Complementary color
Monochromatic Colors of #B1331F
Black with #B1331F
Text Example
Text Example
White with #B1331F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1331F; }
p { color: rgb(177,51,31); }
H1.HeaderClassName
{
color: #B1331F;
}
.AnyTagClassName
{
color: #B1331F;
}
</style>
background-color css
<style>
a { background-color: #B1331F; }
a { background-color: rgb(177,51,31); }
div.DivClassName
{
background-color: #B1331F;
}
.BgClassName
{
background-color: #B1331F;
}
</style>
border-color css
<style>
span { border-color: #B1331F; }
span { border-color: rgb(177,51,31); }
td.TdClassName
{
border-color: #B1331F;
}
.TagClassName
{
border-color: #B1331F;
}
</style>