Shades of Fire Brick #BF281E
Tints of Fire Brick #BF281E
RGB
CMYK
RGB Variations
Color information
#BF281E (or 0xBF281E) is known color: Fire Brick. HEX triplet: BF, 28 and 1E. RGB value is (191,40,30). Sum of RGB (Red+Green+Blue) = 191+40+30=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF281E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF281E is #40D7E1. Grayscale: #545454. Windows color (decimal): -4249570 or 1976511. OLE color: 1976511.
HSL color Cylindrical-coordinate representation of color #BF281E: hue angle of 3.73º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF281E is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 40 | 30 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.25 |
| HSL | 3.73º | 0.73% | 0.43% | - |
| HSV(B) | 3.73º | 0.84% | 0.75% | - |
| XYZ | 22.48 | 12.69 | 2.49 | - |
| YUV | 84.01 | 97.53 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 30 | 0 | 0.79 | 0.84 | 0.25 | 3.73 | 0.73 | 0.43 |
| Hex | BF | 28 | 1E | 0 | 4F | 54 | 19 | 4 | 49 | 2B |
| Octal | 277 | 50 | 36 | 0 | 117 | 124 | 31 | 4 | 111 | 53 |
| Binary | 10111111 | 101000 | 11110 | 0 | 1001111 | 1010100 | 11001 | 100 | 1001001 | 101011 |
Color Harmonies of #BF281E
Complementary color
Monochromatic Colors of #BF281E
Black with #BF281E
Text Example
Text Example
White with #BF281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF281E; }
p { color: rgb(191,40,30); }
H1.HeaderClassName
{
color: #BF281E;
}
.AnyTagClassName
{
color: #BF281E;
}
</style>
background-color css
<style>
a { background-color: #BF281E; }
a { background-color: rgb(191,40,30); }
div.DivClassName
{
background-color: #BF281E;
}
.BgClassName
{
background-color: #BF281E;
}
</style>
border-color css
<style>
span { border-color: #BF281E; }
span { border-color: rgb(191,40,30); }
td.TdClassName
{
border-color: #BF281E;
}
.TagClassName
{
border-color: #BF281E;
}
</style>