Shades of Fire Brick #B3150D
Tints of Fire Brick #B3150D
RGB
CMYK
RGB Variations
Color information
#B3150D (or 0xB3150D) is known color: Fire Brick. HEX triplet: B3, 15 and 0D. RGB value is (179,21,13). Sum of RGB (Red+Green+Blue) = 179+21+13=213 (28% of max value = 765). Red value is 179 (70.31% from 255 or 84.04% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 179 - color contains mainly: red. Hex color #B3150D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3150D is #4CEAF2. Grayscale: #434343. Windows color (decimal): -5040883 or 857523. OLE color: 857523.
HSL color Cylindrical-coordinate representation of color #B3150D: hue angle of 2.89º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3150D is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 21 | 13 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.30 |
| HSL | 2.89º | 0.86% | 0.38% | - |
| HSV(B) | 2.89º | 0.93% | 0.7% | - |
| XYZ | 18.93 | 10.15 | 1.34 | - |
| YUV | 67.33 | 97.35 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 21 | 13 | 0 | 0.88 | 0.93 | 0.30 | 2.89 | 0.86 | 0.38 |
| Hex | B3 | 15 | D | 0 | 58 | 5D | 1E | 3 | 56 | 26 |
| Octal | 263 | 25 | 15 | 0 | 130 | 135 | 36 | 3 | 126 | 46 |
| Binary | 10110011 | 10101 | 1101 | 0 | 1011000 | 1011101 | 11110 | 11 | 1010110 | 100110 |
Color Harmonies of #B3150D
Complementary color
Monochromatic Colors of #B3150D
Black with #B3150D
Text Example
Text Example
White with #B3150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3150D; }
p { color: rgb(179,21,13); }
H1.HeaderClassName
{
color: #B3150D;
}
.AnyTagClassName
{
color: #B3150D;
}
</style>
background-color css
<style>
a { background-color: #B3150D; }
a { background-color: rgb(179,21,13); }
div.DivClassName
{
background-color: #B3150D;
}
.BgClassName
{
background-color: #B3150D;
}
</style>
border-color css
<style>
span { border-color: #B3150D; }
span { border-color: rgb(179,21,13); }
td.TdClassName
{
border-color: #B3150D;
}
.TagClassName
{
border-color: #B3150D;
}
</style>