Shades of Fire Brick #B7220D
Tints of Fire Brick #B7220D
RGB
CMYK
RGB Variations
Color information
#B7220D (or 0xB7220D) is known color: Fire Brick. HEX triplet: B7, 22 and 0D. RGB value is (183,34,13). Sum of RGB (Red+Green+Blue) = 183+34+13=230 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.57% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 183 - color contains mainly: red. Hex color #B7220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7220D is #48DDF2. Grayscale: #4C4C4C. Windows color (decimal): -4775411 or 860855. OLE color: 860855.
HSL color Cylindrical-coordinate representation of color #B7220D: hue angle of 7.41º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7220D is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 13 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.28 |
| HSL | 7.41º | 0.87% | 0.38% | - |
| HSV(B) | 7.41º | 0.93% | 0.72% | - |
| XYZ | 20.17 | 11.24 | 1.49 | - |
| YUV | 76.16 | 92.36 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 13 | 0 | 0.81 | 0.93 | 0.28 | 7.41 | 0.87 | 0.38 |
| Hex | B7 | 22 | D | 0 | 51 | 5D | 1C | 7 | 57 | 26 |
| Octal | 267 | 42 | 15 | 0 | 121 | 135 | 34 | 7 | 127 | 46 |
| Binary | 10110111 | 100010 | 1101 | 0 | 1010001 | 1011101 | 11100 | 111 | 1010111 | 100110 |
Color Harmonies of #B7220D
Complementary color
Monochromatic Colors of #B7220D
Black with #B7220D
Text Example
Text Example
White with #B7220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7220D; }
p { color: rgb(183,34,13); }
H1.HeaderClassName
{
color: #B7220D;
}
.AnyTagClassName
{
color: #B7220D;
}
</style>
background-color css
<style>
a { background-color: #B7220D; }
a { background-color: rgb(183,34,13); }
div.DivClassName
{
background-color: #B7220D;
}
.BgClassName
{
background-color: #B7220D;
}
</style>
border-color css
<style>
span { border-color: #B7220D; }
span { border-color: rgb(183,34,13); }
td.TdClassName
{
border-color: #B7220D;
}
.TagClassName
{
border-color: #B7220D;
}
</style>