Shades of Fire Brick #B0331C
Tints of Fire Brick #B0331C
RGB
CMYK
RGB Variations
Color information
#B0331C (or 0xB0331C) is known color: Fire Brick. HEX triplet: B0, 33 and 1C. RGB value is (176,51,28). Sum of RGB (Red+Green+Blue) = 176+51+28=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B0331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0331C is #4FCCE3. Grayscale: #555555. Windows color (decimal): -5229796 or 1848240. OLE color: 1848240.
HSL color Cylindrical-coordinate representation of color #B0331C: hue angle of 9.32º 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 #B0331C is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 28 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.31 |
| HSL | 9.32º | 0.73% | 0.4% | - |
| HSV(B) | 9.32º | 0.84% | 0.69% | - |
| XYZ | 19.3 | 11.68 | 2.34 | - |
| YUV | 85.75 | 95.41 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 28 | 0 | 0.71 | 0.84 | 0.31 | 9.32 | 0.73 | 0.4 |
| Hex | B0 | 33 | 1C | 0 | 47 | 54 | 1F | 9 | 49 | 28 |
| Octal | 260 | 63 | 34 | 0 | 107 | 124 | 37 | 11 | 111 | 50 |
| Binary | 10110000 | 110011 | 11100 | 0 | 1000111 | 1010100 | 11111 | 1001 | 1001001 | 101000 |
Color Harmonies of #B0331C
Complementary color
Monochromatic Colors of #B0331C
Black with #B0331C
Text Example
Text Example
White with #B0331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0331C; }
p { color: rgb(176,51,28); }
H1.HeaderClassName
{
color: #B0331C;
}
.AnyTagClassName
{
color: #B0331C;
}
</style>
background-color css
<style>
a { background-color: #B0331C; }
a { background-color: rgb(176,51,28); }
div.DivClassName
{
background-color: #B0331C;
}
.BgClassName
{
background-color: #B0331C;
}
</style>
border-color css
<style>
span { border-color: #B0331C; }
span { border-color: rgb(176,51,28); }
td.TdClassName
{
border-color: #B0331C;
}
.TagClassName
{
border-color: #B0331C;
}
</style>