Shades of Fire Brick #BC1C09
Tints of Fire Brick #BC1C09
RGB
CMYK
RGB Variations
Color information
#BC1C09 (or 0xBC1C09) is known color: Fire Brick. HEX triplet: BC, 1C and 09. RGB value is (188,28,9). Sum of RGB (Red+Green+Blue) = 188+28+9=225 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.56% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1C09 is #43E3F6. Grayscale: #494949. Windows color (decimal): -4449271 or 597180. OLE color: 597180.
HSL color Cylindrical-coordinate representation of color #BC1C09: hue angle of 6.37º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC1C09 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 28 | 9 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.26 |
| HSL | 6.37º | 0.91% | 0.39% | - |
| HSV(B) | 6.37º | 0.95% | 0.74% | - |
| XYZ | 21.2 | 11.54 | 1.37 | - |
| YUV | 73.67 | 91.51 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 9 | 0 | 0.85 | 0.95 | 0.26 | 6.37 | 0.91 | 0.39 |
| Hex | BC | 1C | 9 | 0 | 55 | 5F | 1A | 6 | 5B | 27 |
| Octal | 274 | 34 | 11 | 0 | 125 | 137 | 32 | 6 | 133 | 47 |
| Binary | 10111100 | 11100 | 1001 | 0 | 1010101 | 1011111 | 11010 | 110 | 1011011 | 100111 |
Color Harmonies of #BC1C09
Complementary color
Monochromatic Colors of #BC1C09
Black with #BC1C09
Text Example
Text Example
White with #BC1C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1C09; }
p { color: rgb(188,28,9); }
H1.HeaderClassName
{
color: #BC1C09;
}
.AnyTagClassName
{
color: #BC1C09;
}
</style>
background-color css
<style>
a { background-color: #BC1C09; }
a { background-color: rgb(188,28,9); }
div.DivClassName
{
background-color: #BC1C09;
}
.BgClassName
{
background-color: #BC1C09;
}
</style>
border-color css
<style>
span { border-color: #BC1C09; }
span { border-color: rgb(188,28,9); }
td.TdClassName
{
border-color: #BC1C09;
}
.TagClassName
{
border-color: #BC1C09;
}
</style>