Shades of Fire Brick #B92B1D
Tints of Fire Brick #B92B1D
RGB
CMYK
RGB Variations
Color information
#B92B1D (or 0xB92B1D) is known color: Fire Brick. HEX triplet: B9, 2B and 1D. RGB value is (185,43,29). Sum of RGB (Red+Green+Blue) = 185+43+29=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92B1D is #46D4E2. Grayscale: #545454. Windows color (decimal): -4642019 or 1911737. OLE color: 1911737.
HSL color Cylindrical-coordinate representation of color #B92B1D: hue angle of 5.38º 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 #B92B1D is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 43 | 29 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.27 |
| HSL | 5.38º | 0.73% | 0.42% | - |
| HSV(B) | 5.38º | 0.84% | 0.73% | - |
| XYZ | 21.09 | 12.13 | 2.39 | - |
| YUV | 83.86 | 97.04 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 43 | 29 | 0 | 0.77 | 0.84 | 0.27 | 5.38 | 0.73 | 0.42 |
| Hex | B9 | 2B | 1D | 0 | 4D | 54 | 1B | 5 | 49 | 2A |
| Octal | 271 | 53 | 35 | 0 | 115 | 124 | 33 | 5 | 111 | 52 |
| Binary | 10111001 | 101011 | 11101 | 0 | 1001101 | 1010100 | 11011 | 101 | 1001001 | 101010 |
Color Harmonies of #B92B1D
Complementary color
Monochromatic Colors of #B92B1D
Black with #B92B1D
Text Example
Text Example
White with #B92B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92B1D; }
p { color: rgb(185,43,29); }
H1.HeaderClassName
{
color: #B92B1D;
}
.AnyTagClassName
{
color: #B92B1D;
}
</style>
background-color css
<style>
a { background-color: #B92B1D; }
a { background-color: rgb(185,43,29); }
div.DivClassName
{
background-color: #B92B1D;
}
.BgClassName
{
background-color: #B92B1D;
}
</style>
border-color css
<style>
span { border-color: #B92B1D; }
span { border-color: rgb(185,43,29); }
td.TdClassName
{
border-color: #B92B1D;
}
.TagClassName
{
border-color: #B92B1D;
}
</style>