Shades of Fire Brick #B92C1E
Tints of Fire Brick #B92C1E
RGB
CMYK
RGB Variations
Color information
#B92C1E (or 0xB92C1E) is known color: Fire Brick. HEX triplet: B9, 2C and 1E. RGB value is (185,44,30). Sum of RGB (Red+Green+Blue) = 185+44+30=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92C1E is #46D3E1. Grayscale: #545454. Windows color (decimal): -4641762 or 1977529. OLE color: 1977529.
HSL color Cylindrical-coordinate representation of color #B92C1E: hue angle of 5.42º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B92C1E is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 44 | 30 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.27 |
| HSL | 5.42º | 0.72% | 0.42% | - |
| HSV(B) | 5.42º | 0.84% | 0.73% | - |
| XYZ | 21.14 | 12.21 | 2.47 | - |
| YUV | 84.56 | 97.21 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 30 | 0 | 0.76 | 0.84 | 0.27 | 5.42 | 0.72 | 0.42 |
| Hex | B9 | 2C | 1E | 0 | 4C | 54 | 1B | 5 | 48 | 2A |
| Octal | 271 | 54 | 36 | 0 | 114 | 124 | 33 | 5 | 110 | 52 |
| Binary | 10111001 | 101100 | 11110 | 0 | 1001100 | 1010100 | 11011 | 101 | 1001000 | 101010 |
Color Harmonies of #B92C1E
Complementary color
Monochromatic Colors of #B92C1E
Black with #B92C1E
Text Example
Text Example
White with #B92C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92C1E; }
p { color: rgb(185,44,30); }
H1.HeaderClassName
{
color: #B92C1E;
}
.AnyTagClassName
{
color: #B92C1E;
}
</style>
background-color css
<style>
a { background-color: #B92C1E; }
a { background-color: rgb(185,44,30); }
div.DivClassName
{
background-color: #B92C1E;
}
.BgClassName
{
background-color: #B92C1E;
}
</style>
border-color css
<style>
span { border-color: #B92C1E; }
span { border-color: rgb(185,44,30); }
td.TdClassName
{
border-color: #B92C1E;
}
.TagClassName
{
border-color: #B92C1E;
}
</style>