Shades of Fire Brick #B9281F
Tints of Fire Brick #B9281F
RGB
CMYK
RGB Variations
Color information
#B9281F (or 0xB9281F) is known color: Fire Brick. HEX triplet: B9, 28 and 1F. RGB value is (185,40,31). Sum of RGB (Red+Green+Blue) = 185+40+31=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B9281F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9281F is #46D7E0. Grayscale: #525252. Windows color (decimal): -4642785 or 2042041. OLE color: 2042041.
HSL color Cylindrical-coordinate representation of color #B9281F: hue angle of 3.51º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9281F is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 31 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.27 |
| HSL | 3.51º | 0.71% | 0.42% | - |
| HSV(B) | 3.51º | 0.83% | 0.73% | - |
| XYZ | 21.01 | 11.93 | 2.49 | - |
| YUV | 82.33 | 99.04 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 31 | 0 | 0.78 | 0.83 | 0.27 | 3.51 | 0.71 | 0.42 |
| Hex | B9 | 28 | 1F | 0 | 4E | 53 | 1B | 4 | 47 | 2A |
| Octal | 271 | 50 | 37 | 0 | 116 | 123 | 33 | 4 | 107 | 52 |
| Binary | 10111001 | 101000 | 11111 | 0 | 1001110 | 1010011 | 11011 | 100 | 1000111 | 101010 |
Color Harmonies of #B9281F
Complementary color
Monochromatic Colors of #B9281F
Black with #B9281F
Text Example
Text Example
White with #B9281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9281F; }
p { color: rgb(185,40,31); }
H1.HeaderClassName
{
color: #B9281F;
}
.AnyTagClassName
{
color: #B9281F;
}
</style>
background-color css
<style>
a { background-color: #B9281F; }
a { background-color: rgb(185,40,31); }
div.DivClassName
{
background-color: #B9281F;
}
.BgClassName
{
background-color: #B9281F;
}
</style>
border-color css
<style>
span { border-color: #B9281F; }
span { border-color: rgb(185,40,31); }
td.TdClassName
{
border-color: #B9281F;
}
.TagClassName
{
border-color: #B9281F;
}
</style>