Shades of Fire Brick #BC3224
Tints of Fire Brick #BC3224
RGB
CMYK
RGB Variations
Color information
#BC3224 (or 0xBC3224) is known color: Fire Brick. HEX triplet: BC, 32 and 24. RGB value is (188,50,36). Sum of RGB (Red+Green+Blue) = 188+50+36=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3224 is #43CDDB. Grayscale: #595959. Windows color (decimal): -4443612 or 2372284. OLE color: 2372284.
HSL color Cylindrical-coordinate representation of color #BC3224: hue angle of 5.53º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC3224 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 36 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.26 |
| HSL | 5.53º | 0.68% | 0.44% | - |
| HSV(B) | 5.53º | 0.81% | 0.74% | - |
| XYZ | 22.2 | 13.1 | 3.03 | - |
| YUV | 89.67 | 97.72 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 36 | 0 | 0.73 | 0.81 | 0.26 | 5.53 | 0.68 | 0.44 |
| Hex | BC | 32 | 24 | 0 | 49 | 51 | 1A | 6 | 44 | 2C |
| Octal | 274 | 62 | 44 | 0 | 111 | 121 | 32 | 6 | 104 | 54 |
| Binary | 10111100 | 110010 | 100100 | 0 | 1001001 | 1010001 | 11010 | 110 | 1000100 | 101100 |
Color Harmonies of #BC3224
Complementary color
Monochromatic Colors of #BC3224
Black with #BC3224
Text Example
Text Example
White with #BC3224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3224; }
p { color: rgb(188,50,36); }
H1.HeaderClassName
{
color: #BC3224;
}
.AnyTagClassName
{
color: #BC3224;
}
</style>
background-color css
<style>
a { background-color: #BC3224; }
a { background-color: rgb(188,50,36); }
div.DivClassName
{
background-color: #BC3224;
}
.BgClassName
{
background-color: #BC3224;
}
</style>
border-color css
<style>
span { border-color: #BC3224; }
span { border-color: rgb(188,50,36); }
td.TdClassName
{
border-color: #BC3224;
}
.TagClassName
{
border-color: #BC3224;
}
</style>