Shades of Fire Brick #B8302C
Tints of Fire Brick #B8302C
RGB
CMYK
RGB Variations
Color information
#B8302C (or 0xB8302C) is known color: Fire Brick. HEX triplet: B8, 30 and 2C. RGB value is (184,48,44). Sum of RGB (Red+Green+Blue) = 184+48+44=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B8302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8302C is #47CFD3. Grayscale: #585858. Windows color (decimal): -4706260 or 2896056. OLE color: 2896056.
HSL color Cylindrical-coordinate representation of color #B8302C: hue angle of 1.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8302C is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 44 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.28 |
| HSL | 1.71º | 0.61% | 0.45% | - |
| HSV(B) | 1.71º | 0.76% | 0.72% | - |
| XYZ | 21.28 | 12.49 | 3.67 | - |
| YUV | 88.21 | 103.06 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 44 | 0 | 0.74 | 0.76 | 0.28 | 1.71 | 0.61 | 0.45 |
| Hex | B8 | 30 | 2C | 0 | 4A | 4C | 1C | 2 | 3D | 2D |
| Octal | 270 | 60 | 54 | 0 | 112 | 114 | 34 | 2 | 75 | 55 |
| Binary | 10111000 | 110000 | 101100 | 0 | 1001010 | 1001100 | 11100 | 10 | 111101 | 101101 |
Color Harmonies of #B8302C
Complementary color
Monochromatic Colors of #B8302C
Black with #B8302C
Text Example
Text Example
White with #B8302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8302C; }
p { color: rgb(184,48,44); }
H1.HeaderClassName
{
color: #B8302C;
}
.AnyTagClassName
{
color: #B8302C;
}
</style>
background-color css
<style>
a { background-color: #B8302C; }
a { background-color: rgb(184,48,44); }
div.DivClassName
{
background-color: #B8302C;
}
.BgClassName
{
background-color: #B8302C;
}
</style>
border-color css
<style>
span { border-color: #B8302C; }
span { border-color: rgb(184,48,44); }
td.TdClassName
{
border-color: #B8302C;
}
.TagClassName
{
border-color: #B8302C;
}
</style>