Shades of Fire Brick #B3150B
Tints of Fire Brick #B3150B
RGB
CMYK
RGB Variations
Color information
#B3150B (or 0xB3150B) is known color: Fire Brick. HEX triplet: B3, 15 and 0B. RGB value is (179,21,11). Sum of RGB (Red+Green+Blue) = 179+21+11=211 (27% of max value = 765). Red value is 179 (70.31% from 255 or 84.83% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 179 - color contains mainly: red. Hex color #B3150B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3150B is #4CEAF4. Grayscale: #434343. Windows color (decimal): -5040885 or 726451. OLE color: 726451.
HSL color Cylindrical-coordinate representation of color #B3150B: hue angle of 3.57º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3150B is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 21 | 11 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.30 |
| HSL | 3.57º | 0.88% | 0.37% | - |
| HSV(B) | 3.57º | 0.94% | 0.7% | - |
| XYZ | 18.92 | 10.14 | 1.28 | - |
| YUV | 67.1 | 96.35 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 21 | 11 | 0 | 0.88 | 0.94 | 0.30 | 3.57 | 0.88 | 0.37 |
| Hex | B3 | 15 | B | 0 | 58 | 5E | 1E | 4 | 58 | 25 |
| Octal | 263 | 25 | 13 | 0 | 130 | 136 | 36 | 4 | 130 | 45 |
| Binary | 10110011 | 10101 | 1011 | 0 | 1011000 | 1011110 | 11110 | 100 | 1011000 | 100101 |
Color Harmonies of #B3150B
Complementary color
Monochromatic Colors of #B3150B
Black with #B3150B
Text Example
Text Example
White with #B3150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3150B; }
p { color: rgb(179,21,11); }
H1.HeaderClassName
{
color: #B3150B;
}
.AnyTagClassName
{
color: #B3150B;
}
</style>
background-color css
<style>
a { background-color: #B3150B; }
a { background-color: rgb(179,21,11); }
div.DivClassName
{
background-color: #B3150B;
}
.BgClassName
{
background-color: #B3150B;
}
</style>
border-color css
<style>
span { border-color: #B3150B; }
span { border-color: rgb(179,21,11); }
td.TdClassName
{
border-color: #B3150B;
}
.TagClassName
{
border-color: #B3150B;
}
</style>