Shades of Fire Brick #BC271D
Tints of Fire Brick #BC271D
RGB
CMYK
RGB Variations
Color information
#BC271D (or 0xBC271D) is known color: Fire Brick. HEX triplet: BC, 27 and 1D. RGB value is (188,39,29). Sum of RGB (Red+Green+Blue) = 188+39+29=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC271D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC271D is #43D8E2. Grayscale: #525252. Windows color (decimal): -4446435 or 1910716. OLE color: 1910716.
HSL color Cylindrical-coordinate representation of color #BC271D: hue angle of 3.77º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC271D is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 29 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.26 |
| HSL | 3.77º | 0.73% | 0.43% | - |
| HSV(B) | 3.77º | 0.85% | 0.74% | - |
| XYZ | 21.69 | 12.23 | 2.38 | - |
| YUV | 82.41 | 97.86 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 29 | 0 | 0.79 | 0.85 | 0.26 | 3.77 | 0.73 | 0.43 |
| Hex | BC | 27 | 1D | 0 | 4F | 55 | 1A | 4 | 49 | 2B |
| Octal | 274 | 47 | 35 | 0 | 117 | 125 | 32 | 4 | 111 | 53 |
| Binary | 10111100 | 100111 | 11101 | 0 | 1001111 | 1010101 | 11010 | 100 | 1001001 | 101011 |
Color Harmonies of #BC271D
Complementary color
Monochromatic Colors of #BC271D
Black with #BC271D
Text Example
Text Example
White with #BC271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC271D; }
p { color: rgb(188,39,29); }
H1.HeaderClassName
{
color: #BC271D;
}
.AnyTagClassName
{
color: #BC271D;
}
</style>
background-color css
<style>
a { background-color: #BC271D; }
a { background-color: rgb(188,39,29); }
div.DivClassName
{
background-color: #BC271D;
}
.BgClassName
{
background-color: #BC271D;
}
</style>
border-color css
<style>
span { border-color: #BC271D; }
span { border-color: rgb(188,39,29); }
td.TdClassName
{
border-color: #BC271D;
}
.TagClassName
{
border-color: #BC271D;
}
</style>