Shades of Fire Brick #B5140F
Tints of Fire Brick #B5140F
RGB
CMYK
RGB Variations
Color information
#B5140F (or 0xB5140F) is known color: Fire Brick. HEX triplet: B5, 14 and 0F. RGB value is (181,20,15). Sum of RGB (Red+Green+Blue) = 181+20+15=216 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.80% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 181 - color contains mainly: red. Hex color #B5140F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5140F is #4AEBF0. Grayscale: #434343. Windows color (decimal): -4910065 or 988341. OLE color: 988341.
HSL color Cylindrical-coordinate representation of color #B5140F: hue angle of 1.81º 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 #B5140F is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 15 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.29 |
| HSL | 1.81º | 0.85% | 0.38% | - |
| HSV(B) | 1.81º | 0.92% | 0.71% | - |
| XYZ | 19.39 | 10.36 | 1.43 | - |
| YUV | 67.57 | 98.34 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 15 | 0 | 0.89 | 0.92 | 0.29 | 1.81 | 0.85 | 0.38 |
| Hex | B5 | 14 | F | 0 | 59 | 5C | 1D | 2 | 55 | 26 |
| Octal | 265 | 24 | 17 | 0 | 131 | 134 | 35 | 2 | 125 | 46 |
| Binary | 10110101 | 10100 | 1111 | 0 | 1011001 | 1011100 | 11101 | 10 | 1010101 | 100110 |
Color Harmonies of #B5140F
Complementary color
Monochromatic Colors of #B5140F
Black with #B5140F
Text Example
Text Example
White with #B5140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5140F; }
p { color: rgb(181,20,15); }
H1.HeaderClassName
{
color: #B5140F;
}
.AnyTagClassName
{
color: #B5140F;
}
</style>
background-color css
<style>
a { background-color: #B5140F; }
a { background-color: rgb(181,20,15); }
div.DivClassName
{
background-color: #B5140F;
}
.BgClassName
{
background-color: #B5140F;
}
</style>
border-color css
<style>
span { border-color: #B5140F; }
span { border-color: rgb(181,20,15); }
td.TdClassName
{
border-color: #B5140F;
}
.TagClassName
{
border-color: #B5140F;
}
</style>