Shades of Fire Brick #B8281C
Tints of Fire Brick #B8281C
RGB
CMYK
RGB Variations
Color information
#B8281C (or 0xB8281C) is known color: Fire Brick. HEX triplet: B8, 28 and 1C. RGB value is (184,40,28). Sum of RGB (Red+Green+Blue) = 184+40+28=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B8281C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8281C is #47D7E3. Grayscale: #515151. Windows color (decimal): -4708324 or 1845432. OLE color: 1845432.
HSL color Cylindrical-coordinate representation of color #B8281C: hue angle of 4.62º 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 #B8281C is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 28 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.28 |
| HSL | 4.62º | 0.74% | 0.42% | - |
| HSV(B) | 4.62º | 0.85% | 0.72% | - |
| XYZ | 20.74 | 11.79 | 2.28 | - |
| YUV | 81.69 | 97.71 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 28 | 0 | 0.78 | 0.85 | 0.28 | 4.62 | 0.74 | 0.42 |
| Hex | B8 | 28 | 1C | 0 | 4E | 55 | 1C | 5 | 4A | 2A |
| Octal | 270 | 50 | 34 | 0 | 116 | 125 | 34 | 5 | 112 | 52 |
| Binary | 10111000 | 101000 | 11100 | 0 | 1001110 | 1010101 | 11100 | 101 | 1001010 | 101010 |
Color Harmonies of #B8281C
Complementary color
Monochromatic Colors of #B8281C
Black with #B8281C
Text Example
Text Example
White with #B8281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8281C; }
p { color: rgb(184,40,28); }
H1.HeaderClassName
{
color: #B8281C;
}
.AnyTagClassName
{
color: #B8281C;
}
</style>
background-color css
<style>
a { background-color: #B8281C; }
a { background-color: rgb(184,40,28); }
div.DivClassName
{
background-color: #B8281C;
}
.BgClassName
{
background-color: #B8281C;
}
</style>
border-color css
<style>
span { border-color: #B8281C; }
span { border-color: rgb(184,40,28); }
td.TdClassName
{
border-color: #B8281C;
}
.TagClassName
{
border-color: #B8281C;
}
</style>