Shades of Fire Brick #B2200C
Tints of Fire Brick #B2200C
RGB
CMYK
RGB Variations
Color information
#B2200C (or 0xB2200C) is known color: Fire Brick. HEX triplet: B2, 20 and 0C. RGB value is (178,32,12). Sum of RGB (Red+Green+Blue) = 178+32+12=222 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.18% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 178 - color contains mainly: red. Hex color #B2200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2200C is #4DDFF3. Grayscale: #494949. Windows color (decimal): -5103604 or 794802. OLE color: 794802.
HSL color Cylindrical-coordinate representation of color #B2200C: hue angle of 7.23º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2200C is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 32 | 12 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.30 |
| HSL | 7.23º | 0.87% | 0.37% | - |
| HSV(B) | 7.23º | 0.93% | 0.7% | - |
| XYZ | 18.94 | 10.52 | 1.38 | - |
| YUV | 73.37 | 93.37 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 12 | 0 | 0.82 | 0.93 | 0.30 | 7.23 | 0.87 | 0.37 |
| Hex | B2 | 20 | C | 0 | 52 | 5D | 1E | 7 | 57 | 25 |
| Octal | 262 | 40 | 14 | 0 | 122 | 135 | 36 | 7 | 127 | 45 |
| Binary | 10110010 | 100000 | 1100 | 0 | 1010010 | 1011101 | 11110 | 111 | 1010111 | 100101 |
Color Harmonies of #B2200C
Complementary color
Monochromatic Colors of #B2200C
Black with #B2200C
Text Example
Text Example
White with #B2200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2200C; }
p { color: rgb(178,32,12); }
H1.HeaderClassName
{
color: #B2200C;
}
.AnyTagClassName
{
color: #B2200C;
}
</style>
background-color css
<style>
a { background-color: #B2200C; }
a { background-color: rgb(178,32,12); }
div.DivClassName
{
background-color: #B2200C;
}
.BgClassName
{
background-color: #B2200C;
}
</style>
border-color css
<style>
span { border-color: #B2200C; }
span { border-color: rgb(178,32,12); }
td.TdClassName
{
border-color: #B2200C;
}
.TagClassName
{
border-color: #B2200C;
}
</style>