Shades of Fire Brick #B8251E
Tints of Fire Brick #B8251E
RGB
CMYK
RGB Variations
Color information
#B8251E (or 0xB8251E) is known color: Fire Brick. HEX triplet: B8, 25 and 1E. RGB value is (184,37,30). Sum of RGB (Red+Green+Blue) = 184+37+30=251 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.31% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 184 - color contains mainly: red. Hex color #B8251E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8251E is #47DAE1. Grayscale: #505050. Windows color (decimal): -4709090 or 1975736. OLE color: 1975736.
HSL color Cylindrical-coordinate representation of color #B8251E: hue angle of 2.73º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8251E is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 37 | 30 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.28 |
| HSL | 2.73º | 0.72% | 0.42% | - |
| HSV(B) | 2.73º | 0.84% | 0.72% | - |
| XYZ | 20.66 | 11.61 | 2.38 | - |
| YUV | 80.16 | 99.7 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 30 | 0 | 0.80 | 0.84 | 0.28 | 2.73 | 0.72 | 0.42 |
| Hex | B8 | 25 | 1E | 0 | 50 | 54 | 1C | 3 | 48 | 2A |
| Octal | 270 | 45 | 36 | 0 | 120 | 124 | 34 | 3 | 110 | 52 |
| Binary | 10111000 | 100101 | 11110 | 0 | 1010000 | 1010100 | 11100 | 11 | 1001000 | 101010 |
Color Harmonies of #B8251E
Complementary color
Monochromatic Colors of #B8251E
Black with #B8251E
Text Example
Text Example
White with #B8251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8251E; }
p { color: rgb(184,37,30); }
H1.HeaderClassName
{
color: #B8251E;
}
.AnyTagClassName
{
color: #B8251E;
}
</style>
background-color css
<style>
a { background-color: #B8251E; }
a { background-color: rgb(184,37,30); }
div.DivClassName
{
background-color: #B8251E;
}
.BgClassName
{
background-color: #B8251E;
}
</style>
border-color css
<style>
span { border-color: #B8251E; }
span { border-color: rgb(184,37,30); }
td.TdClassName
{
border-color: #B8251E;
}
.TagClassName
{
border-color: #B8251E;
}
</style>