Shades of Fire Brick #B8241D
Tints of Fire Brick #B8241D
RGB
CMYK
RGB Variations
Color information
#B8241D (or 0xB8241D) is known color: Fire Brick. HEX triplet: B8, 24 and 1D. RGB value is (184,36,29). Sum of RGB (Red+Green+Blue) = 184+36+29=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B8241D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8241D is #47DBE2. Grayscale: #4F4F4F. Windows color (decimal): -4709347 or 1909944. OLE color: 1909944.
HSL color Cylindrical-coordinate representation of color #B8241D: hue angle of 2.71º degrees, saturation: 0.73, 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 #B8241D is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 36 | 29 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.28 |
| HSL | 2.71º | 0.73% | 0.42% | - |
| HSV(B) | 2.71º | 0.84% | 0.72% | - |
| XYZ | 20.62 | 11.54 | 2.3 | - |
| YUV | 79.45 | 99.53 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 36 | 29 | 0 | 0.80 | 0.84 | 0.28 | 2.71 | 0.73 | 0.42 |
| Hex | B8 | 24 | 1D | 0 | 50 | 54 | 1C | 3 | 49 | 2A |
| Octal | 270 | 44 | 35 | 0 | 120 | 124 | 34 | 3 | 111 | 52 |
| Binary | 10111000 | 100100 | 11101 | 0 | 1010000 | 1010100 | 11100 | 11 | 1001001 | 101010 |
Color Harmonies of #B8241D
Complementary color
Monochromatic Colors of #B8241D
Black with #B8241D
Text Example
Text Example
White with #B8241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8241D; }
p { color: rgb(184,36,29); }
H1.HeaderClassName
{
color: #B8241D;
}
.AnyTagClassName
{
color: #B8241D;
}
</style>
background-color css
<style>
a { background-color: #B8241D; }
a { background-color: rgb(184,36,29); }
div.DivClassName
{
background-color: #B8241D;
}
.BgClassName
{
background-color: #B8241D;
}
</style>
border-color css
<style>
span { border-color: #B8241D; }
span { border-color: rgb(184,36,29); }
td.TdClassName
{
border-color: #B8241D;
}
.TagClassName
{
border-color: #B8241D;
}
</style>