Shades of Fire Brick #B7200B
Tints of Fire Brick #B7200B
RGB
CMYK
RGB Variations
Color information
#B7200B (or 0xB7200B) is known color: Fire Brick. HEX triplet: B7, 20 and 0B. RGB value is (183,32,11). Sum of RGB (Red+Green+Blue) = 183+32+11=226 (29% of max value = 765). Red value is 183 (71.88% from 255 or 80.97% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 183 - color contains mainly: red. Hex color #B7200B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7200B is #48DFF4. Grayscale: #4A4A4A. Windows color (decimal): -4775925 or 729271. OLE color: 729271.
HSL color Cylindrical-coordinate representation of color #B7200B: hue angle of 7.33º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7200B is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 11 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.28 |
| HSL | 7.33º | 0.89% | 0.38% | - |
| HSV(B) | 7.33º | 0.94% | 0.72% | - |
| XYZ | 20.11 | 11.12 | 1.4 | - |
| YUV | 74.76 | 92.03 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 11 | 0 | 0.83 | 0.94 | 0.28 | 7.33 | 0.89 | 0.38 |
| Hex | B7 | 20 | B | 0 | 53 | 5E | 1C | 7 | 59 | 26 |
| Octal | 267 | 40 | 13 | 0 | 123 | 136 | 34 | 7 | 131 | 46 |
| Binary | 10110111 | 100000 | 1011 | 0 | 1010011 | 1011110 | 11100 | 111 | 1011001 | 100110 |
Color Harmonies of #B7200B
Complementary color
Monochromatic Colors of #B7200B
Black with #B7200B
Text Example
Text Example
White with #B7200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7200B; }
p { color: rgb(183,32,11); }
H1.HeaderClassName
{
color: #B7200B;
}
.AnyTagClassName
{
color: #B7200B;
}
</style>
background-color css
<style>
a { background-color: #B7200B; }
a { background-color: rgb(183,32,11); }
div.DivClassName
{
background-color: #B7200B;
}
.BgClassName
{
background-color: #B7200B;
}
</style>
border-color css
<style>
span { border-color: #B7200B; }
span { border-color: rgb(183,32,11); }
td.TdClassName
{
border-color: #B7200B;
}
.TagClassName
{
border-color: #B7200B;
}
</style>