Shades of Fire Brick #BF261D
Tints of Fire Brick #BF261D
RGB
CMYK
RGB Variations
Color information
#BF261D (or 0xBF261D) is known color: Fire Brick. HEX triplet: BF, 26 and 1D. RGB value is (191,38,29). Sum of RGB (Red+Green+Blue) = 191+38+29=258 (34% of max value = 765). Red value is 191 (75% from 255 or 74.03% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 191 - color contains mainly: red. Hex color #BF261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF261D is #40D9E2. Grayscale: #525252. Windows color (decimal): -4250083 or 1910463. OLE color: 1910463.
HSL color Cylindrical-coordinate representation of color #BF261D: hue angle of 3.33º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF261D is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 29 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.25 |
| HSL | 3.33º | 0.74% | 0.43% | - |
| HSV(B) | 3.33º | 0.85% | 0.75% | - |
| XYZ | 22.4 | 12.55 | 2.4 | - |
| YUV | 82.72 | 97.69 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 29 | 0 | 0.80 | 0.85 | 0.25 | 3.33 | 0.74 | 0.43 |
| Hex | BF | 26 | 1D | 0 | 50 | 55 | 19 | 3 | 4A | 2B |
| Octal | 277 | 46 | 35 | 0 | 120 | 125 | 31 | 3 | 112 | 53 |
| Binary | 10111111 | 100110 | 11101 | 0 | 1010000 | 1010101 | 11001 | 11 | 1001010 | 101011 |
Color Harmonies of #BF261D
Complementary color
Monochromatic Colors of #BF261D
Black with #BF261D
Text Example
Text Example
White with #BF261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF261D; }
p { color: rgb(191,38,29); }
H1.HeaderClassName
{
color: #BF261D;
}
.AnyTagClassName
{
color: #BF261D;
}
</style>
background-color css
<style>
a { background-color: #BF261D; }
a { background-color: rgb(191,38,29); }
div.DivClassName
{
background-color: #BF261D;
}
.BgClassName
{
background-color: #BF261D;
}
</style>
border-color css
<style>
span { border-color: #BF261D; }
span { border-color: rgb(191,38,29); }
td.TdClassName
{
border-color: #BF261D;
}
.TagClassName
{
border-color: #BF261D;
}
</style>