Shades of Fire Brick #BC2919
Tints of Fire Brick #BC2919
RGB
CMYK
RGB Variations
Color information
#BC2919 (or 0xBC2919) is known color: Fire Brick. HEX triplet: BC, 29 and 19. RGB value is (188,41,25). Sum of RGB (Red+Green+Blue) = 188+41+25=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2919 is #43D6E6. Grayscale: #535353. Windows color (decimal): -4445927 or 1649084. OLE color: 1649084.
HSL color Cylindrical-coordinate representation of color #BC2919: hue angle of 5.89º 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 #BC2919 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 25 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.26 |
| HSL | 5.89º | 0.77% | 0.42% | - |
| HSV(B) | 5.89º | 0.87% | 0.74% | - |
| XYZ | 21.71 | 12.35 | 2.16 | - |
| YUV | 83.13 | 95.2 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 25 | 0 | 0.78 | 0.87 | 0.26 | 5.89 | 0.77 | 0.42 |
| Hex | BC | 29 | 19 | 0 | 4E | 57 | 1A | 6 | 4D | 2A |
| Octal | 274 | 51 | 31 | 0 | 116 | 127 | 32 | 6 | 115 | 52 |
| Binary | 10111100 | 101001 | 11001 | 0 | 1001110 | 1010111 | 11010 | 110 | 1001101 | 101010 |
Color Harmonies of #BC2919
Complementary color
Monochromatic Colors of #BC2919
Black with #BC2919
Text Example
Text Example
White with #BC2919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2919; }
p { color: rgb(188,41,25); }
H1.HeaderClassName
{
color: #BC2919;
}
.AnyTagClassName
{
color: #BC2919;
}
</style>
background-color css
<style>
a { background-color: #BC2919; }
a { background-color: rgb(188,41,25); }
div.DivClassName
{
background-color: #BC2919;
}
.BgClassName
{
background-color: #BC2919;
}
</style>
border-color css
<style>
span { border-color: #BC2919; }
span { border-color: rgb(188,41,25); }
td.TdClassName
{
border-color: #BC2919;
}
.TagClassName
{
border-color: #BC2919;
}
</style>