Shades of Fire Brick #BC291B
Tints of Fire Brick #BC291B
RGB
CMYK
RGB Variations
Color information
#BC291B (or 0xBC291B) is known color: Fire Brick. HEX triplet: BC, 29 and 1B. RGB value is (188,41,27). Sum of RGB (Red+Green+Blue) = 188+41+27=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC291B is #43D6E4. Grayscale: #535353. Windows color (decimal): -4445925 or 1780156. OLE color: 1780156.
HSL color Cylindrical-coordinate representation of color #BC291B: hue angle of 5.22º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC291B is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 27 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.26 |
| HSL | 5.22º | 0.75% | 0.42% | - |
| HSV(B) | 5.22º | 0.86% | 0.74% | - |
| XYZ | 21.73 | 12.36 | 2.28 | - |
| YUV | 83.36 | 96.2 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 27 | 0 | 0.78 | 0.86 | 0.26 | 5.22 | 0.75 | 0.42 |
| Hex | BC | 29 | 1B | 0 | 4E | 56 | 1A | 5 | 4B | 2A |
| Octal | 274 | 51 | 33 | 0 | 116 | 126 | 32 | 5 | 113 | 52 |
| Binary | 10111100 | 101001 | 11011 | 0 | 1001110 | 1010110 | 11010 | 101 | 1001011 | 101010 |
Color Harmonies of #BC291B
Complementary color
Monochromatic Colors of #BC291B
Black with #BC291B
Text Example
Text Example
White with #BC291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC291B; }
p { color: rgb(188,41,27); }
H1.HeaderClassName
{
color: #BC291B;
}
.AnyTagClassName
{
color: #BC291B;
}
</style>
background-color css
<style>
a { background-color: #BC291B; }
a { background-color: rgb(188,41,27); }
div.DivClassName
{
background-color: #BC291B;
}
.BgClassName
{
background-color: #BC291B;
}
</style>
border-color css
<style>
span { border-color: #BC291B; }
span { border-color: rgb(188,41,27); }
td.TdClassName
{
border-color: #BC291B;
}
.TagClassName
{
border-color: #BC291B;
}
</style>