Shades of Fire Brick #BC2B25
Tints of Fire Brick #BC2B25
RGB
CMYK
RGB Variations
Color information
#BC2B25 (or 0xBC2B25) is known color: Fire Brick. HEX triplet: BC, 2B and 25. RGB value is (188,43,37). Sum of RGB (Red+Green+Blue) = 188+43+37=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2B25 is #43D4DA. Grayscale: #555555. Windows color (decimal): -4445403 or 2436028. OLE color: 2436028.
HSL color Cylindrical-coordinate representation of color #BC2B25: hue angle of 2.38º degrees, saturation: 0.67, 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 #BC2B25 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 37 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.26 |
| HSL | 2.38º | 0.67% | 0.44% | - |
| HSV(B) | 2.38º | 0.8% | 0.74% | - |
| XYZ | 21.94 | 12.55 | 3.02 | - |
| YUV | 85.67 | 100.54 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 37 | 0 | 0.77 | 0.80 | 0.26 | 2.38 | 0.67 | 0.44 |
| Hex | BC | 2B | 25 | 0 | 4D | 50 | 1A | 2 | 43 | 2C |
| Octal | 274 | 53 | 45 | 0 | 115 | 120 | 32 | 2 | 103 | 54 |
| Binary | 10111100 | 101011 | 100101 | 0 | 1001101 | 1010000 | 11010 | 10 | 1000011 | 101100 |
Color Harmonies of #BC2B25
Complementary color
Monochromatic Colors of #BC2B25
Black with #BC2B25
Text Example
Text Example
White with #BC2B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2B25; }
p { color: rgb(188,43,37); }
H1.HeaderClassName
{
color: #BC2B25;
}
.AnyTagClassName
{
color: #BC2B25;
}
</style>
background-color css
<style>
a { background-color: #BC2B25; }
a { background-color: rgb(188,43,37); }
div.DivClassName
{
background-color: #BC2B25;
}
.BgClassName
{
background-color: #BC2B25;
}
</style>
border-color css
<style>
span { border-color: #BC2B25; }
span { border-color: rgb(188,43,37); }
td.TdClassName
{
border-color: #BC2B25;
}
.TagClassName
{
border-color: #BC2B25;
}
</style>