Shades of Fire Brick #BC281C
Tints of Fire Brick #BC281C
RGB
CMYK
RGB Variations
Color information
#BC281C (or 0xBC281C) is known color: Fire Brick. HEX triplet: BC, 28 and 1C. RGB value is (188,40,28). Sum of RGB (Red+Green+Blue) = 188+40+28=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC281C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC281C is #43D7E3. Grayscale: #535353. Windows color (decimal): -4446180 or 1845436. OLE color: 1845436.
HSL color Cylindrical-coordinate representation of color #BC281C: hue angle of 4.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC281C is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 28 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.26 |
| HSL | 4.5º | 0.74% | 0.42% | - |
| HSV(B) | 4.5º | 0.85% | 0.74% | - |
| XYZ | 21.71 | 12.29 | 2.33 | - |
| YUV | 82.88 | 97.03 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 28 | 0 | 0.79 | 0.85 | 0.26 | 4.5 | 0.74 | 0.42 |
| Hex | BC | 28 | 1C | 0 | 4F | 55 | 1A | 4 | 4A | 2A |
| Octal | 274 | 50 | 34 | 0 | 117 | 125 | 32 | 4 | 112 | 52 |
| Binary | 10111100 | 101000 | 11100 | 0 | 1001111 | 1010101 | 11010 | 100 | 1001010 | 101010 |
Color Harmonies of #BC281C
Complementary color
Monochromatic Colors of #BC281C
Black with #BC281C
Text Example
Text Example
White with #BC281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC281C; }
p { color: rgb(188,40,28); }
H1.HeaderClassName
{
color: #BC281C;
}
.AnyTagClassName
{
color: #BC281C;
}
</style>
background-color css
<style>
a { background-color: #BC281C; }
a { background-color: rgb(188,40,28); }
div.DivClassName
{
background-color: #BC281C;
}
.BgClassName
{
background-color: #BC281C;
}
</style>
border-color css
<style>
span { border-color: #BC281C; }
span { border-color: rgb(188,40,28); }
td.TdClassName
{
border-color: #BC281C;
}
.TagClassName
{
border-color: #BC281C;
}
</style>