Shades of Fire Brick #B92D2D
Tints of Fire Brick #B92D2D
RGB
CMYK
RGB Variations
Color information
#B92D2D (or 0xB92D2D) is known color: Fire Brick. HEX triplet: B9, 2D and 2D. RGB value is (185,45,45). Sum of RGB (Red+Green+Blue) = 185+45+45=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92D2D is #46D2D2. Grayscale: #575757. Windows color (decimal): -4641491 or 2960825. OLE color: 2960825.
HSL color Cylindrical-coordinate representation of color #B92D2D: hue angle of 0º degrees, saturation: 0.61, 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 #B92D2D is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 45 | 45 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.27 |
| HSL | 0º | 0.61% | 0.45% | - |
| HSV(B) | 0º | 0.76% | 0.73% | - |
| XYZ | 21.42 | 12.38 | 3.74 | - |
| YUV | 86.86 | 104.38 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 45 | 0 | 0.76 | 0.76 | 0.27 | 0 | 0.61 | 0.45 |
| Hex | B9 | 2D | 2D | 0 | 4C | 4C | 1B | 0 | 3D | 2D |
| Octal | 271 | 55 | 55 | 0 | 114 | 114 | 33 | 0 | 75 | 55 |
| Binary | 10111001 | 101101 | 101101 | 0 | 1001100 | 1001100 | 11011 | 0 | 111101 | 101101 |
Color Harmonies of #B92D2D
Complementary color
Monochromatic Colors of #B92D2D
Black with #B92D2D
Text Example
Text Example
White with #B92D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92D2D; }
p { color: rgb(185,45,45); }
H1.HeaderClassName
{
color: #B92D2D;
}
.AnyTagClassName
{
color: #B92D2D;
}
</style>
background-color css
<style>
a { background-color: #B92D2D; }
a { background-color: rgb(185,45,45); }
div.DivClassName
{
background-color: #B92D2D;
}
.BgClassName
{
background-color: #B92D2D;
}
</style>
border-color css
<style>
span { border-color: #B92D2D; }
span { border-color: rgb(185,45,45); }
td.TdClassName
{
border-color: #B92D2D;
}
.TagClassName
{
border-color: #B92D2D;
}
</style>