Shades of Fire Brick #BF2D26
Tints of Fire Brick #BF2D26
RGB
CMYK
RGB Variations
Color information
#BF2D26 (or 0xBF2D26) is known color: Fire Brick. HEX triplet: BF, 2D and 26. RGB value is (191,45,38). Sum of RGB (Red+Green+Blue) = 191+45+38=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2D26 is #40D2D9. Grayscale: #585858. Windows color (decimal): -4248282 or 2502079. OLE color: 2502079.
HSL color Cylindrical-coordinate representation of color #BF2D26: hue angle of 2.75º degrees, saturation: 0.67, 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 #BF2D26 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 38 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.25 |
| HSL | 2.75º | 0.67% | 0.45% | - |
| HSV(B) | 2.75º | 0.8% | 0.75% | - |
| XYZ | 22.77 | 13.09 | 3.16 | - |
| YUV | 87.86 | 99.87 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 38 | 0 | 0.76 | 0.80 | 0.25 | 2.75 | 0.67 | 0.45 |
| Hex | BF | 2D | 26 | 0 | 4C | 50 | 19 | 3 | 43 | 2D |
| Octal | 277 | 55 | 46 | 0 | 114 | 120 | 31 | 3 | 103 | 55 |
| Binary | 10111111 | 101101 | 100110 | 0 | 1001100 | 1010000 | 11001 | 11 | 1000011 | 101101 |
Color Harmonies of #BF2D26
Complementary color
Monochromatic Colors of #BF2D26
Black with #BF2D26
Text Example
Text Example
White with #BF2D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2D26; }
p { color: rgb(191,45,38); }
H1.HeaderClassName
{
color: #BF2D26;
}
.AnyTagClassName
{
color: #BF2D26;
}
</style>
background-color css
<style>
a { background-color: #BF2D26; }
a { background-color: rgb(191,45,38); }
div.DivClassName
{
background-color: #BF2D26;
}
.BgClassName
{
background-color: #BF2D26;
}
</style>
border-color css
<style>
span { border-color: #BF2D26; }
span { border-color: rgb(191,45,38); }
td.TdClassName
{
border-color: #BF2D26;
}
.TagClassName
{
border-color: #BF2D26;
}
</style>