Shades of Fire Brick #B0290E
Tints of Fire Brick #B0290E
RGB
CMYK
RGB Variations
Color information
#B0290E (or 0xB0290E) is known color: Fire Brick. HEX triplet: B0, 29 and 0E. RGB value is (176,41,14). Sum of RGB (Red+Green+Blue) = 176+41+14=231 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.19% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 176 - color contains mainly: red. Hex color #B0290E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0290E is #4FD6F1. Grayscale: #4E4E4E. Windows color (decimal): -5232370 or 928176. OLE color: 928176.
HSL color Cylindrical-coordinate representation of color #B0290E: hue angle of 10º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0290E is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 41 | 14 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.31 |
| HSL | 10º | 0.85% | 0.37% | - |
| HSV(B) | 10º | 0.92% | 0.69% | - |
| XYZ | 18.78 | 10.85 | 1.52 | - |
| YUV | 78.29 | 91.73 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 41 | 14 | 0 | 0.77 | 0.92 | 0.31 | 10 | 0.85 | 0.37 |
| Hex | B0 | 29 | E | 0 | 4D | 5C | 1F | A | 55 | 25 |
| Octal | 260 | 51 | 16 | 0 | 115 | 134 | 37 | 12 | 125 | 45 |
| Binary | 10110000 | 101001 | 1110 | 0 | 1001101 | 1011100 | 11111 | 1010 | 1010101 | 100101 |
Color Harmonies of #B0290E
Complementary color
Monochromatic Colors of #B0290E
Black with #B0290E
Text Example
Text Example
White with #B0290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0290E; }
p { color: rgb(176,41,14); }
H1.HeaderClassName
{
color: #B0290E;
}
.AnyTagClassName
{
color: #B0290E;
}
</style>
background-color css
<style>
a { background-color: #B0290E; }
a { background-color: rgb(176,41,14); }
div.DivClassName
{
background-color: #B0290E;
}
.BgClassName
{
background-color: #B0290E;
}
</style>
border-color css
<style>
span { border-color: #B0290E; }
span { border-color: rgb(176,41,14); }
td.TdClassName
{
border-color: #B0290E;
}
.TagClassName
{
border-color: #B0290E;
}
</style>