Shades of Fire Brick #B92F2D
Tints of Fire Brick #B92F2D
RGB
CMYK
RGB Variations
Color information
#B92F2D (or 0xB92F2D) is known color: Fire Brick. HEX triplet: B9, 2F and 2D. RGB value is (185,47,45). Sum of RGB (Red+Green+Blue) = 185+47+45=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92F2D is #46D0D2. Grayscale: #585858. Windows color (decimal): -4640979 or 2961337. OLE color: 2961337.
HSL color Cylindrical-coordinate representation of color #B92F2D: hue angle of 0.86º 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 #B92F2D is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 47 | 45 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.27 |
| HSL | 0.86º | 0.61% | 0.45% | - |
| HSV(B) | 0.86º | 0.76% | 0.73% | - |
| XYZ | 21.5 | 12.54 | 3.77 | - |
| YUV | 88.03 | 103.72 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 45 | 0 | 0.75 | 0.76 | 0.27 | 0.86 | 0.61 | 0.45 |
| Hex | B9 | 2F | 2D | 0 | 4B | 4C | 1B | 1 | 3D | 2D |
| Octal | 271 | 57 | 55 | 0 | 113 | 114 | 33 | 1 | 75 | 55 |
| Binary | 10111001 | 101111 | 101101 | 0 | 1001011 | 1001100 | 11011 | 1 | 111101 | 101101 |
Color Harmonies of #B92F2D
Complementary color
Monochromatic Colors of #B92F2D
Black with #B92F2D
Text Example
Text Example
White with #B92F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92F2D; }
p { color: rgb(185,47,45); }
H1.HeaderClassName
{
color: #B92F2D;
}
.AnyTagClassName
{
color: #B92F2D;
}
</style>
background-color css
<style>
a { background-color: #B92F2D; }
a { background-color: rgb(185,47,45); }
div.DivClassName
{
background-color: #B92F2D;
}
.BgClassName
{
background-color: #B92F2D;
}
</style>
border-color css
<style>
span { border-color: #B92F2D; }
span { border-color: rgb(185,47,45); }
td.TdClassName
{
border-color: #B92F2D;
}
.TagClassName
{
border-color: #B92F2D;
}
</style>