Shades of Fire Brick #B8180B
Tints of Fire Brick #B8180B
RGB
CMYK
RGB Variations
Color information
#B8180B (or 0xB8180B) is known color: Fire Brick. HEX triplet: B8, 18 and 0B. RGB value is (184,24,11). Sum of RGB (Red+Green+Blue) = 184+24+11=219 (29% of max value = 765). Red value is 184 (72.27% from 255 or 84.02% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 184 - color contains mainly: red. Hex color #B8180B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8180B is #47E7F4. Grayscale: #464646. Windows color (decimal): -4712437 or 727224. OLE color: 727224.
HSL color Cylindrical-coordinate representation of color #B8180B: hue angle of 4.51º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8180B is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 24 | 11 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.28 |
| HSL | 4.51º | 0.89% | 0.38% | - |
| HSV(B) | 4.51º | 0.94% | 0.72% | - |
| XYZ | 20.15 | 10.87 | 1.35 | - |
| YUV | 70.36 | 94.51 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 24 | 11 | 0 | 0.87 | 0.94 | 0.28 | 4.51 | 0.89 | 0.38 |
| Hex | B8 | 18 | B | 0 | 57 | 5E | 1C | 5 | 59 | 26 |
| Octal | 270 | 30 | 13 | 0 | 127 | 136 | 34 | 5 | 131 | 46 |
| Binary | 10111000 | 11000 | 1011 | 0 | 1010111 | 1011110 | 11100 | 101 | 1011001 | 100110 |
Color Harmonies of #B8180B
Complementary color
Monochromatic Colors of #B8180B
Black with #B8180B
Text Example
Text Example
White with #B8180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8180B; }
p { color: rgb(184,24,11); }
H1.HeaderClassName
{
color: #B8180B;
}
.AnyTagClassName
{
color: #B8180B;
}
</style>
background-color css
<style>
a { background-color: #B8180B; }
a { background-color: rgb(184,24,11); }
div.DivClassName
{
background-color: #B8180B;
}
.BgClassName
{
background-color: #B8180B;
}
</style>
border-color css
<style>
span { border-color: #B8180B; }
span { border-color: rgb(184,24,11); }
td.TdClassName
{
border-color: #B8180B;
}
.TagClassName
{
border-color: #B8180B;
}
</style>