Shades of Fire Brick #BC241E
Tints of Fire Brick #BC241E
RGB
CMYK
RGB Variations
Color information
#BC241E (or 0xBC241E) is known color: Fire Brick. HEX triplet: BC, 24 and 1E. RGB value is (188,36,30). Sum of RGB (Red+Green+Blue) = 188+36+30=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC241E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC241E is #43DBE1. Grayscale: #505050. Windows color (decimal): -4447202 or 1975484. OLE color: 1975484.
HSL color Cylindrical-coordinate representation of color #BC241E: hue angle of 2.28º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC241E is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 30 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.26 |
| HSL | 2.28º | 0.72% | 0.43% | - |
| HSV(B) | 2.28º | 0.84% | 0.74% | - |
| XYZ | 21.6 | 12.05 | 2.41 | - |
| YUV | 80.76 | 99.36 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 30 | 0 | 0.81 | 0.84 | 0.26 | 2.28 | 0.72 | 0.43 |
| Hex | BC | 24 | 1E | 0 | 51 | 54 | 1A | 2 | 48 | 2B |
| Octal | 274 | 44 | 36 | 0 | 121 | 124 | 32 | 2 | 110 | 53 |
| Binary | 10111100 | 100100 | 11110 | 0 | 1010001 | 1010100 | 11010 | 10 | 1001000 | 101011 |
Color Harmonies of #BC241E
Complementary color
Monochromatic Colors of #BC241E
Black with #BC241E
Text Example
Text Example
White with #BC241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC241E; }
p { color: rgb(188,36,30); }
H1.HeaderClassName
{
color: #BC241E;
}
.AnyTagClassName
{
color: #BC241E;
}
</style>
background-color css
<style>
a { background-color: #BC241E; }
a { background-color: rgb(188,36,30); }
div.DivClassName
{
background-color: #BC241E;
}
.BgClassName
{
background-color: #BC241E;
}
</style>
border-color css
<style>
span { border-color: #BC241E; }
span { border-color: rgb(188,36,30); }
td.TdClassName
{
border-color: #BC241E;
}
.TagClassName
{
border-color: #BC241E;
}
</style>