Shades of Fire Brick #BF1710
Tints of Fire Brick #BF1710
RGB
CMYK
RGB Variations
Color information
#BF1710 (or 0xBF1710) is known color: Fire Brick. HEX triplet: BF, 17 and 10. RGB value is (191,23,16). Sum of RGB (Red+Green+Blue) = 191+23+16=230 (30% of max value = 765). Red value is 191 (75% from 255 or 83.04% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1710 is #40E8EF. Grayscale: #484848. Windows color (decimal): -4253936 or 1054655. OLE color: 1054655.
HSL color Cylindrical-coordinate representation of color #BF1710: hue angle of 2.4º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF1710 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 16 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.25 |
| HSL | 2.4º | 0.85% | 0.41% | - |
| HSV(B) | 2.4º | 0.92% | 0.75% | - |
| XYZ | 21.89 | 11.73 | 1.6 | - |
| YUV | 72.43 | 96.16 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 16 | 0 | 0.88 | 0.92 | 0.25 | 2.4 | 0.85 | 0.41 |
| Hex | BF | 17 | 10 | 0 | 58 | 5C | 19 | 2 | 55 | 29 |
| Octal | 277 | 27 | 20 | 0 | 130 | 134 | 31 | 2 | 125 | 51 |
| Binary | 10111111 | 10111 | 10000 | 0 | 1011000 | 1011100 | 11001 | 10 | 1010101 | 101001 |
Color Harmonies of #BF1710
Complementary color
Monochromatic Colors of #BF1710
Black with #BF1710
Text Example
Text Example
White with #BF1710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1710; }
p { color: rgb(191,23,16); }
H1.HeaderClassName
{
color: #BF1710;
}
.AnyTagClassName
{
color: #BF1710;
}
</style>
background-color css
<style>
a { background-color: #BF1710; }
a { background-color: rgb(191,23,16); }
div.DivClassName
{
background-color: #BF1710;
}
.BgClassName
{
background-color: #BF1710;
}
</style>
border-color css
<style>
span { border-color: #BF1710; }
span { border-color: rgb(191,23,16); }
td.TdClassName
{
border-color: #BF1710;
}
.TagClassName
{
border-color: #BF1710;
}
</style>