Shades of Fire Brick #BC3324
Tints of Fire Brick #BC3324
RGB
CMYK
RGB Variations
Color information
#BC3324 (or 0xBC3324) is known color: Fire Brick. HEX triplet: BC, 33 and 24. RGB value is (188,51,36). Sum of RGB (Red+Green+Blue) = 188+51+36=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3324 is #43CCDB. Grayscale: #5A5A5A. Windows color (decimal): -4443356 or 2372540. OLE color: 2372540.
HSL color Cylindrical-coordinate representation of color #BC3324: hue angle of 5.92º 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 #BC3324 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 36 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.26 |
| HSL | 5.92º | 0.68% | 0.44% | - |
| HSV(B) | 5.92º | 0.81% | 0.74% | - |
| XYZ | 22.24 | 13.19 | 3.04 | - |
| YUV | 90.25 | 97.39 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 36 | 0 | 0.73 | 0.81 | 0.26 | 5.92 | 0.68 | 0.44 |
| Hex | BC | 33 | 24 | 0 | 49 | 51 | 1A | 6 | 44 | 2C |
| Octal | 274 | 63 | 44 | 0 | 111 | 121 | 32 | 6 | 104 | 54 |
| Binary | 10111100 | 110011 | 100100 | 0 | 1001001 | 1010001 | 11010 | 110 | 1000100 | 101100 |
Color Harmonies of #BC3324
Complementary color
Monochromatic Colors of #BC3324
Black with #BC3324
Text Example
Text Example
White with #BC3324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3324; }
p { color: rgb(188,51,36); }
H1.HeaderClassName
{
color: #BC3324;
}
.AnyTagClassName
{
color: #BC3324;
}
</style>
background-color css
<style>
a { background-color: #BC3324; }
a { background-color: rgb(188,51,36); }
div.DivClassName
{
background-color: #BC3324;
}
.BgClassName
{
background-color: #BC3324;
}
</style>
border-color css
<style>
span { border-color: #BC3324; }
span { border-color: rgb(188,51,36); }
td.TdClassName
{
border-color: #BC3324;
}
.TagClassName
{
border-color: #BC3324;
}
</style>