Shades of Fire Brick #B0221D
Tints of Fire Brick #B0221D
RGB
CMYK
RGB Variations
Color information
#B0221D (or 0xB0221D) is known color: Fire Brick. HEX triplet: B0, 22 and 1D. RGB value is (176,34,29). Sum of RGB (Red+Green+Blue) = 176+34+29=239 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.64% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 176 - color contains mainly: red. Hex color #B0221D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0221D is #4FDDE2. Grayscale: #4C4C4C. Windows color (decimal): -5234147 or 1909424. OLE color: 1909424.
HSL color Cylindrical-coordinate representation of color #B0221D: hue angle of 2.04º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0221D is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 34 | 29 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.31 |
| HSL | 2.04º | 0.72% | 0.4% | - |
| HSV(B) | 2.04º | 0.84% | 0.69% | - |
| XYZ | 18.7 | 10.46 | 2.2 | - |
| YUV | 75.89 | 101.54 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 29 | 0 | 0.81 | 0.84 | 0.31 | 2.04 | 0.72 | 0.4 |
| Hex | B0 | 22 | 1D | 0 | 51 | 54 | 1F | 2 | 48 | 28 |
| Octal | 260 | 42 | 35 | 0 | 121 | 124 | 37 | 2 | 110 | 50 |
| Binary | 10110000 | 100010 | 11101 | 0 | 1010001 | 1010100 | 11111 | 10 | 1001000 | 101000 |
Color Harmonies of #B0221D
Complementary color
Monochromatic Colors of #B0221D
Black with #B0221D
Text Example
Text Example
White with #B0221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0221D; }
p { color: rgb(176,34,29); }
H1.HeaderClassName
{
color: #B0221D;
}
.AnyTagClassName
{
color: #B0221D;
}
</style>
background-color css
<style>
a { background-color: #B0221D; }
a { background-color: rgb(176,34,29); }
div.DivClassName
{
background-color: #B0221D;
}
.BgClassName
{
background-color: #B0221D;
}
</style>
border-color css
<style>
span { border-color: #B0221D; }
span { border-color: rgb(176,34,29); }
td.TdClassName
{
border-color: #B0221D;
}
.TagClassName
{
border-color: #B0221D;
}
</style>