Shades of Fire Brick #B0150F
Tints of Fire Brick #B0150F
RGB
CMYK
RGB Variations
Color information
#B0150F (or 0xB0150F) is known color: Fire Brick. HEX triplet: B0, 15 and 0F. RGB value is (176,21,15). Sum of RGB (Red+Green+Blue) = 176+21+15=212 (28% of max value = 765). Red value is 176 (69.14% from 255 or 83.02% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 176 - color contains mainly: red. Hex color #B0150F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0150F is #4FEAF0. Grayscale: #424242. Windows color (decimal): -5237489 or 988592. OLE color: 988592.
HSL color Cylindrical-coordinate representation of color #B0150F: hue angle of 2.24º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0150F is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 21 | 15 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.31 |
| HSL | 2.24º | 0.84% | 0.37% | - |
| HSV(B) | 2.24º | 0.91% | 0.69% | - |
| XYZ | 18.26 | 9.8 | 1.38 | - |
| YUV | 66.66 | 98.85 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 15 | 0 | 0.88 | 0.91 | 0.31 | 2.24 | 0.84 | 0.37 |
| Hex | B0 | 15 | F | 0 | 58 | 5B | 1F | 2 | 54 | 25 |
| Octal | 260 | 25 | 17 | 0 | 130 | 133 | 37 | 2 | 124 | 45 |
| Binary | 10110000 | 10101 | 1111 | 0 | 1011000 | 1011011 | 11111 | 10 | 1010100 | 100101 |
Color Harmonies of #B0150F
Complementary color
Monochromatic Colors of #B0150F
Black with #B0150F
Text Example
Text Example
White with #B0150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0150F; }
p { color: rgb(176,21,15); }
H1.HeaderClassName
{
color: #B0150F;
}
.AnyTagClassName
{
color: #B0150F;
}
</style>
background-color css
<style>
a { background-color: #B0150F; }
a { background-color: rgb(176,21,15); }
div.DivClassName
{
background-color: #B0150F;
}
.BgClassName
{
background-color: #B0150F;
}
</style>
border-color css
<style>
span { border-color: #B0150F; }
span { border-color: rgb(176,21,15); }
td.TdClassName
{
border-color: #B0150F;
}
.TagClassName
{
border-color: #B0150F;
}
</style>