Shades of Fire Brick #BC2419
Tints of Fire Brick #BC2419
RGB
CMYK
RGB Variations
Color information
#BC2419 (or 0xBC2419) is known color: Fire Brick. HEX triplet: BC, 24 and 19. RGB value is (188,36,25). Sum of RGB (Red+Green+Blue) = 188+36+25=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2419 is #43DBE6. Grayscale: #505050. Windows color (decimal): -4447207 or 1647804. OLE color: 1647804.
HSL color Cylindrical-coordinate representation of color #BC2419: hue angle of 4.05º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC2419 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 25 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.26 |
| HSL | 4.05º | 0.77% | 0.42% | - |
| HSV(B) | 4.05º | 0.87% | 0.74% | - |
| XYZ | 21.55 | 12.02 | 2.1 | - |
| YUV | 80.19 | 96.86 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 25 | 0 | 0.81 | 0.87 | 0.26 | 4.05 | 0.77 | 0.42 |
| Hex | BC | 24 | 19 | 0 | 51 | 57 | 1A | 4 | 4D | 2A |
| Octal | 274 | 44 | 31 | 0 | 121 | 127 | 32 | 4 | 115 | 52 |
| Binary | 10111100 | 100100 | 11001 | 0 | 1010001 | 1010111 | 11010 | 100 | 1001101 | 101010 |
Color Harmonies of #BC2419
Complementary color
Monochromatic Colors of #BC2419
Black with #BC2419
Text Example
Text Example
White with #BC2419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2419; }
p { color: rgb(188,36,25); }
H1.HeaderClassName
{
color: #BC2419;
}
.AnyTagClassName
{
color: #BC2419;
}
</style>
background-color css
<style>
a { background-color: #BC2419; }
a { background-color: rgb(188,36,25); }
div.DivClassName
{
background-color: #BC2419;
}
.BgClassName
{
background-color: #BC2419;
}
</style>
border-color css
<style>
span { border-color: #BC2419; }
span { border-color: rgb(188,36,25); }
td.TdClassName
{
border-color: #BC2419;
}
.TagClassName
{
border-color: #BC2419;
}
</style>