Shades of Fire Brick #B5140E
Tints of Fire Brick #B5140E
RGB
CMYK
RGB Variations
Color information
#B5140E (or 0xB5140E) is known color: Fire Brick. HEX triplet: B5, 14 and 0E. RGB value is (181,20,14). Sum of RGB (Red+Green+Blue) = 181+20+14=215 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.19% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 181 - color contains mainly: red. Hex color #B5140E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5140E is #4AEBF1. Grayscale: #434343. Windows color (decimal): -4910066 or 922805. OLE color: 922805.
HSL color Cylindrical-coordinate representation of color #B5140E: hue angle of 2.16º degrees, saturation: 0.86, 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 #B5140E is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 14 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.29 |
| HSL | 2.16º | 0.86% | 0.38% | - |
| HSV(B) | 2.16º | 0.92% | 0.71% | - |
| XYZ | 19.39 | 10.36 | 1.39 | - |
| YUV | 67.46 | 97.84 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 14 | 0 | 0.89 | 0.92 | 0.29 | 2.16 | 0.86 | 0.38 |
| Hex | B5 | 14 | E | 0 | 59 | 5C | 1D | 2 | 56 | 26 |
| Octal | 265 | 24 | 16 | 0 | 131 | 134 | 35 | 2 | 126 | 46 |
| Binary | 10110101 | 10100 | 1110 | 0 | 1011001 | 1011100 | 11101 | 10 | 1010110 | 100110 |
Color Harmonies of #B5140E
Complementary color
Monochromatic Colors of #B5140E
Black with #B5140E
Text Example
Text Example
White with #B5140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5140E; }
p { color: rgb(181,20,14); }
H1.HeaderClassName
{
color: #B5140E;
}
.AnyTagClassName
{
color: #B5140E;
}
</style>
background-color css
<style>
a { background-color: #B5140E; }
a { background-color: rgb(181,20,14); }
div.DivClassName
{
background-color: #B5140E;
}
.BgClassName
{
background-color: #B5140E;
}
</style>
border-color css
<style>
span { border-color: #B5140E; }
span { border-color: rgb(181,20,14); }
td.TdClassName
{
border-color: #B5140E;
}
.TagClassName
{
border-color: #B5140E;
}
</style>