Shades of Fire Brick #B4250B
Tints of Fire Brick #B4250B
RGB
CMYK
RGB Variations
Color information
#B4250B (or 0xB4250B) is known color: Fire Brick. HEX triplet: B4, 25 and 0B. RGB value is (180,37,11). Sum of RGB (Red+Green+Blue) = 180+37+11=228 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.95% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 180 - color contains mainly: red. Hex color #B4250B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4250B is #4BDAF4. Grayscale: #4D4D4D. Windows color (decimal): -4971253 or 730548. OLE color: 730548.
HSL color Cylindrical-coordinate representation of color #B4250B: hue angle of 9.23º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4250B is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 37 | 11 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.29 |
| HSL | 9.23º | 0.88% | 0.37% | - |
| HSV(B) | 9.23º | 0.94% | 0.71% | - |
| XYZ | 19.54 | 11.05 | 1.42 | - |
| YUV | 76.79 | 90.88 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 11 | 0 | 0.79 | 0.94 | 0.29 | 9.23 | 0.88 | 0.37 |
| Hex | B4 | 25 | B | 0 | 4F | 5E | 1D | 9 | 58 | 25 |
| Octal | 264 | 45 | 13 | 0 | 117 | 136 | 35 | 11 | 130 | 45 |
| Binary | 10110100 | 100101 | 1011 | 0 | 1001111 | 1011110 | 11101 | 1001 | 1011000 | 100101 |
Color Harmonies of #B4250B
Complementary color
Monochromatic Colors of #B4250B
Black with #B4250B
Text Example
Text Example
White with #B4250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4250B; }
p { color: rgb(180,37,11); }
H1.HeaderClassName
{
color: #B4250B;
}
.AnyTagClassName
{
color: #B4250B;
}
</style>
background-color css
<style>
a { background-color: #B4250B; }
a { background-color: rgb(180,37,11); }
div.DivClassName
{
background-color: #B4250B;
}
.BgClassName
{
background-color: #B4250B;
}
</style>
border-color css
<style>
span { border-color: #B4250B; }
span { border-color: rgb(180,37,11); }
td.TdClassName
{
border-color: #B4250B;
}
.TagClassName
{
border-color: #B4250B;
}
</style>