Shades of Fire Brick #BF2523
Tints of Fire Brick #BF2523
RGB
CMYK
RGB Variations
Color information
#BF2523 (or 0xBF2523) is known color: Fire Brick. HEX triplet: BF, 25 and 23. RGB value is (191,37,35). Sum of RGB (Red+Green+Blue) = 191+37+35=263 (34% of max value = 765). Red value is 191 (75% from 255 or 72.62% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2523 is #40DADC. Grayscale: #525252. Windows color (decimal): -4250333 or 2303423. OLE color: 2303423.
HSL color Cylindrical-coordinate representation of color #BF2523: hue angle of 0.77º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2523 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 35 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.25 |
| HSL | 0.77º | 0.69% | 0.44% | - |
| HSV(B) | 0.77º | 0.82% | 0.75% | - |
| XYZ | 22.45 | 12.52 | 2.82 | - |
| YUV | 82.82 | 101.02 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 35 | 0 | 0.81 | 0.82 | 0.25 | 0.77 | 0.69 | 0.44 |
| Hex | BF | 25 | 23 | 0 | 51 | 52 | 19 | 1 | 45 | 2C |
| Octal | 277 | 45 | 43 | 0 | 121 | 122 | 31 | 1 | 105 | 54 |
| Binary | 10111111 | 100101 | 100011 | 0 | 1010001 | 1010010 | 11001 | 1 | 1000101 | 101100 |
Color Harmonies of #BF2523
Complementary color
Monochromatic Colors of #BF2523
Black with #BF2523
Text Example
Text Example
White with #BF2523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2523; }
p { color: rgb(191,37,35); }
H1.HeaderClassName
{
color: #BF2523;
}
.AnyTagClassName
{
color: #BF2523;
}
</style>
background-color css
<style>
a { background-color: #BF2523; }
a { background-color: rgb(191,37,35); }
div.DivClassName
{
background-color: #BF2523;
}
.BgClassName
{
background-color: #BF2523;
}
</style>
border-color css
<style>
span { border-color: #BF2523; }
span { border-color: rgb(191,37,35); }
td.TdClassName
{
border-color: #BF2523;
}
.TagClassName
{
border-color: #BF2523;
}
</style>