Shades of Fire Brick #B7211B
Tints of Fire Brick #B7211B
RGB
CMYK
RGB Variations
Color information
#B7211B (or 0xB7211B) is known color: Fire Brick. HEX triplet: B7, 21 and 1B. RGB value is (183,33,27). Sum of RGB (Red+Green+Blue) = 183+33+27=243 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.31% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 183 - color contains mainly: red. Hex color #B7211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7211B is #48DEE4. Grayscale: #4D4D4D. Windows color (decimal): -4775653 or 1778103. OLE color: 1778103.
HSL color Cylindrical-coordinate representation of color #B7211B: hue angle of 2.31º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7211B is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 27 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.28 |
| HSL | 2.31º | 0.74% | 0.41% | - |
| HSV(B) | 2.31º | 0.85% | 0.72% | - |
| XYZ | 20.27 | 11.23 | 2.14 | - |
| YUV | 77.17 | 99.7 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 27 | 0 | 0.82 | 0.85 | 0.28 | 2.31 | 0.74 | 0.41 |
| Hex | B7 | 21 | 1B | 0 | 52 | 55 | 1C | 2 | 4A | 29 |
| Octal | 267 | 41 | 33 | 0 | 122 | 125 | 34 | 2 | 112 | 51 |
| Binary | 10110111 | 100001 | 11011 | 0 | 1010010 | 1010101 | 11100 | 10 | 1001010 | 101001 |
Color Harmonies of #B7211B
Complementary color
Monochromatic Colors of #B7211B
Black with #B7211B
Text Example
Text Example
White with #B7211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7211B; }
p { color: rgb(183,33,27); }
H1.HeaderClassName
{
color: #B7211B;
}
.AnyTagClassName
{
color: #B7211B;
}
</style>
background-color css
<style>
a { background-color: #B7211B; }
a { background-color: rgb(183,33,27); }
div.DivClassName
{
background-color: #B7211B;
}
.BgClassName
{
background-color: #B7211B;
}
</style>
border-color css
<style>
span { border-color: #B7211B; }
span { border-color: rgb(183,33,27); }
td.TdClassName
{
border-color: #B7211B;
}
.TagClassName
{
border-color: #B7211B;
}
</style>