Shades of Fire Brick #B22B26
Tints of Fire Brick #B22B26
RGB
CMYK
RGB Variations
Color information
#B22B26 (or 0xB22B26) is known color: Fire Brick. HEX triplet: B2, 2B and 26. RGB value is (178,43,38). Sum of RGB (Red+Green+Blue) = 178+43+38=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22B26 is #4DD4D9. Grayscale: #525252. Windows color (decimal): -5100762 or 2501554. OLE color: 2501554.
HSL color Cylindrical-coordinate representation of color #B22B26: hue angle of 2.14º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B22B26 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 43 | 38 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.30 |
| HSL | 2.14º | 0.65% | 0.42% | - |
| HSV(B) | 2.14º | 0.79% | 0.7% | - |
| XYZ | 19.57 | 11.33 | 2.99 | - |
| YUV | 82.8 | 102.73 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 43 | 38 | 0 | 0.76 | 0.79 | 0.30 | 2.14 | 0.65 | 0.42 |
| Hex | B2 | 2B | 26 | 0 | 4C | 4F | 1E | 2 | 41 | 2A |
| Octal | 262 | 53 | 46 | 0 | 114 | 117 | 36 | 2 | 101 | 52 |
| Binary | 10110010 | 101011 | 100110 | 0 | 1001100 | 1001111 | 11110 | 10 | 1000001 | 101010 |
Color Harmonies of #B22B26
Complementary color
Monochromatic Colors of #B22B26
Black with #B22B26
Text Example
Text Example
White with #B22B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22B26; }
p { color: rgb(178,43,38); }
H1.HeaderClassName
{
color: #B22B26;
}
.AnyTagClassName
{
color: #B22B26;
}
</style>
background-color css
<style>
a { background-color: #B22B26; }
a { background-color: rgb(178,43,38); }
div.DivClassName
{
background-color: #B22B26;
}
.BgClassName
{
background-color: #B22B26;
}
</style>
border-color css
<style>
span { border-color: #B22B26; }
span { border-color: rgb(178,43,38); }
td.TdClassName
{
border-color: #B22B26;
}
.TagClassName
{
border-color: #B22B26;
}
</style>