Shades of Fire Brick #B1250B
Tints of Fire Brick #B1250B
RGB
CMYK
RGB Variations
Color information
#B1250B (or 0xB1250B) is known color: Fire Brick. HEX triplet: B1, 25 and 0B. RGB value is (177,37,11). Sum of RGB (Red+Green+Blue) = 177+37+11=225 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.67% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 177 - color contains mainly: red. Hex color #B1250B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1250B is #4EDAF4. Grayscale: #4C4C4C. Windows color (decimal): -5167861 or 730545. OLE color: 730545.
HSL color Cylindrical-coordinate representation of color #B1250B: hue angle of 9.4º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1250B is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 37 | 11 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.31 |
| HSL | 9.4º | 0.88% | 0.37% | - |
| HSV(B) | 9.4º | 0.94% | 0.69% | - |
| XYZ | 18.85 | 10.69 | 1.39 | - |
| YUV | 75.9 | 91.38 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 37 | 11 | 0 | 0.79 | 0.94 | 0.31 | 9.4 | 0.88 | 0.37 |
| Hex | B1 | 25 | B | 0 | 4F | 5E | 1F | 9 | 58 | 25 |
| Octal | 261 | 45 | 13 | 0 | 117 | 136 | 37 | 11 | 130 | 45 |
| Binary | 10110001 | 100101 | 1011 | 0 | 1001111 | 1011110 | 11111 | 1001 | 1011000 | 100101 |
Color Harmonies of #B1250B
Complementary color
Monochromatic Colors of #B1250B
Black with #B1250B
Text Example
Text Example
White with #B1250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1250B; }
p { color: rgb(177,37,11); }
H1.HeaderClassName
{
color: #B1250B;
}
.AnyTagClassName
{
color: #B1250B;
}
</style>
background-color css
<style>
a { background-color: #B1250B; }
a { background-color: rgb(177,37,11); }
div.DivClassName
{
background-color: #B1250B;
}
.BgClassName
{
background-color: #B1250B;
}
</style>
border-color css
<style>
span { border-color: #B1250B; }
span { border-color: rgb(177,37,11); }
td.TdClassName
{
border-color: #B1250B;
}
.TagClassName
{
border-color: #B1250B;
}
</style>