Shades of Fire Brick #B0210B
Tints of Fire Brick #B0210B
RGB
CMYK
RGB Variations
Color information
#B0210B (or 0xB0210B) is known color: Fire Brick. HEX triplet: B0, 21 and 0B. RGB value is (176,33,11). Sum of RGB (Red+Green+Blue) = 176+33+11=220 (29% of max value = 765). Red value is 176 (69.14% from 255 or 80% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 176 - color contains mainly: red. Hex color #B0210B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0210B is #4FDEF4. Grayscale: #494949. Windows color (decimal): -5234421 or 729520. OLE color: 729520.
HSL color Cylindrical-coordinate representation of color #B0210B: hue angle of 8º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0210B is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 33 | 11 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.31 |
| HSL | 8º | 0.88% | 0.37% | - |
| HSV(B) | 8º | 0.94% | 0.69% | - |
| XYZ | 18.51 | 10.34 | 1.34 | - |
| YUV | 73.25 | 92.88 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 33 | 11 | 0 | 0.81 | 0.94 | 0.31 | 8 | 0.88 | 0.37 |
| Hex | B0 | 21 | B | 0 | 51 | 5E | 1F | 8 | 58 | 25 |
| Octal | 260 | 41 | 13 | 0 | 121 | 136 | 37 | 10 | 130 | 45 |
| Binary | 10110000 | 100001 | 1011 | 0 | 1010001 | 1011110 | 11111 | 1000 | 1011000 | 100101 |
Color Harmonies of #B0210B
Complementary color
Monochromatic Colors of #B0210B
Black with #B0210B
Text Example
Text Example
White with #B0210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0210B; }
p { color: rgb(176,33,11); }
H1.HeaderClassName
{
color: #B0210B;
}
.AnyTagClassName
{
color: #B0210B;
}
</style>
background-color css
<style>
a { background-color: #B0210B; }
a { background-color: rgb(176,33,11); }
div.DivClassName
{
background-color: #B0210B;
}
.BgClassName
{
background-color: #B0210B;
}
</style>
border-color css
<style>
span { border-color: #B0210B; }
span { border-color: rgb(176,33,11); }
td.TdClassName
{
border-color: #B0210B;
}
.TagClassName
{
border-color: #B0210B;
}
</style>