Shades of Fire Brick #B0220E
Tints of Fire Brick #B0220E
RGB
CMYK
RGB Variations
Color information
#B0220E (or 0xB0220E) is known color: Fire Brick. HEX triplet: B0, 22 and 0E. RGB value is (176,34,14). Sum of RGB (Red+Green+Blue) = 176+34+14=224 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.57% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 176 - color contains mainly: red. Hex color #B0220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0220E is #4FDDF1. Grayscale: #4A4A4A. Windows color (decimal): -5234162 or 926384. OLE color: 926384.
HSL color Cylindrical-coordinate representation of color #B0220E: hue angle of 7.41º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0220E is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 34 | 14 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.31 |
| HSL | 7.41º | 0.85% | 0.37% | - |
| HSV(B) | 7.41º | 0.92% | 0.69% | - |
| XYZ | 18.56 | 10.41 | 1.45 | - |
| YUV | 74.18 | 94.04 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 14 | 0 | 0.81 | 0.92 | 0.31 | 7.41 | 0.85 | 0.37 |
| Hex | B0 | 22 | E | 0 | 51 | 5C | 1F | 7 | 55 | 25 |
| Octal | 260 | 42 | 16 | 0 | 121 | 134 | 37 | 7 | 125 | 45 |
| Binary | 10110000 | 100010 | 1110 | 0 | 1010001 | 1011100 | 11111 | 111 | 1010101 | 100101 |
Color Harmonies of #B0220E
Complementary color
Monochromatic Colors of #B0220E
Black with #B0220E
Text Example
Text Example
White with #B0220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0220E; }
p { color: rgb(176,34,14); }
H1.HeaderClassName
{
color: #B0220E;
}
.AnyTagClassName
{
color: #B0220E;
}
</style>
background-color css
<style>
a { background-color: #B0220E; }
a { background-color: rgb(176,34,14); }
div.DivClassName
{
background-color: #B0220E;
}
.BgClassName
{
background-color: #B0220E;
}
</style>
border-color css
<style>
span { border-color: #B0220E; }
span { border-color: rgb(176,34,14); }
td.TdClassName
{
border-color: #B0220E;
}
.TagClassName
{
border-color: #B0220E;
}
</style>