Shades of Fire Brick #B8211F
Tints of Fire Brick #B8211F
RGB
CMYK
RGB Variations
Color information
#B8211F (or 0xB8211F) is known color: Fire Brick. HEX triplet: B8, 21 and 1F. RGB value is (184,33,31). Sum of RGB (Red+Green+Blue) = 184+33+31=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B8211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8211F is #47DEE0. Grayscale: #4E4E4E. Windows color (decimal): -4710113 or 2040248. OLE color: 2040248.
HSL color Cylindrical-coordinate representation of color #B8211F: hue angle of 0.78º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8211F is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 33 | 31 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.28 |
| HSL | 0.78º | 0.71% | 0.42% | - |
| HSV(B) | 0.78º | 0.83% | 0.72% | - |
| XYZ | 20.56 | 11.38 | 2.41 | - |
| YUV | 77.92 | 101.53 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 31 | 0 | 0.82 | 0.83 | 0.28 | 0.78 | 0.71 | 0.42 |
| Hex | B8 | 21 | 1F | 0 | 52 | 53 | 1C | 1 | 47 | 2A |
| Octal | 270 | 41 | 37 | 0 | 122 | 123 | 34 | 1 | 107 | 52 |
| Binary | 10111000 | 100001 | 11111 | 0 | 1010010 | 1010011 | 11100 | 1 | 1000111 | 101010 |
Color Harmonies of #B8211F
Complementary color
Monochromatic Colors of #B8211F
Black with #B8211F
Text Example
Text Example
White with #B8211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8211F; }
p { color: rgb(184,33,31); }
H1.HeaderClassName
{
color: #B8211F;
}
.AnyTagClassName
{
color: #B8211F;
}
</style>
background-color css
<style>
a { background-color: #B8211F; }
a { background-color: rgb(184,33,31); }
div.DivClassName
{
background-color: #B8211F;
}
.BgClassName
{
background-color: #B8211F;
}
</style>
border-color css
<style>
span { border-color: #B8211F; }
span { border-color: rgb(184,33,31); }
td.TdClassName
{
border-color: #B8211F;
}
.TagClassName
{
border-color: #B8211F;
}
</style>