Shades of Fire Brick #B1331C
Tints of Fire Brick #B1331C
RGB
CMYK
RGB Variations
Color information
#B1331C (or 0xB1331C) is known color: Fire Brick. HEX triplet: B1, 33 and 1C. RGB value is (177,51,28). Sum of RGB (Red+Green+Blue) = 177+51+28=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B1331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1331C is #4ECCE3. Grayscale: #565656. Windows color (decimal): -5164260 or 1848241. OLE color: 1848241.
HSL color Cylindrical-coordinate representation of color #B1331C: hue angle of 9.26º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1331C is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 28 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.31 |
| HSL | 9.26º | 0.73% | 0.4% | - |
| HSV(B) | 9.26º | 0.84% | 0.69% | - |
| XYZ | 19.52 | 11.8 | 2.35 | - |
| YUV | 86.05 | 95.24 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 28 | 0 | 0.71 | 0.84 | 0.31 | 9.26 | 0.73 | 0.4 |
| Hex | B1 | 33 | 1C | 0 | 47 | 54 | 1F | 9 | 49 | 28 |
| Octal | 261 | 63 | 34 | 0 | 107 | 124 | 37 | 11 | 111 | 50 |
| Binary | 10110001 | 110011 | 11100 | 0 | 1000111 | 1010100 | 11111 | 1001 | 1001001 | 101000 |
Color Harmonies of #B1331C
Complementary color
Monochromatic Colors of #B1331C
Black with #B1331C
Text Example
Text Example
White with #B1331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1331C; }
p { color: rgb(177,51,28); }
H1.HeaderClassName
{
color: #B1331C;
}
.AnyTagClassName
{
color: #B1331C;
}
</style>
background-color css
<style>
a { background-color: #B1331C; }
a { background-color: rgb(177,51,28); }
div.DivClassName
{
background-color: #B1331C;
}
.BgClassName
{
background-color: #B1331C;
}
</style>
border-color css
<style>
span { border-color: #B1331C; }
span { border-color: rgb(177,51,28); }
td.TdClassName
{
border-color: #B1331C;
}
.TagClassName
{
border-color: #B1331C;
}
</style>