Shades of Fire Brick #B8251C
Tints of Fire Brick #B8251C
RGB
CMYK
RGB Variations
Color information
#B8251C (or 0xB8251C) is known color: Fire Brick. HEX triplet: B8, 25 and 1C. RGB value is (184,37,28). Sum of RGB (Red+Green+Blue) = 184+37+28=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B8251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8251C is #47DAE3. Grayscale: #505050. Windows color (decimal): -4709092 or 1844664. OLE color: 1844664.
HSL color Cylindrical-coordinate representation of color #B8251C: hue angle of 3.46º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8251C is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 37 | 28 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.28 |
| HSL | 3.46º | 0.74% | 0.42% | - |
| HSV(B) | 3.46º | 0.85% | 0.72% | - |
| XYZ | 20.64 | 11.6 | 2.25 | - |
| YUV | 79.93 | 98.7 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 28 | 0 | 0.80 | 0.85 | 0.28 | 3.46 | 0.74 | 0.42 |
| Hex | B8 | 25 | 1C | 0 | 50 | 55 | 1C | 3 | 4A | 2A |
| Octal | 270 | 45 | 34 | 0 | 120 | 125 | 34 | 3 | 112 | 52 |
| Binary | 10111000 | 100101 | 11100 | 0 | 1010000 | 1010101 | 11100 | 11 | 1001010 | 101010 |
Color Harmonies of #B8251C
Complementary color
Monochromatic Colors of #B8251C
Black with #B8251C
Text Example
Text Example
White with #B8251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8251C; }
p { color: rgb(184,37,28); }
H1.HeaderClassName
{
color: #B8251C;
}
.AnyTagClassName
{
color: #B8251C;
}
</style>
background-color css
<style>
a { background-color: #B8251C; }
a { background-color: rgb(184,37,28); }
div.DivClassName
{
background-color: #B8251C;
}
.BgClassName
{
background-color: #B8251C;
}
</style>
border-color css
<style>
span { border-color: #B8251C; }
span { border-color: rgb(184,37,28); }
td.TdClassName
{
border-color: #B8251C;
}
.TagClassName
{
border-color: #B8251C;
}
</style>