Shades of Fire Brick #BC261B
Tints of Fire Brick #BC261B
RGB
CMYK
RGB Variations
Color information
#BC261B (or 0xBC261B) is known color: Fire Brick. HEX triplet: BC, 26 and 1B. RGB value is (188,38,27). Sum of RGB (Red+Green+Blue) = 188+38+27=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC261B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC261B is #43D9E4. Grayscale: #515151. Windows color (decimal): -4446693 or 1779388. OLE color: 1779388.
HSL color Cylindrical-coordinate representation of color #BC261B: hue angle of 4.1º degrees, saturation: 0.75, 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 #BC261B is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 27 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.26 |
| HSL | 4.1º | 0.75% | 0.42% | - |
| HSV(B) | 4.1º | 0.86% | 0.74% | - |
| XYZ | 21.63 | 12.16 | 2.24 | - |
| YUV | 81.6 | 97.2 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 27 | 0 | 0.80 | 0.86 | 0.26 | 4.1 | 0.75 | 0.42 |
| Hex | BC | 26 | 1B | 0 | 50 | 56 | 1A | 4 | 4B | 2A |
| Octal | 274 | 46 | 33 | 0 | 120 | 126 | 32 | 4 | 113 | 52 |
| Binary | 10111100 | 100110 | 11011 | 0 | 1010000 | 1010110 | 11010 | 100 | 1001011 | 101010 |
Color Harmonies of #BC261B
Complementary color
Monochromatic Colors of #BC261B
Black with #BC261B
Text Example
Text Example
White with #BC261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC261B; }
p { color: rgb(188,38,27); }
H1.HeaderClassName
{
color: #BC261B;
}
.AnyTagClassName
{
color: #BC261B;
}
</style>
background-color css
<style>
a { background-color: #BC261B; }
a { background-color: rgb(188,38,27); }
div.DivClassName
{
background-color: #BC261B;
}
.BgClassName
{
background-color: #BC261B;
}
</style>
border-color css
<style>
span { border-color: #BC261B; }
span { border-color: rgb(188,38,27); }
td.TdClassName
{
border-color: #BC261B;
}
.TagClassName
{
border-color: #BC261B;
}
</style>