Shades of Fire Brick #B7211C
Tints of Fire Brick #B7211C
RGB
CMYK
RGB Variations
Color information
#B7211C (or 0xB7211C) is known color: Fire Brick. HEX triplet: B7, 21 and 1C. RGB value is (183,33,28). Sum of RGB (Red+Green+Blue) = 183+33+28=244 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 183 - color contains mainly: red. Hex color #B7211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7211C is #48DEE3. Grayscale: #4D4D4D. Windows color (decimal): -4775652 or 1843639. OLE color: 1843639.
HSL color Cylindrical-coordinate representation of color #B7211C: hue angle of 1.94º degrees, saturation: 0.73, 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 #B7211C is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 28 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.28 |
| HSL | 1.94º | 0.73% | 0.41% | - |
| HSV(B) | 1.94º | 0.85% | 0.72% | - |
| XYZ | 20.28 | 11.24 | 2.2 | - |
| YUV | 77.28 | 100.2 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 28 | 0 | 0.82 | 0.85 | 0.28 | 1.94 | 0.73 | 0.41 |
| Hex | B7 | 21 | 1C | 0 | 52 | 55 | 1C | 2 | 49 | 29 |
| Octal | 267 | 41 | 34 | 0 | 122 | 125 | 34 | 2 | 111 | 51 |
| Binary | 10110111 | 100001 | 11100 | 0 | 1010010 | 1010101 | 11100 | 10 | 1001001 | 101001 |
Color Harmonies of #B7211C
Complementary color
Monochromatic Colors of #B7211C
Black with #B7211C
Text Example
Text Example
White with #B7211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7211C; }
p { color: rgb(183,33,28); }
H1.HeaderClassName
{
color: #B7211C;
}
.AnyTagClassName
{
color: #B7211C;
}
</style>
background-color css
<style>
a { background-color: #B7211C; }
a { background-color: rgb(183,33,28); }
div.DivClassName
{
background-color: #B7211C;
}
.BgClassName
{
background-color: #B7211C;
}
</style>
border-color css
<style>
span { border-color: #B7211C; }
span { border-color: rgb(183,33,28); }
td.TdClassName
{
border-color: #B7211C;
}
.TagClassName
{
border-color: #B7211C;
}
</style>