Shades of Fire Brick #B0290D
Tints of Fire Brick #B0290D
RGB
CMYK
RGB Variations
Color information
#B0290D (or 0xB0290D) is known color: Fire Brick. HEX triplet: B0, 29 and 0D. RGB value is (176,41,13). Sum of RGB (Red+Green+Blue) = 176+41+13=230 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.52% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 176 - color contains mainly: red. Hex color #B0290D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0290D is #4FD6F2. Grayscale: #4E4E4E. Windows color (decimal): -5232371 or 862640. OLE color: 862640.
HSL color Cylindrical-coordinate representation of color #B0290D: hue angle of 10.31º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0290D is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 41 | 13 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.31 |
| HSL | 10.31º | 0.86% | 0.37% | - |
| HSV(B) | 10.31º | 0.93% | 0.69% | - |
| XYZ | 18.77 | 10.85 | 1.48 | - |
| YUV | 78.17 | 91.23 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 41 | 13 | 0 | 0.77 | 0.93 | 0.31 | 10.31 | 0.86 | 0.37 |
| Hex | B0 | 29 | D | 0 | 4D | 5D | 1F | A | 56 | 25 |
| Octal | 260 | 51 | 15 | 0 | 115 | 135 | 37 | 12 | 126 | 45 |
| Binary | 10110000 | 101001 | 1101 | 0 | 1001101 | 1011101 | 11111 | 1010 | 1010110 | 100101 |
Color Harmonies of #B0290D
Complementary color
Monochromatic Colors of #B0290D
Black with #B0290D
Text Example
Text Example
White with #B0290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0290D; }
p { color: rgb(176,41,13); }
H1.HeaderClassName
{
color: #B0290D;
}
.AnyTagClassName
{
color: #B0290D;
}
</style>
background-color css
<style>
a { background-color: #B0290D; }
a { background-color: rgb(176,41,13); }
div.DivClassName
{
background-color: #B0290D;
}
.BgClassName
{
background-color: #B0290D;
}
</style>
border-color css
<style>
span { border-color: #B0290D; }
span { border-color: rgb(176,41,13); }
td.TdClassName
{
border-color: #B0290D;
}
.TagClassName
{
border-color: #B0290D;
}
</style>