Shades of Fire Brick #B92D1F
Tints of Fire Brick #B92D1F
RGB
CMYK
RGB Variations
Color information
#B92D1F (or 0xB92D1F) is known color: Fire Brick. HEX triplet: B9, 2D and 1F. RGB value is (185,45,31). Sum of RGB (Red+Green+Blue) = 185+45+31=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92D1F is #46D2E0. Grayscale: #555555. Windows color (decimal): -4641505 or 2043321. OLE color: 2043321.
HSL color Cylindrical-coordinate representation of color #B92D1F: hue angle of 5.45º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B92D1F is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 45 | 31 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.27 |
| HSL | 5.45º | 0.71% | 0.42% | - |
| HSV(B) | 5.45º | 0.83% | 0.73% | - |
| XYZ | 21.19 | 12.29 | 2.55 | - |
| YUV | 85.26 | 97.38 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 31 | 0 | 0.76 | 0.83 | 0.27 | 5.45 | 0.71 | 0.42 |
| Hex | B9 | 2D | 1F | 0 | 4C | 53 | 1B | 5 | 47 | 2A |
| Octal | 271 | 55 | 37 | 0 | 114 | 123 | 33 | 5 | 107 | 52 |
| Binary | 10111001 | 101101 | 11111 | 0 | 1001100 | 1010011 | 11011 | 101 | 1000111 | 101010 |
Color Harmonies of #B92D1F
Complementary color
Monochromatic Colors of #B92D1F
Black with #B92D1F
Text Example
Text Example
White with #B92D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92D1F; }
p { color: rgb(185,45,31); }
H1.HeaderClassName
{
color: #B92D1F;
}
.AnyTagClassName
{
color: #B92D1F;
}
</style>
background-color css
<style>
a { background-color: #B92D1F; }
a { background-color: rgb(185,45,31); }
div.DivClassName
{
background-color: #B92D1F;
}
.BgClassName
{
background-color: #B92D1F;
}
</style>
border-color css
<style>
span { border-color: #B92D1F; }
span { border-color: rgb(185,45,31); }
td.TdClassName
{
border-color: #B92D1F;
}
.TagClassName
{
border-color: #B92D1F;
}
</style>