Shades of Fire Brick #B3290F
Tints of Fire Brick #B3290F
RGB
CMYK
RGB Variations
Color information
#B3290F (or 0xB3290F) is known color: Fire Brick. HEX triplet: B3, 29 and 0F. RGB value is (179,41,15). Sum of RGB (Red+Green+Blue) = 179+41+15=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B3290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3290F is #4CD6F0. Grayscale: #4F4F4F. Windows color (decimal): -5035761 or 993715. OLE color: 993715.
HSL color Cylindrical-coordinate representation of color #B3290F: hue angle of 9.51º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3290F is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 15 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.30 |
| HSL | 9.51º | 0.85% | 0.38% | - |
| HSV(B) | 9.51º | 0.92% | 0.7% | - |
| XYZ | 19.47 | 11.2 | 1.59 | - |
| YUV | 79.3 | 91.72 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 15 | 0 | 0.77 | 0.92 | 0.30 | 9.51 | 0.85 | 0.38 |
| Hex | B3 | 29 | F | 0 | 4D | 5C | 1E | A | 55 | 26 |
| Octal | 263 | 51 | 17 | 0 | 115 | 134 | 36 | 12 | 125 | 46 |
| Binary | 10110011 | 101001 | 1111 | 0 | 1001101 | 1011100 | 11110 | 1010 | 1010101 | 100110 |
Color Harmonies of #B3290F
Complementary color
Monochromatic Colors of #B3290F
Black with #B3290F
Text Example
Text Example
White with #B3290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3290F; }
p { color: rgb(179,41,15); }
H1.HeaderClassName
{
color: #B3290F;
}
.AnyTagClassName
{
color: #B3290F;
}
</style>
background-color css
<style>
a { background-color: #B3290F; }
a { background-color: rgb(179,41,15); }
div.DivClassName
{
background-color: #B3290F;
}
.BgClassName
{
background-color: #B3290F;
}
</style>
border-color css
<style>
span { border-color: #B3290F; }
span { border-color: rgb(179,41,15); }
td.TdClassName
{
border-color: #B3290F;
}
.TagClassName
{
border-color: #B3290F;
}
</style>