Shades of Fire Brick #B7221E
Tints of Fire Brick #B7221E
RGB
CMYK
RGB Variations
Color information
#B7221E (or 0xB7221E) is known color: Fire Brick. HEX triplet: B7, 22 and 1E. RGB value is (183,34,30). Sum of RGB (Red+Green+Blue) = 183+34+30=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B7221E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7221E is #48DDE1. Grayscale: #4E4E4E. Windows color (decimal): -4775394 or 1974967. OLE color: 1974967.
HSL color Cylindrical-coordinate representation of color #B7221E: hue angle of 1.57º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7221E is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 30 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.28 |
| HSL | 1.57º | 0.72% | 0.42% | - |
| HSV(B) | 1.57º | 0.84% | 0.72% | - |
| XYZ | 20.33 | 11.31 | 2.34 | - |
| YUV | 78.1 | 100.86 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 30 | 0 | 0.81 | 0.84 | 0.28 | 1.57 | 0.72 | 0.42 |
| Hex | B7 | 22 | 1E | 0 | 51 | 54 | 1C | 2 | 48 | 2A |
| Octal | 267 | 42 | 36 | 0 | 121 | 124 | 34 | 2 | 110 | 52 |
| Binary | 10110111 | 100010 | 11110 | 0 | 1010001 | 1010100 | 11100 | 10 | 1001000 | 101010 |
Color Harmonies of #B7221E
Complementary color
Monochromatic Colors of #B7221E
Black with #B7221E
Text Example
Text Example
White with #B7221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7221E; }
p { color: rgb(183,34,30); }
H1.HeaderClassName
{
color: #B7221E;
}
.AnyTagClassName
{
color: #B7221E;
}
</style>
background-color css
<style>
a { background-color: #B7221E; }
a { background-color: rgb(183,34,30); }
div.DivClassName
{
background-color: #B7221E;
}
.BgClassName
{
background-color: #B7221E;
}
</style>
border-color css
<style>
span { border-color: #B7221E; }
span { border-color: rgb(183,34,30); }
td.TdClassName
{
border-color: #B7221E;
}
.TagClassName
{
border-color: #B7221E;
}
</style>