Shades of Fire Brick #BC3122
Tints of Fire Brick #BC3122
RGB
CMYK
RGB Variations
Color information
#BC3122 (or 0xBC3122) is known color: Fire Brick. HEX triplet: BC, 31 and 22. RGB value is (188,49,34). Sum of RGB (Red+Green+Blue) = 188+49+34=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3122 is #43CEDD. Grayscale: #595959. Windows color (decimal): -4443870 or 2240956. OLE color: 2240956.
HSL color Cylindrical-coordinate representation of color #BC3122: hue angle of 5.84º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC3122 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 34 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.26 |
| HSL | 5.84º | 0.69% | 0.44% | - |
| HSV(B) | 5.84º | 0.82% | 0.74% | - |
| XYZ | 22.13 | 13 | 2.86 | - |
| YUV | 88.85 | 97.05 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 34 | 0 | 0.74 | 0.82 | 0.26 | 5.84 | 0.69 | 0.44 |
| Hex | BC | 31 | 22 | 0 | 4A | 52 | 1A | 6 | 45 | 2C |
| Octal | 274 | 61 | 42 | 0 | 112 | 122 | 32 | 6 | 105 | 54 |
| Binary | 10111100 | 110001 | 100010 | 0 | 1001010 | 1010010 | 11010 | 110 | 1000101 | 101100 |
Color Harmonies of #BC3122
Complementary color
Monochromatic Colors of #BC3122
Black with #BC3122
Text Example
Text Example
White with #BC3122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3122; }
p { color: rgb(188,49,34); }
H1.HeaderClassName
{
color: #BC3122;
}
.AnyTagClassName
{
color: #BC3122;
}
</style>
background-color css
<style>
a { background-color: #BC3122; }
a { background-color: rgb(188,49,34); }
div.DivClassName
{
background-color: #BC3122;
}
.BgClassName
{
background-color: #BC3122;
}
</style>
border-color css
<style>
span { border-color: #BC3122; }
span { border-color: rgb(188,49,34); }
td.TdClassName
{
border-color: #BC3122;
}
.TagClassName
{
border-color: #BC3122;
}
</style>