Shades of Fire Brick #B8291B
Tints of Fire Brick #B8291B
RGB
CMYK
RGB Variations
Color information
#B8291B (or 0xB8291B) is known color: Fire Brick. HEX triplet: B8, 29 and 1B. RGB value is (184,41,27). Sum of RGB (Red+Green+Blue) = 184+41+27=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B8291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8291B is #47D6E4. Grayscale: #525252. Windows color (decimal): -4708069 or 1780152. OLE color: 1780152.
HSL color Cylindrical-coordinate representation of color #B8291B: hue angle of 5.35º 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 #B8291B is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 27 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.28 |
| HSL | 5.35º | 0.74% | 0.41% | - |
| HSV(B) | 5.35º | 0.85% | 0.72% | - |
| XYZ | 20.76 | 11.86 | 2.23 | - |
| YUV | 82.16 | 96.88 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 27 | 0 | 0.78 | 0.85 | 0.28 | 5.35 | 0.74 | 0.41 |
| Hex | B8 | 29 | 1B | 0 | 4E | 55 | 1C | 5 | 4A | 29 |
| Octal | 270 | 51 | 33 | 0 | 116 | 125 | 34 | 5 | 112 | 51 |
| Binary | 10111000 | 101001 | 11011 | 0 | 1001110 | 1010101 | 11100 | 101 | 1001010 | 101001 |
Color Harmonies of #B8291B
Complementary color
Monochromatic Colors of #B8291B
Black with #B8291B
Text Example
Text Example
White with #B8291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8291B; }
p { color: rgb(184,41,27); }
H1.HeaderClassName
{
color: #B8291B;
}
.AnyTagClassName
{
color: #B8291B;
}
</style>
background-color css
<style>
a { background-color: #B8291B; }
a { background-color: rgb(184,41,27); }
div.DivClassName
{
background-color: #B8291B;
}
.BgClassName
{
background-color: #B8291B;
}
</style>
border-color css
<style>
span { border-color: #B8291B; }
span { border-color: rgb(184,41,27); }
td.TdClassName
{
border-color: #B8291B;
}
.TagClassName
{
border-color: #B8291B;
}
</style>