Shades of Fire Brick #B92D1D
Tints of Fire Brick #B92D1D
RGB
CMYK
RGB Variations
Color information
#B92D1D (or 0xB92D1D) is known color: Fire Brick. HEX triplet: B9, 2D and 1D. RGB value is (185,45,29). Sum of RGB (Red+Green+Blue) = 185+45+29=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 45 (17.97% from 255 or 17.37% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92D1D is #46D2E2. Grayscale: #555555. Windows color (decimal): -4641507 or 1912249. OLE color: 1912249.
HSL color Cylindrical-coordinate representation of color #B92D1D: hue angle of 6.15º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B92D1D is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 45 | 29 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.27 |
| HSL | 6.15º | 0.73% | 0.42% | - |
| HSV(B) | 6.15º | 0.84% | 0.73% | - |
| XYZ | 21.17 | 12.28 | 2.42 | - |
| YUV | 85.04 | 96.38 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 29 | 0 | 0.76 | 0.84 | 0.27 | 6.15 | 0.73 | 0.42 |
| Hex | B9 | 2D | 1D | 0 | 4C | 54 | 1B | 6 | 49 | 2A |
| Octal | 271 | 55 | 35 | 0 | 114 | 124 | 33 | 6 | 111 | 52 |
| Binary | 10111001 | 101101 | 11101 | 0 | 1001100 | 1010100 | 11011 | 110 | 1001001 | 101010 |
Color Harmonies of #B92D1D
Complementary color
Monochromatic Colors of #B92D1D
Black with #B92D1D
Text Example
Text Example
White with #B92D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92D1D; }
p { color: rgb(185,45,29); }
H1.HeaderClassName
{
color: #B92D1D;
}
.AnyTagClassName
{
color: #B92D1D;
}
</style>
background-color css
<style>
a { background-color: #B92D1D; }
a { background-color: rgb(185,45,29); }
div.DivClassName
{
background-color: #B92D1D;
}
.BgClassName
{
background-color: #B92D1D;
}
</style>
border-color css
<style>
span { border-color: #B92D1D; }
span { border-color: rgb(185,45,29); }
td.TdClassName
{
border-color: #B92D1D;
}
.TagClassName
{
border-color: #B92D1D;
}
</style>