Shades of Fire Brick #B0150D
Tints of Fire Brick #B0150D
RGB
CMYK
RGB Variations
Color information
#B0150D (or 0xB0150D) is known color: Fire Brick. HEX triplet: B0, 15 and 0D. RGB value is (176,21,13). Sum of RGB (Red+Green+Blue) = 176+21+13=210 (27% of max value = 765). Red value is 176 (69.14% from 255 or 83.81% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 176 - color contains mainly: red. Hex color #B0150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0150D is #4FEAF2. Grayscale: #424242. Windows color (decimal): -5237491 or 857520. OLE color: 857520.
HSL color Cylindrical-coordinate representation of color #B0150D: hue angle of 2.94º 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 #B0150D is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 21 | 13 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.31 |
| HSL | 2.94º | 0.86% | 0.37% | - |
| HSV(B) | 2.94º | 0.93% | 0.69% | - |
| XYZ | 18.25 | 9.8 | 1.31 | - |
| YUV | 66.43 | 97.85 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 13 | 0 | 0.88 | 0.93 | 0.31 | 2.94 | 0.86 | 0.37 |
| Hex | B0 | 15 | D | 0 | 58 | 5D | 1F | 3 | 56 | 25 |
| Octal | 260 | 25 | 15 | 0 | 130 | 135 | 37 | 3 | 126 | 45 |
| Binary | 10110000 | 10101 | 1101 | 0 | 1011000 | 1011101 | 11111 | 11 | 1010110 | 100101 |
Color Harmonies of #B0150D
Complementary color
Monochromatic Colors of #B0150D
Black with #B0150D
Text Example
Text Example
White with #B0150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0150D; }
p { color: rgb(176,21,13); }
H1.HeaderClassName
{
color: #B0150D;
}
.AnyTagClassName
{
color: #B0150D;
}
</style>
background-color css
<style>
a { background-color: #B0150D; }
a { background-color: rgb(176,21,13); }
div.DivClassName
{
background-color: #B0150D;
}
.BgClassName
{
background-color: #B0150D;
}
</style>
border-color css
<style>
span { border-color: #B0150D; }
span { border-color: rgb(176,21,13); }
td.TdClassName
{
border-color: #B0150D;
}
.TagClassName
{
border-color: #B0150D;
}
</style>