Shades of Fire Brick #B9261B
Tints of Fire Brick #B9261B
RGB
CMYK
RGB Variations
Color information
#B9261B (or 0xB9261B) is known color: Fire Brick. HEX triplet: B9, 26 and 1B. RGB value is (185,38,27). Sum of RGB (Red+Green+Blue) = 185+38+27=250 (33% of max value = 765). Red value is 185 (72.66% from 255 or 74% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 185 - color contains mainly: red. Hex color #B9261B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9261B is #46D9E4. Grayscale: #505050. Windows color (decimal): -4643301 or 1779385. OLE color: 1779385.
HSL color Cylindrical-coordinate representation of color #B9261B: hue angle of 4.18º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9261B is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 38 | 27 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.27 |
| HSL | 4.18º | 0.75% | 0.42% | - |
| HSV(B) | 4.18º | 0.85% | 0.73% | - |
| XYZ | 20.9 | 11.78 | 2.21 | - |
| YUV | 80.7 | 97.7 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 27 | 0 | 0.79 | 0.85 | 0.27 | 4.18 | 0.75 | 0.42 |
| Hex | B9 | 26 | 1B | 0 | 4F | 55 | 1B | 4 | 4B | 2A |
| Octal | 271 | 46 | 33 | 0 | 117 | 125 | 33 | 4 | 113 | 52 |
| Binary | 10111001 | 100110 | 11011 | 0 | 1001111 | 1010101 | 11011 | 100 | 1001011 | 101010 |
Color Harmonies of #B9261B
Complementary color
Monochromatic Colors of #B9261B
Black with #B9261B
Text Example
Text Example
White with #B9261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9261B; }
p { color: rgb(185,38,27); }
H1.HeaderClassName
{
color: #B9261B;
}
.AnyTagClassName
{
color: #B9261B;
}
</style>
background-color css
<style>
a { background-color: #B9261B; }
a { background-color: rgb(185,38,27); }
div.DivClassName
{
background-color: #B9261B;
}
.BgClassName
{
background-color: #B9261B;
}
</style>
border-color css
<style>
span { border-color: #B9261B; }
span { border-color: rgb(185,38,27); }
td.TdClassName
{
border-color: #B9261B;
}
.TagClassName
{
border-color: #B9261B;
}
</style>