Shades of Fire Brick #BF2C27
Tints of Fire Brick #BF2C27
RGB
CMYK
RGB Variations
Color information
#BF2C27 (or 0xBF2C27) is known color: Fire Brick. HEX triplet: BF, 2C and 27. RGB value is (191,44,39). Sum of RGB (Red+Green+Blue) = 191+44+39=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2C27 is #40D3D8. Grayscale: #575757. Windows color (decimal): -4248537 or 2567359. OLE color: 2567359.
HSL color Cylindrical-coordinate representation of color #BF2C27: hue angle of 1.97º 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 #BF2C27 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 44 | 39 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.25 |
| HSL | 1.97º | 0.66% | 0.45% | - |
| HSV(B) | 1.97º | 0.8% | 0.75% | - |
| XYZ | 22.75 | 13.02 | 3.23 | - |
| YUV | 87.38 | 100.7 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 39 | 0 | 0.77 | 0.80 | 0.25 | 1.97 | 0.66 | 0.45 |
| Hex | BF | 2C | 27 | 0 | 4D | 50 | 19 | 2 | 42 | 2D |
| Octal | 277 | 54 | 47 | 0 | 115 | 120 | 31 | 2 | 102 | 55 |
| Binary | 10111111 | 101100 | 100111 | 0 | 1001101 | 1010000 | 11001 | 10 | 1000010 | 101101 |
Color Harmonies of #BF2C27
Complementary color
Monochromatic Colors of #BF2C27
Black with #BF2C27
Text Example
Text Example
White with #BF2C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2C27; }
p { color: rgb(191,44,39); }
H1.HeaderClassName
{
color: #BF2C27;
}
.AnyTagClassName
{
color: #BF2C27;
}
</style>
background-color css
<style>
a { background-color: #BF2C27; }
a { background-color: rgb(191,44,39); }
div.DivClassName
{
background-color: #BF2C27;
}
.BgClassName
{
background-color: #BF2C27;
}
</style>
border-color css
<style>
span { border-color: #BF2C27; }
span { border-color: rgb(191,44,39); }
td.TdClassName
{
border-color: #BF2C27;
}
.TagClassName
{
border-color: #BF2C27;
}
</style>