Shades of Fire Brick #BC281E
Tints of Fire Brick #BC281E
RGB
CMYK
RGB Variations
Color information
#BC281E (or 0xBC281E) is known color: Fire Brick. HEX triplet: BC, 28 and 1E. RGB value is (188,40,30). Sum of RGB (Red+Green+Blue) = 188+40+30=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC281E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC281E is #43D7E1. Grayscale: #535353. Windows color (decimal): -4446178 or 1976508. OLE color: 1976508.
HSL color Cylindrical-coordinate representation of color #BC281E: hue angle of 3.8º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC281E is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 30 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.26 |
| HSL | 3.8º | 0.72% | 0.43% | - |
| HSV(B) | 3.8º | 0.84% | 0.74% | - |
| XYZ | 21.73 | 12.3 | 2.46 | - |
| YUV | 83.11 | 98.03 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 30 | 0 | 0.79 | 0.84 | 0.26 | 3.8 | 0.72 | 0.43 |
| Hex | BC | 28 | 1E | 0 | 4F | 54 | 1A | 4 | 48 | 2B |
| Octal | 274 | 50 | 36 | 0 | 117 | 124 | 32 | 4 | 110 | 53 |
| Binary | 10111100 | 101000 | 11110 | 0 | 1001111 | 1010100 | 11010 | 100 | 1001000 | 101011 |
Color Harmonies of #BC281E
Complementary color
Monochromatic Colors of #BC281E
Black with #BC281E
Text Example
Text Example
White with #BC281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC281E; }
p { color: rgb(188,40,30); }
H1.HeaderClassName
{
color: #BC281E;
}
.AnyTagClassName
{
color: #BC281E;
}
</style>
background-color css
<style>
a { background-color: #BC281E; }
a { background-color: rgb(188,40,30); }
div.DivClassName
{
background-color: #BC281E;
}
.BgClassName
{
background-color: #BC281E;
}
</style>
border-color css
<style>
span { border-color: #BC281E; }
span { border-color: rgb(188,40,30); }
td.TdClassName
{
border-color: #BC281E;
}
.TagClassName
{
border-color: #BC281E;
}
</style>