Shades of Fire Brick #B92F2C
Tints of Fire Brick #B92F2C
RGB
CMYK
RGB Variations
Color information
#B92F2C (or 0xB92F2C) is known color: Fire Brick. HEX triplet: B9, 2F and 2C. RGB value is (185,47,44). Sum of RGB (Red+Green+Blue) = 185+47+44=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92F2C is #46D0D3. Grayscale: #585858. Windows color (decimal): -4640980 or 2895801. OLE color: 2895801.
HSL color Cylindrical-coordinate representation of color #B92F2C: hue angle of 1.28º degrees, saturation: 0.62, 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 #B92F2C is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 47 | 44 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.27 |
| HSL | 1.28º | 0.62% | 0.45% | - |
| HSV(B) | 1.28º | 0.76% | 0.73% | - |
| XYZ | 21.48 | 12.53 | 3.67 | - |
| YUV | 87.92 | 103.22 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 44 | 0 | 0.75 | 0.76 | 0.27 | 1.28 | 0.62 | 0.45 |
| Hex | B9 | 2F | 2C | 0 | 4B | 4C | 1B | 1 | 3E | 2D |
| Octal | 271 | 57 | 54 | 0 | 113 | 114 | 33 | 1 | 76 | 55 |
| Binary | 10111001 | 101111 | 101100 | 0 | 1001011 | 1001100 | 11011 | 1 | 111110 | 101101 |
Color Harmonies of #B92F2C
Complementary color
Monochromatic Colors of #B92F2C
Black with #B92F2C
Text Example
Text Example
White with #B92F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92F2C; }
p { color: rgb(185,47,44); }
H1.HeaderClassName
{
color: #B92F2C;
}
.AnyTagClassName
{
color: #B92F2C;
}
</style>
background-color css
<style>
a { background-color: #B92F2C; }
a { background-color: rgb(185,47,44); }
div.DivClassName
{
background-color: #B92F2C;
}
.BgClassName
{
background-color: #B92F2C;
}
</style>
border-color css
<style>
span { border-color: #B92F2C; }
span { border-color: rgb(185,47,44); }
td.TdClassName
{
border-color: #B92F2C;
}
.TagClassName
{
border-color: #B92F2C;
}
</style>