Shades of Fire Brick #BF2927
Tints of Fire Brick #BF2927
RGB
CMYK
RGB Variations
Color information
#BF2927 (or 0xBF2927) is known color: Fire Brick. HEX triplet: BF, 29 and 27. RGB value is (191,41,39). Sum of RGB (Red+Green+Blue) = 191+41+39=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2927 is #40D6D8. Grayscale: #555555. Windows color (decimal): -4249305 or 2566591. OLE color: 2566591.
HSL color Cylindrical-coordinate representation of color #BF2927: hue angle of 0.79º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2927 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 41 | 39 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.25 |
| HSL | 0.79º | 0.66% | 0.45% | - |
| HSV(B) | 0.79º | 0.8% | 0.75% | - |
| XYZ | 22.65 | 12.81 | 3.2 | - |
| YUV | 85.62 | 101.7 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 39 | 0 | 0.79 | 0.80 | 0.25 | 0.79 | 0.66 | 0.45 |
| Hex | BF | 29 | 27 | 0 | 4F | 50 | 19 | 1 | 42 | 2D |
| Octal | 277 | 51 | 47 | 0 | 117 | 120 | 31 | 1 | 102 | 55 |
| Binary | 10111111 | 101001 | 100111 | 0 | 1001111 | 1010000 | 11001 | 1 | 1000010 | 101101 |
Color Harmonies of #BF2927
Complementary color
Monochromatic Colors of #BF2927
Black with #BF2927
Text Example
Text Example
White with #BF2927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2927; }
p { color: rgb(191,41,39); }
H1.HeaderClassName
{
color: #BF2927;
}
.AnyTagClassName
{
color: #BF2927;
}
</style>
background-color css
<style>
a { background-color: #BF2927; }
a { background-color: rgb(191,41,39); }
div.DivClassName
{
background-color: #BF2927;
}
.BgClassName
{
background-color: #BF2927;
}
</style>
border-color css
<style>
span { border-color: #BF2927; }
span { border-color: rgb(191,41,39); }
td.TdClassName
{
border-color: #BF2927;
}
.TagClassName
{
border-color: #BF2927;
}
</style>