Shades of Fire Brick #B0211D
Tints of Fire Brick #B0211D
RGB
CMYK
RGB Variations
Color information
#B0211D (or 0xB0211D) is known color: Fire Brick. HEX triplet: B0, 21 and 1D. RGB value is (176,33,29). Sum of RGB (Red+Green+Blue) = 176+33+29=238 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.95% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 176 - color contains mainly: red. Hex color #B0211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0211D is #4FDEE2. Grayscale: #4B4B4B. Windows color (decimal): -5234403 or 1909168. OLE color: 1909168.
HSL color Cylindrical-coordinate representation of color #B0211D: hue angle of 1.63º degrees, saturation: 0.72, 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 #B0211D is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 33 | 29 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.31 |
| HSL | 1.63º | 0.72% | 0.4% | - |
| HSV(B) | 1.63º | 0.84% | 0.69% | - |
| XYZ | 18.67 | 10.41 | 2.19 | - |
| YUV | 75.3 | 101.88 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 33 | 29 | 0 | 0.81 | 0.84 | 0.31 | 1.63 | 0.72 | 0.4 |
| Hex | B0 | 21 | 1D | 0 | 51 | 54 | 1F | 2 | 48 | 28 |
| Octal | 260 | 41 | 35 | 0 | 121 | 124 | 37 | 2 | 110 | 50 |
| Binary | 10110000 | 100001 | 11101 | 0 | 1010001 | 1010100 | 11111 | 10 | 1001000 | 101000 |
Color Harmonies of #B0211D
Complementary color
Monochromatic Colors of #B0211D
Black with #B0211D
Text Example
Text Example
White with #B0211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0211D; }
p { color: rgb(176,33,29); }
H1.HeaderClassName
{
color: #B0211D;
}
.AnyTagClassName
{
color: #B0211D;
}
</style>
background-color css
<style>
a { background-color: #B0211D; }
a { background-color: rgb(176,33,29); }
div.DivClassName
{
background-color: #B0211D;
}
.BgClassName
{
background-color: #B0211D;
}
</style>
border-color css
<style>
span { border-color: #B0211D; }
span { border-color: rgb(176,33,29); }
td.TdClassName
{
border-color: #B0211D;
}
.TagClassName
{
border-color: #B0211D;
}
</style>