Shades of Fire Brick #B92611
Tints of Fire Brick #B92611
RGB
CMYK
RGB Variations
Color information
#B92611 (or 0xB92611) is known color: Fire Brick. HEX triplet: B9, 26 and 11. RGB value is (185,38,17). Sum of RGB (Red+Green+Blue) = 185+38+17=240 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.08% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 185 - color contains mainly: red. Hex color #B92611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92611 is #46D9EE. Grayscale: #4F4F4F. Windows color (decimal): -4643311 or 1124025. OLE color: 1124025.
HSL color Cylindrical-coordinate representation of color #B92611: hue angle of 7.5º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B92611 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 38 | 17 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.27 |
| HSL | 7.5º | 0.83% | 0.4% | - |
| HSV(B) | 7.5º | 0.91% | 0.73% | - |
| XYZ | 20.8 | 11.74 | 1.7 | - |
| YUV | 79.56 | 92.7 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 17 | 0 | 0.79 | 0.91 | 0.27 | 7.5 | 0.83 | 0.4 |
| Hex | B9 | 26 | 11 | 0 | 4F | 5B | 1B | 8 | 53 | 28 |
| Octal | 271 | 46 | 21 | 0 | 117 | 133 | 33 | 10 | 123 | 50 |
| Binary | 10111001 | 100110 | 10001 | 0 | 1001111 | 1011011 | 11011 | 1000 | 1010011 | 101000 |
Color Harmonies of #B92611
Complementary color
Monochromatic Colors of #B92611
Black with #B92611
Text Example
Text Example
White with #B92611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92611; }
p { color: rgb(185,38,17); }
H1.HeaderClassName
{
color: #B92611;
}
.AnyTagClassName
{
color: #B92611;
}
</style>
background-color css
<style>
a { background-color: #B92611; }
a { background-color: rgb(185,38,17); }
div.DivClassName
{
background-color: #B92611;
}
.BgClassName
{
background-color: #B92611;
}
</style>
border-color css
<style>
span { border-color: #B92611; }
span { border-color: rgb(185,38,17); }
td.TdClassName
{
border-color: #B92611;
}
.TagClassName
{
border-color: #B92611;
}
</style>