Shades of Fire Brick #BF1711
Tints of Fire Brick #BF1711
RGB
CMYK
RGB Variations
Color information
#BF1711 (or 0xBF1711) is known color: Fire Brick. HEX triplet: BF, 17 and 11. RGB value is (191,23,17). Sum of RGB (Red+Green+Blue) = 191+23+17=231 (30% of max value = 765). Red value is 191 (75% from 255 or 82.68% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1711 is #40E8EE. Grayscale: #484848. Windows color (decimal): -4253935 or 1120191. OLE color: 1120191.
HSL color Cylindrical-coordinate representation of color #BF1711: hue angle of 2.07º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1711 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 17 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.25 |
| HSL | 2.07º | 0.84% | 0.41% | - |
| HSV(B) | 2.07º | 0.91% | 0.75% | - |
| XYZ | 21.89 | 11.73 | 1.64 | - |
| YUV | 72.55 | 96.66 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 17 | 0 | 0.88 | 0.91 | 0.25 | 2.07 | 0.84 | 0.41 |
| Hex | BF | 17 | 11 | 0 | 58 | 5B | 19 | 2 | 54 | 29 |
| Octal | 277 | 27 | 21 | 0 | 130 | 133 | 31 | 2 | 124 | 51 |
| Binary | 10111111 | 10111 | 10001 | 0 | 1011000 | 1011011 | 11001 | 10 | 1010100 | 101001 |
Color Harmonies of #BF1711
Complementary color
Monochromatic Colors of #BF1711
Black with #BF1711
Text Example
Text Example
White with #BF1711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1711; }
p { color: rgb(191,23,17); }
H1.HeaderClassName
{
color: #BF1711;
}
.AnyTagClassName
{
color: #BF1711;
}
</style>
background-color css
<style>
a { background-color: #BF1711; }
a { background-color: rgb(191,23,17); }
div.DivClassName
{
background-color: #BF1711;
}
.BgClassName
{
background-color: #BF1711;
}
</style>
border-color css
<style>
span { border-color: #BF1711; }
span { border-color: rgb(191,23,17); }
td.TdClassName
{
border-color: #BF1711;
}
.TagClassName
{
border-color: #BF1711;
}
</style>