Shades of Fire Brick #B92D1B
Tints of Fire Brick #B92D1B
RGB
CMYK
RGB Variations
Color information
#B92D1B (or 0xB92D1B) is known color: Fire Brick. HEX triplet: B9, 2D and 1B. RGB value is (185,45,27). Sum of RGB (Red+Green+Blue) = 185+45+27=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92D1B is #46D2E4. Grayscale: #555555. Windows color (decimal): -4641509 or 1781177. OLE color: 1781177.
HSL color Cylindrical-coordinate representation of color #B92D1B: hue angle of 6.84º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B92D1B is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 45 | 27 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.27 |
| HSL | 6.84º | 0.75% | 0.42% | - |
| HSV(B) | 6.84º | 0.85% | 0.73% | - |
| XYZ | 21.14 | 12.27 | 2.29 | - |
| YUV | 84.81 | 95.38 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 27 | 0 | 0.76 | 0.85 | 0.27 | 6.84 | 0.75 | 0.42 |
| Hex | B9 | 2D | 1B | 0 | 4C | 55 | 1B | 7 | 4B | 2A |
| Octal | 271 | 55 | 33 | 0 | 114 | 125 | 33 | 7 | 113 | 52 |
| Binary | 10111001 | 101101 | 11011 | 0 | 1001100 | 1010101 | 11011 | 111 | 1001011 | 101010 |
Color Harmonies of #B92D1B
Complementary color
Monochromatic Colors of #B92D1B
Black with #B92D1B
Text Example
Text Example
White with #B92D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92D1B; }
p { color: rgb(185,45,27); }
H1.HeaderClassName
{
color: #B92D1B;
}
.AnyTagClassName
{
color: #B92D1B;
}
</style>
background-color css
<style>
a { background-color: #B92D1B; }
a { background-color: rgb(185,45,27); }
div.DivClassName
{
background-color: #B92D1B;
}
.BgClassName
{
background-color: #B92D1B;
}
</style>
border-color css
<style>
span { border-color: #B92D1B; }
span { border-color: rgb(185,45,27); }
td.TdClassName
{
border-color: #B92D1B;
}
.TagClassName
{
border-color: #B92D1B;
}
</style>