Shades of Fire Brick #B1331D
Tints of Fire Brick #B1331D
RGB
CMYK
RGB Variations
Color information
#B1331D (or 0xB1331D) is known color: Fire Brick. HEX triplet: B1, 33 and 1D. RGB value is (177,51,29). Sum of RGB (Red+Green+Blue) = 177+51+29=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B1331D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1331D is #4ECCE2. Grayscale: #565656. Windows color (decimal): -5164259 or 1913777. OLE color: 1913777.
HSL color Cylindrical-coordinate representation of color #B1331D: hue angle of 8.92º degrees, saturation: 0.72, 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 #B1331D is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 29 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.31 |
| HSL | 8.92º | 0.72% | 0.4% | - |
| HSV(B) | 8.92º | 0.84% | 0.69% | - |
| XYZ | 19.54 | 11.8 | 2.41 | - |
| YUV | 86.17 | 95.74 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 29 | 0 | 0.71 | 0.84 | 0.31 | 8.92 | 0.72 | 0.4 |
| Hex | B1 | 33 | 1D | 0 | 47 | 54 | 1F | 9 | 48 | 28 |
| Octal | 261 | 63 | 35 | 0 | 107 | 124 | 37 | 11 | 110 | 50 |
| Binary | 10110001 | 110011 | 11101 | 0 | 1000111 | 1010100 | 11111 | 1001 | 1001000 | 101000 |
Color Harmonies of #B1331D
Complementary color
Monochromatic Colors of #B1331D
Black with #B1331D
Text Example
Text Example
White with #B1331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1331D; }
p { color: rgb(177,51,29); }
H1.HeaderClassName
{
color: #B1331D;
}
.AnyTagClassName
{
color: #B1331D;
}
</style>
background-color css
<style>
a { background-color: #B1331D; }
a { background-color: rgb(177,51,29); }
div.DivClassName
{
background-color: #B1331D;
}
.BgClassName
{
background-color: #B1331D;
}
</style>
border-color css
<style>
span { border-color: #B1331D; }
span { border-color: rgb(177,51,29); }
td.TdClassName
{
border-color: #B1331D;
}
.TagClassName
{
border-color: #B1331D;
}
</style>