Shades of Fire Brick #BC271A
Tints of Fire Brick #BC271A
RGB
CMYK
RGB Variations
Color information
#BC271A (or 0xBC271A) is known color: Fire Brick. HEX triplet: BC, 27 and 1A. RGB value is (188,39,26). Sum of RGB (Red+Green+Blue) = 188+39+26=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC271A is #43D8E5. Grayscale: #525252. Windows color (decimal): -4446438 or 1714108. OLE color: 1714108.
HSL color Cylindrical-coordinate representation of color #BC271A: hue angle of 4.81º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC271A is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 26 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.26 |
| HSL | 4.81º | 0.76% | 0.42% | - |
| HSV(B) | 4.81º | 0.86% | 0.74% | - |
| XYZ | 21.65 | 12.22 | 2.19 | - |
| YUV | 82.07 | 96.36 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 26 | 0 | 0.79 | 0.86 | 0.26 | 4.81 | 0.76 | 0.42 |
| Hex | BC | 27 | 1A | 0 | 4F | 56 | 1A | 5 | 4C | 2A |
| Octal | 274 | 47 | 32 | 0 | 117 | 126 | 32 | 5 | 114 | 52 |
| Binary | 10111100 | 100111 | 11010 | 0 | 1001111 | 1010110 | 11010 | 101 | 1001100 | 101010 |
Color Harmonies of #BC271A
Complementary color
Monochromatic Colors of #BC271A
Black with #BC271A
Text Example
Text Example
White with #BC271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC271A; }
p { color: rgb(188,39,26); }
H1.HeaderClassName
{
color: #BC271A;
}
.AnyTagClassName
{
color: #BC271A;
}
</style>
background-color css
<style>
a { background-color: #BC271A; }
a { background-color: rgb(188,39,26); }
div.DivClassName
{
background-color: #BC271A;
}
.BgClassName
{
background-color: #BC271A;
}
</style>
border-color css
<style>
span { border-color: #BC271A; }
span { border-color: rgb(188,39,26); }
td.TdClassName
{
border-color: #BC271A;
}
.TagClassName
{
border-color: #BC271A;
}
</style>