Shades of Fire Brick #B2271C
Tints of Fire Brick #B2271C
RGB
CMYK
RGB Variations
Color information
#B2271C (or 0xB2271C) is known color: Fire Brick. HEX triplet: B2, 27 and 1C. RGB value is (178,39,28). Sum of RGB (Red+Green+Blue) = 178+39+28=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B2271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2271C is #4DD8E3. Grayscale: #4F4F4F. Windows color (decimal): -5101796 or 1845170. OLE color: 1845170.
HSL color Cylindrical-coordinate representation of color #B2271C: hue angle of 4.4º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2271C is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 39 | 28 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.30 |
| HSL | 4.4º | 0.73% | 0.4% | - |
| HSV(B) | 4.4º | 0.84% | 0.7% | - |
| XYZ | 19.3 | 11 | 2.2 | - |
| YUV | 79.31 | 99.05 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 39 | 28 | 0 | 0.78 | 0.84 | 0.30 | 4.4 | 0.73 | 0.4 |
| Hex | B2 | 27 | 1C | 0 | 4E | 54 | 1E | 4 | 49 | 28 |
| Octal | 262 | 47 | 34 | 0 | 116 | 124 | 36 | 4 | 111 | 50 |
| Binary | 10110010 | 100111 | 11100 | 0 | 1001110 | 1010100 | 11110 | 100 | 1001001 | 101000 |
Color Harmonies of #B2271C
Complementary color
Monochromatic Colors of #B2271C
Black with #B2271C
Text Example
Text Example
White with #B2271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2271C; }
p { color: rgb(178,39,28); }
H1.HeaderClassName
{
color: #B2271C;
}
.AnyTagClassName
{
color: #B2271C;
}
</style>
background-color css
<style>
a { background-color: #B2271C; }
a { background-color: rgb(178,39,28); }
div.DivClassName
{
background-color: #B2271C;
}
.BgClassName
{
background-color: #B2271C;
}
</style>
border-color css
<style>
span { border-color: #B2271C; }
span { border-color: rgb(178,39,28); }
td.TdClassName
{
border-color: #B2271C;
}
.TagClassName
{
border-color: #B2271C;
}
</style>