Shades of Fire Brick #B92F2F
Tints of Fire Brick #B92F2F
RGB
CMYK
RGB Variations
Color information
#B92F2F (or 0xB92F2F) is known color: Fire Brick. HEX triplet: B9, 2F and 2F. RGB value is (185,47,47). Sum of RGB (Red+Green+Blue) = 185+47+47=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92F2F is #46D0D0. Grayscale: #585858. Windows color (decimal): -4640977 or 3092409. OLE color: 3092409.
HSL color Cylindrical-coordinate representation of color #B92F2F: hue angle of 0º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B92F2F is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 47 | 47 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.27 |
| HSL | 0º | 0.59% | 0.45% | - |
| HSV(B) | 0º | 0.75% | 0.73% | - |
| XYZ | 21.54 | 12.55 | 3.98 | - |
| YUV | 88.26 | 104.72 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 47 | 0 | 0.75 | 0.75 | 0.27 | 0 | 0.59 | 0.45 |
| Hex | B9 | 2F | 2F | 0 | 4B | 4B | 1B | 0 | 3B | 2D |
| Octal | 271 | 57 | 57 | 0 | 113 | 113 | 33 | 0 | 73 | 55 |
| Binary | 10111001 | 101111 | 101111 | 0 | 1001011 | 1001011 | 11011 | 0 | 111011 | 101101 |
Color Harmonies of #B92F2F
Complementary color
Monochromatic Colors of #B92F2F
Black with #B92F2F
Text Example
Text Example
White with #B92F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92F2F; }
p { color: rgb(185,47,47); }
H1.HeaderClassName
{
color: #B92F2F;
}
.AnyTagClassName
{
color: #B92F2F;
}
</style>
background-color css
<style>
a { background-color: #B92F2F; }
a { background-color: rgb(185,47,47); }
div.DivClassName
{
background-color: #B92F2F;
}
.BgClassName
{
background-color: #B92F2F;
}
</style>
border-color css
<style>
span { border-color: #B92F2F; }
span { border-color: rgb(185,47,47); }
td.TdClassName
{
border-color: #B92F2F;
}
.TagClassName
{
border-color: #B92F2F;
}
</style>