Shades of Fire Brick #B2200B
Tints of Fire Brick #B2200B
RGB
CMYK
RGB Variations
Color information
#B2200B (or 0xB2200B) is known color: Fire Brick. HEX triplet: B2, 20 and 0B. RGB value is (178,32,11). Sum of RGB (Red+Green+Blue) = 178+32+11=221 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.54% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 178 - color contains mainly: red. Hex color #B2200B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2200B is #4DDFF4. Grayscale: #494949. Windows color (decimal): -5103605 or 729266. OLE color: 729266.
HSL color Cylindrical-coordinate representation of color #B2200B: hue angle of 7.54º 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 #B2200B is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 32 | 11 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.30 |
| HSL | 7.54º | 0.88% | 0.37% | - |
| HSV(B) | 7.54º | 0.94% | 0.7% | - |
| XYZ | 18.94 | 10.52 | 1.35 | - |
| YUV | 73.26 | 92.87 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 11 | 0 | 0.82 | 0.94 | 0.30 | 7.54 | 0.88 | 0.37 |
| Hex | B2 | 20 | B | 0 | 52 | 5E | 1E | 8 | 58 | 25 |
| Octal | 262 | 40 | 13 | 0 | 122 | 136 | 36 | 10 | 130 | 45 |
| Binary | 10110010 | 100000 | 1011 | 0 | 1010010 | 1011110 | 11110 | 1000 | 1011000 | 100101 |
Color Harmonies of #B2200B
Complementary color
Monochromatic Colors of #B2200B
Black with #B2200B
Text Example
Text Example
White with #B2200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2200B; }
p { color: rgb(178,32,11); }
H1.HeaderClassName
{
color: #B2200B;
}
.AnyTagClassName
{
color: #B2200B;
}
</style>
background-color css
<style>
a { background-color: #B2200B; }
a { background-color: rgb(178,32,11); }
div.DivClassName
{
background-color: #B2200B;
}
.BgClassName
{
background-color: #B2200B;
}
</style>
border-color css
<style>
span { border-color: #B2200B; }
span { border-color: rgb(178,32,11); }
td.TdClassName
{
border-color: #B2200B;
}
.TagClassName
{
border-color: #B2200B;
}
</style>