Shades of Fire Brick #B4250F
Tints of Fire Brick #B4250F
RGB
CMYK
RGB Variations
Color information
#B4250F (or 0xB4250F) is known color: Fire Brick. HEX triplet: B4, 25 and 0F. RGB value is (180,37,15). Sum of RGB (Red+Green+Blue) = 180+37+15=232 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.59% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 180 - color contains mainly: red. Hex color #B4250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4250F is #4BDAF0. Grayscale: #4D4D4D. Windows color (decimal): -4971249 or 992692. OLE color: 992692.
HSL color Cylindrical-coordinate representation of color #B4250F: hue angle of 8º 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 #B4250F is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 37 | 15 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.29 |
| HSL | 8º | 0.85% | 0.38% | - |
| HSV(B) | 8º | 0.92% | 0.71% | - |
| XYZ | 19.57 | 11.06 | 1.56 | - |
| YUV | 77.25 | 92.88 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 15 | 0 | 0.79 | 0.92 | 0.29 | 8 | 0.85 | 0.38 |
| Hex | B4 | 25 | F | 0 | 4F | 5C | 1D | 8 | 55 | 26 |
| Octal | 264 | 45 | 17 | 0 | 117 | 134 | 35 | 10 | 125 | 46 |
| Binary | 10110100 | 100101 | 1111 | 0 | 1001111 | 1011100 | 11101 | 1000 | 1010101 | 100110 |
Color Harmonies of #B4250F
Complementary color
Monochromatic Colors of #B4250F
Black with #B4250F
Text Example
Text Example
White with #B4250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4250F; }
p { color: rgb(180,37,15); }
H1.HeaderClassName
{
color: #B4250F;
}
.AnyTagClassName
{
color: #B4250F;
}
</style>
background-color css
<style>
a { background-color: #B4250F; }
a { background-color: rgb(180,37,15); }
div.DivClassName
{
background-color: #B4250F;
}
.BgClassName
{
background-color: #B4250F;
}
</style>
border-color css
<style>
span { border-color: #B4250F; }
span { border-color: rgb(180,37,15); }
td.TdClassName
{
border-color: #B4250F;
}
.TagClassName
{
border-color: #B4250F;
}
</style>