Shades of Fire Brick #B9231F
Tints of Fire Brick #B9231F
RGB
CMYK
RGB Variations
Color information
#B9231F (or 0xB9231F) is known color: Fire Brick. HEX triplet: B9, 23 and 1F. RGB value is (185,35,31). Sum of RGB (Red+Green+Blue) = 185+35+31=251 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.71% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 185 - color contains mainly: red. Hex color #B9231F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9231F is #46DCE0. Grayscale: #4F4F4F. Windows color (decimal): -4644065 or 2040761. OLE color: 2040761.
HSL color Cylindrical-coordinate representation of color #B9231F: hue angle of 1.56º 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 #B9231F is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 35 | 31 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.27 |
| HSL | 1.56º | 0.71% | 0.42% | - |
| HSV(B) | 1.56º | 0.83% | 0.73% | - |
| XYZ | 20.86 | 11.62 | 2.44 | - |
| YUV | 79.39 | 100.7 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 35 | 31 | 0 | 0.81 | 0.83 | 0.27 | 1.56 | 0.71 | 0.42 |
| Hex | B9 | 23 | 1F | 0 | 51 | 53 | 1B | 2 | 47 | 2A |
| Octal | 271 | 43 | 37 | 0 | 121 | 123 | 33 | 2 | 107 | 52 |
| Binary | 10111001 | 100011 | 11111 | 0 | 1010001 | 1010011 | 11011 | 10 | 1000111 | 101010 |
Color Harmonies of #B9231F
Complementary color
Monochromatic Colors of #B9231F
Black with #B9231F
Text Example
Text Example
White with #B9231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9231F; }
p { color: rgb(185,35,31); }
H1.HeaderClassName
{
color: #B9231F;
}
.AnyTagClassName
{
color: #B9231F;
}
</style>
background-color css
<style>
a { background-color: #B9231F; }
a { background-color: rgb(185,35,31); }
div.DivClassName
{
background-color: #B9231F;
}
.BgClassName
{
background-color: #B9231F;
}
</style>
border-color css
<style>
span { border-color: #B9231F; }
span { border-color: rgb(185,35,31); }
td.TdClassName
{
border-color: #B9231F;
}
.TagClassName
{
border-color: #B9231F;
}
</style>