Shades of Fire Brick #BC2E29
Tints of Fire Brick #BC2E29
RGB
CMYK
RGB Variations
Color information
#BC2E29 (or 0xBC2E29) is known color: Fire Brick. HEX triplet: BC, 2E and 29. RGB value is (188,46,41). Sum of RGB (Red+Green+Blue) = 188+46+41=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2E29 is #43D1D6. Grayscale: #585858. Windows color (decimal): -4444631 or 2698940. OLE color: 2698940.
HSL color Cylindrical-coordinate representation of color #BC2E29: hue angle of 2.04º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2E29 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 41 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.26 |
| HSL | 2.04º | 0.64% | 0.45% | - |
| HSV(B) | 2.04º | 0.78% | 0.74% | - |
| XYZ | 22.12 | 12.81 | 3.4 | - |
| YUV | 87.89 | 101.54 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 41 | 0 | 0.76 | 0.78 | 0.26 | 2.04 | 0.64 | 0.45 |
| Hex | BC | 2E | 29 | 0 | 4C | 4E | 1A | 2 | 40 | 2D |
| Octal | 274 | 56 | 51 | 0 | 114 | 116 | 32 | 2 | 100 | 55 |
| Binary | 10111100 | 101110 | 101001 | 0 | 1001100 | 1001110 | 11010 | 10 | 1000000 | 101101 |
Color Harmonies of #BC2E29
Complementary color
Monochromatic Colors of #BC2E29
Black with #BC2E29
Text Example
Text Example
White with #BC2E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2E29; }
p { color: rgb(188,46,41); }
H1.HeaderClassName
{
color: #BC2E29;
}
.AnyTagClassName
{
color: #BC2E29;
}
</style>
background-color css
<style>
a { background-color: #BC2E29; }
a { background-color: rgb(188,46,41); }
div.DivClassName
{
background-color: #BC2E29;
}
.BgClassName
{
background-color: #BC2E29;
}
</style>
border-color css
<style>
span { border-color: #BC2E29; }
span { border-color: rgb(188,46,41); }
td.TdClassName
{
border-color: #BC2E29;
}
.TagClassName
{
border-color: #BC2E29;
}
</style>