Shades of Fire Brick #B2220F
Tints of Fire Brick #B2220F
RGB
CMYK
RGB Variations
Color information
#B2220F (or 0xB2220F) is known color: Fire Brick. HEX triplet: B2, 22 and 0F. RGB value is (178,34,15). Sum of RGB (Red+Green+Blue) = 178+34+15=227 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.41% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 178 - color contains mainly: red. Hex color #B2220F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2220F is #4DDDF0. Grayscale: #4B4B4B. Windows color (decimal): -5103089 or 991922. OLE color: 991922.
HSL color Cylindrical-coordinate representation of color #B2220F: hue angle of 6.99º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2220F is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 34 | 15 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.30 |
| HSL | 6.99º | 0.84% | 0.38% | - |
| HSV(B) | 6.99º | 0.92% | 0.7% | - |
| XYZ | 19.02 | 10.64 | 1.5 | - |
| YUV | 74.89 | 94.21 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 34 | 15 | 0 | 0.81 | 0.92 | 0.30 | 6.99 | 0.84 | 0.38 |
| Hex | B2 | 22 | F | 0 | 51 | 5C | 1E | 7 | 54 | 26 |
| Octal | 262 | 42 | 17 | 0 | 121 | 134 | 36 | 7 | 124 | 46 |
| Binary | 10110010 | 100010 | 1111 | 0 | 1010001 | 1011100 | 11110 | 111 | 1010100 | 100110 |
Color Harmonies of #B2220F
Complementary color
Monochromatic Colors of #B2220F
Black with #B2220F
Text Example
Text Example
White with #B2220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2220F; }
p { color: rgb(178,34,15); }
H1.HeaderClassName
{
color: #B2220F;
}
.AnyTagClassName
{
color: #B2220F;
}
</style>
background-color css
<style>
a { background-color: #B2220F; }
a { background-color: rgb(178,34,15); }
div.DivClassName
{
background-color: #B2220F;
}
.BgClassName
{
background-color: #B2220F;
}
</style>
border-color css
<style>
span { border-color: #B2220F; }
span { border-color: rgb(178,34,15); }
td.TdClassName
{
border-color: #B2220F;
}
.TagClassName
{
border-color: #B2220F;
}
</style>