Shades of Fire Brick #BC3226
Tints of Fire Brick #BC3226
RGB
CMYK
RGB Variations
Color information
#BC3226 (or 0xBC3226) is known color: Fire Brick. HEX triplet: BC, 32 and 26. RGB value is (188,50,38). Sum of RGB (Red+Green+Blue) = 188+50+38=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3226 is #43CDD9. Grayscale: #5A5A5A. Windows color (decimal): -4443610 or 2503356. OLE color: 2503356.
HSL color Cylindrical-coordinate representation of color #BC3226: hue angle of 4.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC3226 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 38 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.26 |
| HSL | 4.8º | 0.66% | 0.44% | - |
| HSV(B) | 4.8º | 0.8% | 0.74% | - |
| XYZ | 22.23 | 13.11 | 3.19 | - |
| YUV | 89.89 | 98.72 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 38 | 0 | 0.73 | 0.80 | 0.26 | 4.8 | 0.66 | 0.44 |
| Hex | BC | 32 | 26 | 0 | 49 | 50 | 1A | 5 | 42 | 2C |
| Octal | 274 | 62 | 46 | 0 | 111 | 120 | 32 | 5 | 102 | 54 |
| Binary | 10111100 | 110010 | 100110 | 0 | 1001001 | 1010000 | 11010 | 101 | 1000010 | 101100 |
Color Harmonies of #BC3226
Complementary color
Monochromatic Colors of #BC3226
Black with #BC3226
Text Example
Text Example
White with #BC3226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3226; }
p { color: rgb(188,50,38); }
H1.HeaderClassName
{
color: #BC3226;
}
.AnyTagClassName
{
color: #BC3226;
}
</style>
background-color css
<style>
a { background-color: #BC3226; }
a { background-color: rgb(188,50,38); }
div.DivClassName
{
background-color: #BC3226;
}
.BgClassName
{
background-color: #BC3226;
}
</style>
border-color css
<style>
span { border-color: #BC3226; }
span { border-color: rgb(188,50,38); }
td.TdClassName
{
border-color: #BC3226;
}
.TagClassName
{
border-color: #BC3226;
}
</style>