Shades of Fire Brick #BC3121
Tints of Fire Brick #BC3121
RGB
CMYK
RGB Variations
Color information
#BC3121 (or 0xBC3121) is known color: Fire Brick. HEX triplet: BC, 31 and 21. RGB value is (188,49,33). Sum of RGB (Red+Green+Blue) = 188+49+33=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3121 is #43CEDE. Grayscale: #585858. Windows color (decimal): -4443871 or 2175420. OLE color: 2175420.
HSL color Cylindrical-coordinate representation of color #BC3121: hue angle of 6.19º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC3121 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 33 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.26 |
| HSL | 6.19º | 0.7% | 0.43% | - |
| HSV(B) | 6.19º | 0.82% | 0.74% | - |
| XYZ | 22.11 | 13 | 2.78 | - |
| YUV | 88.74 | 96.55 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 33 | 0 | 0.74 | 0.82 | 0.26 | 6.19 | 0.7 | 0.43 |
| Hex | BC | 31 | 21 | 0 | 4A | 52 | 1A | 6 | 46 | 2B |
| Octal | 274 | 61 | 41 | 0 | 112 | 122 | 32 | 6 | 106 | 53 |
| Binary | 10111100 | 110001 | 100001 | 0 | 1001010 | 1010010 | 11010 | 110 | 1000110 | 101011 |
Color Harmonies of #BC3121
Complementary color
Monochromatic Colors of #BC3121
Black with #BC3121
Text Example
Text Example
White with #BC3121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3121; }
p { color: rgb(188,49,33); }
H1.HeaderClassName
{
color: #BC3121;
}
.AnyTagClassName
{
color: #BC3121;
}
</style>
background-color css
<style>
a { background-color: #BC3121; }
a { background-color: rgb(188,49,33); }
div.DivClassName
{
background-color: #BC3121;
}
.BgClassName
{
background-color: #BC3121;
}
</style>
border-color css
<style>
span { border-color: #BC3121; }
span { border-color: rgb(188,49,33); }
td.TdClassName
{
border-color: #BC3121;
}
.TagClassName
{
border-color: #BC3121;
}
</style>