Shades of Fire Brick #B2170B
Tints of Fire Brick #B2170B
RGB
CMYK
RGB Variations
Color information
#B2170B (or 0xB2170B) is known color: Fire Brick. HEX triplet: B2, 17 and 0B. RGB value is (178,23,11). Sum of RGB (Red+Green+Blue) = 178+23+11=212 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.96% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 178 - color contains mainly: red. Hex color #B2170B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2170B is #4DE8F4. Grayscale: #444444. Windows color (decimal): -5105909 or 726962. OLE color: 726962.
HSL color Cylindrical-coordinate representation of color #B2170B: hue angle of 4.31º 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 #B2170B is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 23 | 11 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.30 |
| HSL | 4.31º | 0.88% | 0.37% | - |
| HSV(B) | 4.31º | 0.94% | 0.7% | - |
| XYZ | 18.73 | 10.1 | 1.28 | - |
| YUV | 67.98 | 95.85 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 11 | 0 | 0.87 | 0.94 | 0.30 | 4.31 | 0.88 | 0.37 |
| Hex | B2 | 17 | B | 0 | 57 | 5E | 1E | 4 | 58 | 25 |
| Octal | 262 | 27 | 13 | 0 | 127 | 136 | 36 | 4 | 130 | 45 |
| Binary | 10110010 | 10111 | 1011 | 0 | 1010111 | 1011110 | 11110 | 100 | 1011000 | 100101 |
Color Harmonies of #B2170B
Complementary color
Monochromatic Colors of #B2170B
Black with #B2170B
Text Example
Text Example
White with #B2170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2170B; }
p { color: rgb(178,23,11); }
H1.HeaderClassName
{
color: #B2170B;
}
.AnyTagClassName
{
color: #B2170B;
}
</style>
background-color css
<style>
a { background-color: #B2170B; }
a { background-color: rgb(178,23,11); }
div.DivClassName
{
background-color: #B2170B;
}
.BgClassName
{
background-color: #B2170B;
}
</style>
border-color css
<style>
span { border-color: #B2170B; }
span { border-color: rgb(178,23,11); }
td.TdClassName
{
border-color: #B2170B;
}
.TagClassName
{
border-color: #B2170B;
}
</style>