Shades of Fire Brick #B0240B
Tints of Fire Brick #B0240B
RGB
CMYK
RGB Variations
Color information
#B0240B (or 0xB0240B) is known color: Fire Brick. HEX triplet: B0, 24 and 0B. RGB value is (176,36,11). Sum of RGB (Red+Green+Blue) = 176+36+11=223 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.92% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 176 - color contains mainly: red. Hex color #B0240B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0240B is #4FDBF4. Grayscale: #4B4B4B. Windows color (decimal): -5233653 or 730288. OLE color: 730288.
HSL color Cylindrical-coordinate representation of color #B0240B: hue angle of 9.09º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0240B is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 11 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.31 |
| HSL | 9.09º | 0.88% | 0.37% | - |
| HSV(B) | 9.09º | 0.94% | 0.69% | - |
| XYZ | 18.6 | 10.52 | 1.37 | - |
| YUV | 75.01 | 91.88 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 11 | 0 | 0.80 | 0.94 | 0.31 | 9.09 | 0.88 | 0.37 |
| Hex | B0 | 24 | B | 0 | 50 | 5E | 1F | 9 | 58 | 25 |
| Octal | 260 | 44 | 13 | 0 | 120 | 136 | 37 | 11 | 130 | 45 |
| Binary | 10110000 | 100100 | 1011 | 0 | 1010000 | 1011110 | 11111 | 1001 | 1011000 | 100101 |
Color Harmonies of #B0240B
Complementary color
Monochromatic Colors of #B0240B
Black with #B0240B
Text Example
Text Example
White with #B0240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0240B; }
p { color: rgb(176,36,11); }
H1.HeaderClassName
{
color: #B0240B;
}
.AnyTagClassName
{
color: #B0240B;
}
</style>
background-color css
<style>
a { background-color: #B0240B; }
a { background-color: rgb(176,36,11); }
div.DivClassName
{
background-color: #B0240B;
}
.BgClassName
{
background-color: #B0240B;
}
</style>
border-color css
<style>
span { border-color: #B0240B; }
span { border-color: rgb(176,36,11); }
td.TdClassName
{
border-color: #B0240B;
}
.TagClassName
{
border-color: #B0240B;
}
</style>