Shades of Fire Brick #B8301C
Tints of Fire Brick #B8301C
RGB
CMYK
RGB Variations
Color information
#B8301C (or 0xB8301C) is known color: Fire Brick. HEX triplet: B8, 30 and 1C. RGB value is (184,48,28). Sum of RGB (Red+Green+Blue) = 184+48+28=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B8301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8301C is #47CFE3. Grayscale: #565656. Windows color (decimal): -4706276 or 1847480. OLE color: 1847480.
HSL color Cylindrical-coordinate representation of color #B8301C: hue angle of 7.69º 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 #B8301C is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 28 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.28 |
| HSL | 7.69º | 0.74% | 0.42% | - |
| HSV(B) | 7.69º | 0.85% | 0.72% | - |
| XYZ | 21.03 | 12.39 | 2.38 | - |
| YUV | 86.38 | 95.06 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 28 | 0 | 0.74 | 0.85 | 0.28 | 7.69 | 0.74 | 0.42 |
| Hex | B8 | 30 | 1C | 0 | 4A | 55 | 1C | 8 | 4A | 2A |
| Octal | 270 | 60 | 34 | 0 | 112 | 125 | 34 | 10 | 112 | 52 |
| Binary | 10111000 | 110000 | 11100 | 0 | 1001010 | 1010101 | 11100 | 1000 | 1001010 | 101010 |
Color Harmonies of #B8301C
Complementary color
Monochromatic Colors of #B8301C
Black with #B8301C
Text Example
Text Example
White with #B8301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8301C; }
p { color: rgb(184,48,28); }
H1.HeaderClassName
{
color: #B8301C;
}
.AnyTagClassName
{
color: #B8301C;
}
</style>
background-color css
<style>
a { background-color: #B8301C; }
a { background-color: rgb(184,48,28); }
div.DivClassName
{
background-color: #B8301C;
}
.BgClassName
{
background-color: #B8301C;
}
</style>
border-color css
<style>
span { border-color: #B8301C; }
span { border-color: rgb(184,48,28); }
td.TdClassName
{
border-color: #B8301C;
}
.TagClassName
{
border-color: #B8301C;
}
</style>