Shades of Fire Brick #BC1F17
Tints of Fire Brick #BC1F17
RGB
CMYK
RGB Variations
Color information
#BC1F17 (or 0xBC1F17) is known color: Fire Brick. HEX triplet: BC, 1F and 17. RGB value is (188,31,23). Sum of RGB (Red+Green+Blue) = 188+31+23=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1F17 is #43E0E8. Grayscale: #4D4D4D. Windows color (decimal): -4448489 or 1515452. OLE color: 1515452.
HSL color Cylindrical-coordinate representation of color #BC1F17: hue angle of 2.91º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1F17 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 31 | 23 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.26 |
| HSL | 2.91º | 0.78% | 0.41% | - |
| HSV(B) | 2.91º | 0.88% | 0.74% | - |
| XYZ | 21.38 | 11.73 | 1.95 | - |
| YUV | 77.03 | 97.51 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 23 | 0 | 0.84 | 0.88 | 0.26 | 2.91 | 0.78 | 0.41 |
| Hex | BC | 1F | 17 | 0 | 54 | 58 | 1A | 3 | 4E | 29 |
| Octal | 274 | 37 | 27 | 0 | 124 | 130 | 32 | 3 | 116 | 51 |
| Binary | 10111100 | 11111 | 10111 | 0 | 1010100 | 1011000 | 11010 | 11 | 1001110 | 101001 |
Color Harmonies of #BC1F17
Complementary color
Monochromatic Colors of #BC1F17
Black with #BC1F17
Text Example
Text Example
White with #BC1F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1F17; }
p { color: rgb(188,31,23); }
H1.HeaderClassName
{
color: #BC1F17;
}
.AnyTagClassName
{
color: #BC1F17;
}
</style>
background-color css
<style>
a { background-color: #BC1F17; }
a { background-color: rgb(188,31,23); }
div.DivClassName
{
background-color: #BC1F17;
}
.BgClassName
{
background-color: #BC1F17;
}
</style>
border-color css
<style>
span { border-color: #BC1F17; }
span { border-color: rgb(188,31,23); }
td.TdClassName
{
border-color: #BC1F17;
}
.TagClassName
{
border-color: #BC1F17;
}
</style>