Shades of Fire Brick #B1331B
Tints of Fire Brick #B1331B
RGB
CMYK
RGB Variations
Color information
#B1331B (or 0xB1331B) is known color: Fire Brick. HEX triplet: B1, 33 and 1B. RGB value is (177,51,27). Sum of RGB (Red+Green+Blue) = 177+51+27=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B1331B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1331B is #4ECCE4. Grayscale: #565656. Windows color (decimal): -5164261 or 1782705. OLE color: 1782705.
HSL color Cylindrical-coordinate representation of color #B1331B: hue angle of 9.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1331B is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 27 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.31 |
| HSL | 9.6º | 0.74% | 0.4% | - |
| HSV(B) | 9.6º | 0.85% | 0.69% | - |
| XYZ | 19.51 | 11.79 | 2.28 | - |
| YUV | 85.94 | 94.74 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 27 | 0 | 0.71 | 0.85 | 0.31 | 9.6 | 0.74 | 0.4 |
| Hex | B1 | 33 | 1B | 0 | 47 | 55 | 1F | A | 4A | 28 |
| Octal | 261 | 63 | 33 | 0 | 107 | 125 | 37 | 12 | 112 | 50 |
| Binary | 10110001 | 110011 | 11011 | 0 | 1000111 | 1010101 | 11111 | 1010 | 1001010 | 101000 |
Color Harmonies of #B1331B
Complementary color
Monochromatic Colors of #B1331B
Black with #B1331B
Text Example
Text Example
White with #B1331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1331B; }
p { color: rgb(177,51,27); }
H1.HeaderClassName
{
color: #B1331B;
}
.AnyTagClassName
{
color: #B1331B;
}
</style>
background-color css
<style>
a { background-color: #B1331B; }
a { background-color: rgb(177,51,27); }
div.DivClassName
{
background-color: #B1331B;
}
.BgClassName
{
background-color: #B1331B;
}
</style>
border-color css
<style>
span { border-color: #B1331B; }
span { border-color: rgb(177,51,27); }
td.TdClassName
{
border-color: #B1331B;
}
.TagClassName
{
border-color: #B1331B;
}
</style>