Shades of Fire Brick #BF2D25
Tints of Fire Brick #BF2D25
RGB
CMYK
RGB Variations
Color information
#BF2D25 (or 0xBF2D25) is known color: Fire Brick. HEX triplet: BF, 2D and 25. RGB value is (191,45,37). Sum of RGB (Red+Green+Blue) = 191+45+37=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2D25 is #40D2DA. Grayscale: #575757. Windows color (decimal): -4248283 or 2436543. OLE color: 2436543.
HSL color Cylindrical-coordinate representation of color #BF2D25: hue angle of 3.12º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2D25 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 37 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.25 |
| HSL | 3.12º | 0.68% | 0.45% | - |
| HSV(B) | 3.12º | 0.81% | 0.75% | - |
| XYZ | 22.76 | 13.09 | 3.08 | - |
| YUV | 87.74 | 99.37 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 37 | 0 | 0.76 | 0.81 | 0.25 | 3.12 | 0.68 | 0.45 |
| Hex | BF | 2D | 25 | 0 | 4C | 51 | 19 | 3 | 44 | 2D |
| Octal | 277 | 55 | 45 | 0 | 114 | 121 | 31 | 3 | 104 | 55 |
| Binary | 10111111 | 101101 | 100101 | 0 | 1001100 | 1010001 | 11001 | 11 | 1000100 | 101101 |
Color Harmonies of #BF2D25
Complementary color
Monochromatic Colors of #BF2D25
Black with #BF2D25
Text Example
Text Example
White with #BF2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2D25; }
p { color: rgb(191,45,37); }
H1.HeaderClassName
{
color: #BF2D25;
}
.AnyTagClassName
{
color: #BF2D25;
}
</style>
background-color css
<style>
a { background-color: #BF2D25; }
a { background-color: rgb(191,45,37); }
div.DivClassName
{
background-color: #BF2D25;
}
.BgClassName
{
background-color: #BF2D25;
}
</style>
border-color css
<style>
span { border-color: #BF2D25; }
span { border-color: rgb(191,45,37); }
td.TdClassName
{
border-color: #BF2D25;
}
.TagClassName
{
border-color: #BF2D25;
}
</style>