Shades of Fire Brick #B92E2D
Tints of Fire Brick #B92E2D
RGB
CMYK
RGB Variations
Color information
#B92E2D (or 0xB92E2D) is known color: Fire Brick. HEX triplet: B9, 2E and 2D. RGB value is (185,46,45). Sum of RGB (Red+Green+Blue) = 185+46+45=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92E2D is #46D1D2. Grayscale: #575757. Windows color (decimal): -4641235 or 2961081. OLE color: 2961081.
HSL color Cylindrical-coordinate representation of color #B92E2D: hue angle of 0.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B92E2D is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 46 | 45 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.27 |
| HSL | 0.43º | 0.61% | 0.45% | - |
| HSV(B) | 0.43º | 0.76% | 0.73% | - |
| XYZ | 21.46 | 12.46 | 3.76 | - |
| YUV | 87.45 | 104.05 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 46 | 45 | 0 | 0.75 | 0.76 | 0.27 | 0.43 | 0.61 | 0.45 |
| Hex | B9 | 2E | 2D | 0 | 4B | 4C | 1B | 0 | 3D | 2D |
| Octal | 271 | 56 | 55 | 0 | 113 | 114 | 33 | 0 | 75 | 55 |
| Binary | 10111001 | 101110 | 101101 | 0 | 1001011 | 1001100 | 11011 | 0 | 111101 | 101101 |
Color Harmonies of #B92E2D
Complementary color
Monochromatic Colors of #B92E2D
Black with #B92E2D
Text Example
Text Example
White with #B92E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92E2D; }
p { color: rgb(185,46,45); }
H1.HeaderClassName
{
color: #B92E2D;
}
.AnyTagClassName
{
color: #B92E2D;
}
</style>
background-color css
<style>
a { background-color: #B92E2D; }
a { background-color: rgb(185,46,45); }
div.DivClassName
{
background-color: #B92E2D;
}
.BgClassName
{
background-color: #B92E2D;
}
</style>
border-color css
<style>
span { border-color: #B92E2D; }
span { border-color: rgb(185,46,45); }
td.TdClassName
{
border-color: #B92E2D;
}
.TagClassName
{
border-color: #B92E2D;
}
</style>