Shades of Fire Brick #B8291F
Tints of Fire Brick #B8291F
RGB
CMYK
RGB Variations
Color information
#B8291F (or 0xB8291F) is known color: Fire Brick. HEX triplet: B8, 29 and 1F. RGB value is (184,41,31). Sum of RGB (Red+Green+Blue) = 184+41+31=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B8291F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8291F is #47D6E0. Grayscale: #525252. Windows color (decimal): -4708065 or 2042296. OLE color: 2042296.
HSL color Cylindrical-coordinate representation of color #B8291F: hue angle of 3.92º 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 #B8291F is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 31 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.28 |
| HSL | 3.92º | 0.71% | 0.42% | - |
| HSV(B) | 3.92º | 0.83% | 0.72% | - |
| XYZ | 20.81 | 11.88 | 2.49 | - |
| YUV | 82.62 | 98.88 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 31 | 0 | 0.78 | 0.83 | 0.28 | 3.92 | 0.71 | 0.42 |
| Hex | B8 | 29 | 1F | 0 | 4E | 53 | 1C | 4 | 47 | 2A |
| Octal | 270 | 51 | 37 | 0 | 116 | 123 | 34 | 4 | 107 | 52 |
| Binary | 10111000 | 101001 | 11111 | 0 | 1001110 | 1010011 | 11100 | 100 | 1000111 | 101010 |
Color Harmonies of #B8291F
Complementary color
Monochromatic Colors of #B8291F
Black with #B8291F
Text Example
Text Example
White with #B8291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8291F; }
p { color: rgb(184,41,31); }
H1.HeaderClassName
{
color: #B8291F;
}
.AnyTagClassName
{
color: #B8291F;
}
</style>
background-color css
<style>
a { background-color: #B8291F; }
a { background-color: rgb(184,41,31); }
div.DivClassName
{
background-color: #B8291F;
}
.BgClassName
{
background-color: #B8291F;
}
</style>
border-color css
<style>
span { border-color: #B8291F; }
span { border-color: rgb(184,41,31); }
td.TdClassName
{
border-color: #B8291F;
}
.TagClassName
{
border-color: #B8291F;
}
</style>