Shades of Fire Brick #B0351E
Tints of Fire Brick #B0351E
RGB
CMYK
RGB Variations
Color information
#B0351E (or 0xB0351E) is known color: Fire Brick. HEX triplet: B0, 35 and 1E. RGB value is (176,53,30). Sum of RGB (Red+Green+Blue) = 176+53+30=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B0351E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0351E is #4FCAE1. Grayscale: #575757. Windows color (decimal): -5229282 or 1979824. OLE color: 1979824.
HSL color Cylindrical-coordinate representation of color #B0351E: hue angle of 9.45º 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 #B0351E is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 53 | 30 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.31 |
| HSL | 9.45º | 0.71% | 0.4% | - |
| HSV(B) | 9.45º | 0.83% | 0.69% | - |
| XYZ | 19.41 | 11.87 | 2.5 | - |
| YUV | 87.16 | 95.75 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 30 | 0 | 0.70 | 0.83 | 0.31 | 9.45 | 0.71 | 0.4 |
| Hex | B0 | 35 | 1E | 0 | 46 | 53 | 1F | 9 | 47 | 28 |
| Octal | 260 | 65 | 36 | 0 | 106 | 123 | 37 | 11 | 107 | 50 |
| Binary | 10110000 | 110101 | 11110 | 0 | 1000110 | 1010011 | 11111 | 1001 | 1000111 | 101000 |
Color Harmonies of #B0351E
Complementary color
Monochromatic Colors of #B0351E
Black with #B0351E
Text Example
Text Example
White with #B0351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0351E; }
p { color: rgb(176,53,30); }
H1.HeaderClassName
{
color: #B0351E;
}
.AnyTagClassName
{
color: #B0351E;
}
</style>
background-color css
<style>
a { background-color: #B0351E; }
a { background-color: rgb(176,53,30); }
div.DivClassName
{
background-color: #B0351E;
}
.BgClassName
{
background-color: #B0351E;
}
</style>
border-color css
<style>
span { border-color: #B0351E; }
span { border-color: rgb(176,53,30); }
td.TdClassName
{
border-color: #B0351E;
}
.TagClassName
{
border-color: #B0351E;
}
</style>