Shades of Fire Brick #BC3222
Tints of Fire Brick #BC3222
RGB
CMYK
RGB Variations
Color information
#BC3222 (or 0xBC3222) is known color: Fire Brick. HEX triplet: BC, 32 and 22. RGB value is (188,50,34). Sum of RGB (Red+Green+Blue) = 188+50+34=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3222 is #43CDDD. Grayscale: #595959. Windows color (decimal): -4443614 or 2241212. OLE color: 2241212.
HSL color Cylindrical-coordinate representation of color #BC3222: hue angle of 6.23º 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 #BC3222 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 34 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.26 |
| HSL | 6.23º | 0.69% | 0.44% | - |
| HSV(B) | 6.23º | 0.82% | 0.74% | - |
| XYZ | 22.17 | 13.09 | 2.87 | - |
| YUV | 89.44 | 96.72 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 34 | 0 | 0.73 | 0.82 | 0.26 | 6.23 | 0.69 | 0.44 |
| Hex | BC | 32 | 22 | 0 | 49 | 52 | 1A | 6 | 45 | 2C |
| Octal | 274 | 62 | 42 | 0 | 111 | 122 | 32 | 6 | 105 | 54 |
| Binary | 10111100 | 110010 | 100010 | 0 | 1001001 | 1010010 | 11010 | 110 | 1000101 | 101100 |
Color Harmonies of #BC3222
Complementary color
Monochromatic Colors of #BC3222
Black with #BC3222
Text Example
Text Example
White with #BC3222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3222; }
p { color: rgb(188,50,34); }
H1.HeaderClassName
{
color: #BC3222;
}
.AnyTagClassName
{
color: #BC3222;
}
</style>
background-color css
<style>
a { background-color: #BC3222; }
a { background-color: rgb(188,50,34); }
div.DivClassName
{
background-color: #BC3222;
}
.BgClassName
{
background-color: #BC3222;
}
</style>
border-color css
<style>
span { border-color: #BC3222; }
span { border-color: rgb(188,50,34); }
td.TdClassName
{
border-color: #BC3222;
}
.TagClassName
{
border-color: #BC3222;
}
</style>