Shades of Fire Brick #B0331E
Tints of Fire Brick #B0331E
RGB
CMYK
RGB Variations
Color information
#B0331E (or 0xB0331E) is known color: Fire Brick. HEX triplet: B0, 33 and 1E. RGB value is (176,51,30). Sum of RGB (Red+Green+Blue) = 176+51+30=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B0331E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0331E is #4FCCE1. Grayscale: #565656. Windows color (decimal): -5229794 or 1979312. OLE color: 1979312.
HSL color Cylindrical-coordinate representation of color #B0331E: hue angle of 8.63º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B0331E is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 30 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.31 |
| HSL | 8.63º | 0.71% | 0.4% | - |
| HSV(B) | 8.63º | 0.83% | 0.69% | - |
| XYZ | 19.32 | 11.69 | 2.47 | - |
| YUV | 85.98 | 96.41 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 30 | 0 | 0.71 | 0.83 | 0.31 | 8.63 | 0.71 | 0.4 |
| Hex | B0 | 33 | 1E | 0 | 47 | 53 | 1F | 9 | 47 | 28 |
| Octal | 260 | 63 | 36 | 0 | 107 | 123 | 37 | 11 | 107 | 50 |
| Binary | 10110000 | 110011 | 11110 | 0 | 1000111 | 1010011 | 11111 | 1001 | 1000111 | 101000 |
Color Harmonies of #B0331E
Complementary color
Monochromatic Colors of #B0331E
Black with #B0331E
Text Example
Text Example
White with #B0331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0331E; }
p { color: rgb(176,51,30); }
H1.HeaderClassName
{
color: #B0331E;
}
.AnyTagClassName
{
color: #B0331E;
}
</style>
background-color css
<style>
a { background-color: #B0331E; }
a { background-color: rgb(176,51,30); }
div.DivClassName
{
background-color: #B0331E;
}
.BgClassName
{
background-color: #B0331E;
}
</style>
border-color css
<style>
span { border-color: #B0331E; }
span { border-color: rgb(176,51,30); }
td.TdClassName
{
border-color: #B0331E;
}
.TagClassName
{
border-color: #B0331E;
}
</style>