Shades of Fire Brick #B3140F
Tints of Fire Brick #B3140F
RGB
CMYK
RGB Variations
Color information
#B3140F (or 0xB3140F) is known color: Fire Brick. HEX triplet: B3, 14 and 0F. RGB value is (179,20,15). Sum of RGB (Red+Green+Blue) = 179+20+15=214 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.64% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 179 - color contains mainly: red. Hex color #B3140F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3140F is #4CEBF0. Grayscale: #434343. Windows color (decimal): -5041137 or 988339. OLE color: 988339.
HSL color Cylindrical-coordinate representation of color #B3140F: hue angle of 1.83º 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 #B3140F is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 15 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.30 |
| HSL | 1.83º | 0.85% | 0.38% | - |
| HSV(B) | 1.83º | 0.92% | 0.7% | - |
| XYZ | 18.93 | 10.12 | 1.41 | - |
| YUV | 66.97 | 98.68 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 15 | 0 | 0.89 | 0.92 | 0.30 | 1.83 | 0.85 | 0.38 |
| Hex | B3 | 14 | F | 0 | 59 | 5C | 1E | 2 | 55 | 26 |
| Octal | 263 | 24 | 17 | 0 | 131 | 134 | 36 | 2 | 125 | 46 |
| Binary | 10110011 | 10100 | 1111 | 0 | 1011001 | 1011100 | 11110 | 10 | 1010101 | 100110 |
Color Harmonies of #B3140F
Complementary color
Monochromatic Colors of #B3140F
Black with #B3140F
Text Example
Text Example
White with #B3140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3140F; }
p { color: rgb(179,20,15); }
H1.HeaderClassName
{
color: #B3140F;
}
.AnyTagClassName
{
color: #B3140F;
}
</style>
background-color css
<style>
a { background-color: #B3140F; }
a { background-color: rgb(179,20,15); }
div.DivClassName
{
background-color: #B3140F;
}
.BgClassName
{
background-color: #B3140F;
}
</style>
border-color css
<style>
span { border-color: #B3140F; }
span { border-color: rgb(179,20,15); }
td.TdClassName
{
border-color: #B3140F;
}
.TagClassName
{
border-color: #B3140F;
}
</style>