Shades of Fire Brick #BC2F28
Tints of Fire Brick #BC2F28
RGB
CMYK
RGB Variations
Color information
#BC2F28 (or 0xBC2F28) is known color: Fire Brick. HEX triplet: BC, 2F and 28. RGB value is (188,47,40). Sum of RGB (Red+Green+Blue) = 188+47+40=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F28 is #43D0D7. Grayscale: #585858. Windows color (decimal): -4444376 or 2633660. OLE color: 2633660.
HSL color Cylindrical-coordinate representation of color #BC2F28: hue angle of 2.84º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2F28 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 40 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.26 |
| HSL | 2.84º | 0.65% | 0.45% | - |
| HSV(B) | 2.84º | 0.79% | 0.74% | - |
| XYZ | 22.14 | 12.88 | 3.33 | - |
| YUV | 88.36 | 100.71 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 40 | 0 | 0.75 | 0.79 | 0.26 | 2.84 | 0.65 | 0.45 |
| Hex | BC | 2F | 28 | 0 | 4B | 4F | 1A | 3 | 41 | 2D |
| Octal | 274 | 57 | 50 | 0 | 113 | 117 | 32 | 3 | 101 | 55 |
| Binary | 10111100 | 101111 | 101000 | 0 | 1001011 | 1001111 | 11010 | 11 | 1000001 | 101101 |
Color Harmonies of #BC2F28
Complementary color
Monochromatic Colors of #BC2F28
Black with #BC2F28
Text Example
Text Example
White with #BC2F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F28; }
p { color: rgb(188,47,40); }
H1.HeaderClassName
{
color: #BC2F28;
}
.AnyTagClassName
{
color: #BC2F28;
}
</style>
background-color css
<style>
a { background-color: #BC2F28; }
a { background-color: rgb(188,47,40); }
div.DivClassName
{
background-color: #BC2F28;
}
.BgClassName
{
background-color: #BC2F28;
}
</style>
border-color css
<style>
span { border-color: #BC2F28; }
span { border-color: rgb(188,47,40); }
td.TdClassName
{
border-color: #BC2F28;
}
.TagClassName
{
border-color: #BC2F28;
}
</style>