Shades of Fire Brick #B9281B
Tints of Fire Brick #B9281B
RGB
CMYK
RGB Variations
Color information
#B9281B (or 0xB9281B) is known color: Fire Brick. HEX triplet: B9, 28 and 1B. RGB value is (185,40,27). Sum of RGB (Red+Green+Blue) = 185+40+27=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B9281B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9281B is #46D7E4. Grayscale: #525252. Windows color (decimal): -4642789 or 1779897. OLE color: 1779897.
HSL color Cylindrical-coordinate representation of color #B9281B: hue angle of 4.94º 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 #B9281B is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 27 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.27 |
| HSL | 4.94º | 0.75% | 0.42% | - |
| HSV(B) | 4.94º | 0.85% | 0.73% | - |
| XYZ | 20.96 | 11.91 | 2.23 | - |
| YUV | 81.87 | 97.04 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 27 | 0 | 0.78 | 0.85 | 0.27 | 4.94 | 0.75 | 0.42 |
| Hex | B9 | 28 | 1B | 0 | 4E | 55 | 1B | 5 | 4B | 2A |
| Octal | 271 | 50 | 33 | 0 | 116 | 125 | 33 | 5 | 113 | 52 |
| Binary | 10111001 | 101000 | 11011 | 0 | 1001110 | 1010101 | 11011 | 101 | 1001011 | 101010 |
Color Harmonies of #B9281B
Complementary color
Monochromatic Colors of #B9281B
Black with #B9281B
Text Example
Text Example
White with #B9281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9281B; }
p { color: rgb(185,40,27); }
H1.HeaderClassName
{
color: #B9281B;
}
.AnyTagClassName
{
color: #B9281B;
}
</style>
background-color css
<style>
a { background-color: #B9281B; }
a { background-color: rgb(185,40,27); }
div.DivClassName
{
background-color: #B9281B;
}
.BgClassName
{
background-color: #B9281B;
}
</style>
border-color css
<style>
span { border-color: #B9281B; }
span { border-color: rgb(185,40,27); }
td.TdClassName
{
border-color: #B9281B;
}
.TagClassName
{
border-color: #B9281B;
}
</style>