Shades of Fire Brick #BC271C
Tints of Fire Brick #BC271C
RGB
CMYK
RGB Variations
Color information
#BC271C (or 0xBC271C) is known color: Fire Brick. HEX triplet: BC, 27 and 1C. RGB value is (188,39,28). Sum of RGB (Red+Green+Blue) = 188+39+28=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC271C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC271C is #43D8E3. Grayscale: #525252. Windows color (decimal): -4446436 or 1845180. OLE color: 1845180.
HSL color Cylindrical-coordinate representation of color #BC271C: hue angle of 4.12º 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 #BC271C is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 28 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.26 |
| HSL | 4.13º | 0.74% | 0.42% | - |
| HSV(B) | 4.13º | 0.85% | 0.74% | - |
| XYZ | 21.67 | 12.23 | 2.32 | - |
| YUV | 82.3 | 97.36 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 28 | 0 | 0.79 | 0.85 | 0.26 | 4.13 | 0.74 | 0.42 |
| Hex | BC | 27 | 1C | 0 | 4F | 55 | 1A | 4 | 4A | 2A |
| Octal | 274 | 47 | 34 | 0 | 117 | 125 | 32 | 4 | 112 | 52 |
| Binary | 10111100 | 100111 | 11100 | 0 | 1001111 | 1010101 | 11010 | 100 | 1001010 | 101010 |
Color Harmonies of #BC271C
Complementary color
Monochromatic Colors of #BC271C
Black with #BC271C
Text Example
Text Example
White with #BC271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC271C; }
p { color: rgb(188,39,28); }
H1.HeaderClassName
{
color: #BC271C;
}
.AnyTagClassName
{
color: #BC271C;
}
</style>
background-color css
<style>
a { background-color: #BC271C; }
a { background-color: rgb(188,39,28); }
div.DivClassName
{
background-color: #BC271C;
}
.BgClassName
{
background-color: #BC271C;
}
</style>
border-color css
<style>
span { border-color: #BC271C; }
span { border-color: rgb(188,39,28); }
td.TdClassName
{
border-color: #BC271C;
}
.TagClassName
{
border-color: #BC271C;
}
</style>