Shades of Fire Brick #B92B2B
Tints of Fire Brick #B92B2B
RGB
CMYK
RGB Variations
Color information
#B92B2B (or 0xB92B2B) is known color: Fire Brick. HEX triplet: B9, 2B and 2B. RGB value is (185,43,43). Sum of RGB (Red+Green+Blue) = 185+43+43=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92B2B is #46D4D4. Grayscale: #555555. Windows color (decimal): -4642005 or 2829241. OLE color: 2829241.
HSL color Cylindrical-coordinate representation of color #B92B2B: hue angle of 0º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B92B2B is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 43 | 43 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.27 |
| HSL | 0º | 0.62% | 0.45% | - |
| HSV(B) | 0º | 0.77% | 0.73% | - |
| XYZ | 21.31 | 12.22 | 3.52 | - |
| YUV | 85.46 | 104.04 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 43 | 43 | 0 | 0.77 | 0.77 | 0.27 | 0 | 0.62 | 0.45 |
| Hex | B9 | 2B | 2B | 0 | 4D | 4D | 1B | 0 | 3E | 2D |
| Octal | 271 | 53 | 53 | 0 | 115 | 115 | 33 | 0 | 76 | 55 |
| Binary | 10111001 | 101011 | 101011 | 0 | 1001101 | 1001101 | 11011 | 0 | 111110 | 101101 |
Color Harmonies of #B92B2B
Complementary color
Monochromatic Colors of #B92B2B
Black with #B92B2B
Text Example
Text Example
White with #B92B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92B2B; }
p { color: rgb(185,43,43); }
H1.HeaderClassName
{
color: #B92B2B;
}
.AnyTagClassName
{
color: #B92B2B;
}
</style>
background-color css
<style>
a { background-color: #B92B2B; }
a { background-color: rgb(185,43,43); }
div.DivClassName
{
background-color: #B92B2B;
}
.BgClassName
{
background-color: #B92B2B;
}
</style>
border-color css
<style>
span { border-color: #B92B2B; }
span { border-color: rgb(185,43,43); }
td.TdClassName
{
border-color: #B92B2B;
}
.TagClassName
{
border-color: #B92B2B;
}
</style>