Shades of Fire Brick #B5250F
Tints of Fire Brick #B5250F
RGB
CMYK
RGB Variations
Color information
#B5250F (or 0xB5250F) is known color: Fire Brick. HEX triplet: B5, 25 and 0F. RGB value is (181,37,15). Sum of RGB (Red+Green+Blue) = 181+37+15=233 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.68% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 181 - color contains mainly: red. Hex color #B5250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5250F is #4ADAF0. Grayscale: #4D4D4D. Windows color (decimal): -4905713 or 992693. OLE color: 992693.
HSL color Cylindrical-coordinate representation of color #B5250F: hue angle of 7.95º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5250F is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 37 | 15 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.29 |
| HSL | 7.95º | 0.85% | 0.38% | - |
| HSV(B) | 7.95º | 0.92% | 0.71% | - |
| XYZ | 19.8 | 11.18 | 1.57 | - |
| YUV | 77.55 | 92.71 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 15 | 0 | 0.80 | 0.92 | 0.29 | 7.95 | 0.85 | 0.38 |
| Hex | B5 | 25 | F | 0 | 50 | 5C | 1D | 8 | 55 | 26 |
| Octal | 265 | 45 | 17 | 0 | 120 | 134 | 35 | 10 | 125 | 46 |
| Binary | 10110101 | 100101 | 1111 | 0 | 1010000 | 1011100 | 11101 | 1000 | 1010101 | 100110 |
Color Harmonies of #B5250F
Complementary color
Monochromatic Colors of #B5250F
Black with #B5250F
Text Example
Text Example
White with #B5250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5250F; }
p { color: rgb(181,37,15); }
H1.HeaderClassName
{
color: #B5250F;
}
.AnyTagClassName
{
color: #B5250F;
}
</style>
background-color css
<style>
a { background-color: #B5250F; }
a { background-color: rgb(181,37,15); }
div.DivClassName
{
background-color: #B5250F;
}
.BgClassName
{
background-color: #B5250F;
}
</style>
border-color css
<style>
span { border-color: #B5250F; }
span { border-color: rgb(181,37,15); }
td.TdClassName
{
border-color: #B5250F;
}
.TagClassName
{
border-color: #B5250F;
}
</style>