Shades of Fire Brick #BF1F17
Tints of Fire Brick #BF1F17
RGB
CMYK
RGB Variations
Color information
#BF1F17 (or 0xBF1F17) is known color: Fire Brick. HEX triplet: BF, 1F and 17. RGB value is (191,31,23). Sum of RGB (Red+Green+Blue) = 191+31+23=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF1F17 is #40E0E8. Grayscale: #4E4E4E. Windows color (decimal): -4251881 or 1515455. OLE color: 1515455.
HSL color Cylindrical-coordinate representation of color #BF1F17: hue angle of 2.86º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1F17 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 31 | 23 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.25 |
| HSL | 2.86º | 0.79% | 0.42% | - |
| HSV(B) | 2.86º | 0.88% | 0.75% | - |
| XYZ | 22.13 | 12.12 | 1.98 | - |
| YUV | 77.93 | 97.01 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 31 | 23 | 0 | 0.84 | 0.88 | 0.25 | 2.86 | 0.79 | 0.42 |
| Hex | BF | 1F | 17 | 0 | 54 | 58 | 19 | 3 | 4F | 2A |
| Octal | 277 | 37 | 27 | 0 | 124 | 130 | 31 | 3 | 117 | 52 |
| Binary | 10111111 | 11111 | 10111 | 0 | 1010100 | 1011000 | 11001 | 11 | 1001111 | 101010 |
Color Harmonies of #BF1F17
Complementary color
Monochromatic Colors of #BF1F17
Black with #BF1F17
Text Example
Text Example
White with #BF1F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1F17; }
p { color: rgb(191,31,23); }
H1.HeaderClassName
{
color: #BF1F17;
}
.AnyTagClassName
{
color: #BF1F17;
}
</style>
background-color css
<style>
a { background-color: #BF1F17; }
a { background-color: rgb(191,31,23); }
div.DivClassName
{
background-color: #BF1F17;
}
.BgClassName
{
background-color: #BF1F17;
}
</style>
border-color css
<style>
span { border-color: #BF1F17; }
span { border-color: rgb(191,31,23); }
td.TdClassName
{
border-color: #BF1F17;
}
.TagClassName
{
border-color: #BF1F17;
}
</style>