Shades of Fire Brick #B5140D
Tints of Fire Brick #B5140D
RGB
CMYK
RGB Variations
Color information
#B5140D (or 0xB5140D) is known color: Fire Brick. HEX triplet: B5, 14 and 0D. RGB value is (181,20,13). Sum of RGB (Red+Green+Blue) = 181+20+13=214 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.58% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 181 - color contains mainly: red. Hex color #B5140D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5140D is #4AEBF2. Grayscale: #434343. Windows color (decimal): -4910067 or 857269. OLE color: 857269.
HSL color Cylindrical-coordinate representation of color #B5140D: hue angle of 2.5º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5140D is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 13 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.29 |
| HSL | 2.5º | 0.87% | 0.38% | - |
| HSV(B) | 2.5º | 0.93% | 0.71% | - |
| XYZ | 19.38 | 10.35 | 1.36 | - |
| YUV | 67.34 | 97.34 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 13 | 0 | 0.89 | 0.93 | 0.29 | 2.5 | 0.87 | 0.38 |
| Hex | B5 | 14 | D | 0 | 59 | 5D | 1D | 2 | 57 | 26 |
| Octal | 265 | 24 | 15 | 0 | 131 | 135 | 35 | 2 | 127 | 46 |
| Binary | 10110101 | 10100 | 1101 | 0 | 1011001 | 1011101 | 11101 | 10 | 1010111 | 100110 |
Color Harmonies of #B5140D
Complementary color
Monochromatic Colors of #B5140D
Black with #B5140D
Text Example
Text Example
White with #B5140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5140D; }
p { color: rgb(181,20,13); }
H1.HeaderClassName
{
color: #B5140D;
}
.AnyTagClassName
{
color: #B5140D;
}
</style>
background-color css
<style>
a { background-color: #B5140D; }
a { background-color: rgb(181,20,13); }
div.DivClassName
{
background-color: #B5140D;
}
.BgClassName
{
background-color: #B5140D;
}
</style>
border-color css
<style>
span { border-color: #B5140D; }
span { border-color: rgb(181,20,13); }
td.TdClassName
{
border-color: #B5140D;
}
.TagClassName
{
border-color: #B5140D;
}
</style>