Shades of Fire Brick #B2201B
Tints of Fire Brick #B2201B
RGB
CMYK
RGB Variations
Color information
#B2201B (or 0xB2201B) is known color: Fire Brick. HEX triplet: B2, 20 and 1B. RGB value is (178,32,27). Sum of RGB (Red+Green+Blue) = 178+32+27=237 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.11% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 178 - color contains mainly: red. Hex color #B2201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2201B is #4DDFE4. Grayscale: #4B4B4B. Windows color (decimal): -5103589 or 1777842. OLE color: 1777842.
HSL color Cylindrical-coordinate representation of color #B2201B: hue angle of 1.99º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2201B is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 32 | 27 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.30 |
| HSL | 1.99º | 0.74% | 0.4% | - |
| HSV(B) | 1.99º | 0.85% | 0.7% | - |
| XYZ | 19.07 | 10.58 | 2.07 | - |
| YUV | 75.08 | 100.87 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 27 | 0 | 0.82 | 0.85 | 0.30 | 1.99 | 0.74 | 0.4 |
| Hex | B2 | 20 | 1B | 0 | 52 | 55 | 1E | 2 | 4A | 28 |
| Octal | 262 | 40 | 33 | 0 | 122 | 125 | 36 | 2 | 112 | 50 |
| Binary | 10110010 | 100000 | 11011 | 0 | 1010010 | 1010101 | 11110 | 10 | 1001010 | 101000 |
Color Harmonies of #B2201B
Complementary color
Monochromatic Colors of #B2201B
Black with #B2201B
Text Example
Text Example
White with #B2201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2201B; }
p { color: rgb(178,32,27); }
H1.HeaderClassName
{
color: #B2201B;
}
.AnyTagClassName
{
color: #B2201B;
}
</style>
background-color css
<style>
a { background-color: #B2201B; }
a { background-color: rgb(178,32,27); }
div.DivClassName
{
background-color: #B2201B;
}
.BgClassName
{
background-color: #B2201B;
}
</style>
border-color css
<style>
span { border-color: #B2201B; }
span { border-color: rgb(178,32,27); }
td.TdClassName
{
border-color: #B2201B;
}
.TagClassName
{
border-color: #B2201B;
}
</style>