Shades of Fire Brick #BC261D
Tints of Fire Brick #BC261D
RGB
CMYK
RGB Variations
Color information
#BC261D (or 0xBC261D) is known color: Fire Brick. HEX triplet: BC, 26 and 1D. RGB value is (188,38,29). Sum of RGB (Red+Green+Blue) = 188+38+29=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC261D is #43D9E2. Grayscale: #525252. Windows color (decimal): -4446691 or 1910460. OLE color: 1910460.
HSL color Cylindrical-coordinate representation of color #BC261D: hue angle of 3.4º 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 #BC261D is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 29 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.26 |
| HSL | 3.4º | 0.73% | 0.43% | - |
| HSV(B) | 3.4º | 0.85% | 0.74% | - |
| XYZ | 21.65 | 12.17 | 2.37 | - |
| YUV | 81.82 | 98.2 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 29 | 0 | 0.80 | 0.85 | 0.26 | 3.4 | 0.73 | 0.43 |
| Hex | BC | 26 | 1D | 0 | 50 | 55 | 1A | 3 | 49 | 2B |
| Octal | 274 | 46 | 35 | 0 | 120 | 125 | 32 | 3 | 111 | 53 |
| Binary | 10111100 | 100110 | 11101 | 0 | 1010000 | 1010101 | 11010 | 11 | 1001001 | 101011 |
Color Harmonies of #BC261D
Complementary color
Monochromatic Colors of #BC261D
Black with #BC261D
Text Example
Text Example
White with #BC261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC261D; }
p { color: rgb(188,38,29); }
H1.HeaderClassName
{
color: #BC261D;
}
.AnyTagClassName
{
color: #BC261D;
}
</style>
background-color css
<style>
a { background-color: #BC261D; }
a { background-color: rgb(188,38,29); }
div.DivClassName
{
background-color: #BC261D;
}
.BgClassName
{
background-color: #BC261D;
}
</style>
border-color css
<style>
span { border-color: #BC261D; }
span { border-color: rgb(188,38,29); }
td.TdClassName
{
border-color: #BC261D;
}
.TagClassName
{
border-color: #BC261D;
}
</style>