Shades of Fire Brick #B92626
Tints of Fire Brick #B92626
RGB
CMYK
RGB Variations
Color information
#B92626 (or 0xB92626) is known color: Fire Brick. HEX triplet: B9, 26 and 26. RGB value is (185,38,38). Sum of RGB (Red+Green+Blue) = 185+38+38=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B92626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92626 is #46D9D9. Grayscale: #525252. Windows color (decimal): -4643290 or 2500281. OLE color: 2500281.
HSL color Cylindrical-coordinate representation of color #B92626: hue angle of 0º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92626 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 38 | 38 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.27 |
| HSL | 0º | 0.66% | 0.44% | - |
| HSV(B) | 0º | 0.79% | 0.73% | - |
| XYZ | 21.05 | 11.84 | 3.01 | - |
| YUV | 81.95 | 103.2 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 38 | 0 | 0.79 | 0.79 | 0.27 | 0 | 0.66 | 0.44 |
| Hex | B9 | 26 | 26 | 0 | 4F | 4F | 1B | 0 | 42 | 2C |
| Octal | 271 | 46 | 46 | 0 | 117 | 117 | 33 | 0 | 102 | 54 |
| Binary | 10111001 | 100110 | 100110 | 0 | 1001111 | 1001111 | 11011 | 0 | 1000010 | 101100 |
Color Harmonies of #B92626
Complementary color
Monochromatic Colors of #B92626
Black with #B92626
Text Example
Text Example
White with #B92626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92626; }
p { color: rgb(185,38,38); }
H1.HeaderClassName
{
color: #B92626;
}
.AnyTagClassName
{
color: #B92626;
}
</style>
background-color css
<style>
a { background-color: #B92626; }
a { background-color: rgb(185,38,38); }
div.DivClassName
{
background-color: #B92626;
}
.BgClassName
{
background-color: #B92626;
}
</style>
border-color css
<style>
span { border-color: #B92626; }
span { border-color: rgb(185,38,38); }
td.TdClassName
{
border-color: #B92626;
}
.TagClassName
{
border-color: #B92626;
}
</style>