Shades of Fire Brick #B92827
Tints of Fire Brick #B92827
RGB
CMYK
RGB Variations
Color information
#B92827 (or 0xB92827) is known color: Fire Brick. HEX triplet: B9, 28 and 27. RGB value is (185,40,39). Sum of RGB (Red+Green+Blue) = 185+40+39=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B92827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92827 is #46D7D8. Grayscale: #535353. Windows color (decimal): -4642777 or 2566329. OLE color: 2566329.
HSL color Cylindrical-coordinate representation of color #B92827: hue angle of 0.41º degrees, saturation: 0.65, 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 #B92827 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 39 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.27 |
| HSL | 0.41º | 0.65% | 0.44% | - |
| HSV(B) | 0.41º | 0.79% | 0.73% | - |
| XYZ | 21.13 | 11.98 | 3.12 | - |
| YUV | 83.24 | 103.04 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 39 | 0 | 0.78 | 0.79 | 0.27 | 0.41 | 0.65 | 0.44 |
| Hex | B9 | 28 | 27 | 0 | 4E | 4F | 1B | 0 | 41 | 2C |
| Octal | 271 | 50 | 47 | 0 | 116 | 117 | 33 | 0 | 101 | 54 |
| Binary | 10111001 | 101000 | 100111 | 0 | 1001110 | 1001111 | 11011 | 0 | 1000001 | 101100 |
Color Harmonies of #B92827
Complementary color
Monochromatic Colors of #B92827
Black with #B92827
Text Example
Text Example
White with #B92827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92827; }
p { color: rgb(185,40,39); }
H1.HeaderClassName
{
color: #B92827;
}
.AnyTagClassName
{
color: #B92827;
}
</style>
background-color css
<style>
a { background-color: #B92827; }
a { background-color: rgb(185,40,39); }
div.DivClassName
{
background-color: #B92827;
}
.BgClassName
{
background-color: #B92827;
}
</style>
border-color css
<style>
span { border-color: #B92827; }
span { border-color: rgb(185,40,39); }
td.TdClassName
{
border-color: #B92827;
}
.TagClassName
{
border-color: #B92827;
}
</style>