Shades of Fire Brick #B92B28
Tints of Fire Brick #B92B28
RGB
CMYK
RGB Variations
Color information
#B92B28 (or 0xB92B28) is known color: Fire Brick. HEX triplet: B9, 2B and 28. RGB value is (185,43,40). Sum of RGB (Red+Green+Blue) = 185+43+40=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92B28 is #46D4D7. Grayscale: #555555. Windows color (decimal): -4642008 or 2632633. OLE color: 2632633.
HSL color Cylindrical-coordinate representation of color #B92B28: hue angle of 1.24º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92B28 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 43 | 40 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.27 |
| HSL | 1.24º | 0.64% | 0.44% | - |
| HSV(B) | 1.24º | 0.78% | 0.73% | - |
| XYZ | 21.25 | 12.2 | 3.24 | - |
| YUV | 85.12 | 102.54 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 43 | 40 | 0 | 0.77 | 0.78 | 0.27 | 1.24 | 0.64 | 0.44 |
| Hex | B9 | 2B | 28 | 0 | 4D | 4E | 1B | 1 | 40 | 2C |
| Octal | 271 | 53 | 50 | 0 | 115 | 116 | 33 | 1 | 100 | 54 |
| Binary | 10111001 | 101011 | 101000 | 0 | 1001101 | 1001110 | 11011 | 1 | 1000000 | 101100 |
Color Harmonies of #B92B28
Complementary color
Monochromatic Colors of #B92B28
Black with #B92B28
Text Example
Text Example
White with #B92B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92B28; }
p { color: rgb(185,43,40); }
H1.HeaderClassName
{
color: #B92B28;
}
.AnyTagClassName
{
color: #B92B28;
}
</style>
background-color css
<style>
a { background-color: #B92B28; }
a { background-color: rgb(185,43,40); }
div.DivClassName
{
background-color: #B92B28;
}
.BgClassName
{
background-color: #B92B28;
}
</style>
border-color css
<style>
span { border-color: #B92B28; }
span { border-color: rgb(185,43,40); }
td.TdClassName
{
border-color: #B92B28;
}
.TagClassName
{
border-color: #B92B28;
}
</style>