Shades of Fire Brick #B8221C
Tints of Fire Brick #B8221C
RGB
CMYK
RGB Variations
Color information
#B8221C (or 0xB8221C) is known color: Fire Brick. HEX triplet: B8, 22 and 1C. RGB value is (184,34,28). Sum of RGB (Red+Green+Blue) = 184+34+28=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B8221C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8221C is #47DDE3. Grayscale: #4E4E4E. Windows color (decimal): -4709860 or 1843896. OLE color: 1843896.
HSL color Cylindrical-coordinate representation of color #B8221C: hue angle of 2.31º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8221C is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 28 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.28 |
| HSL | 2.31º | 0.74% | 0.42% | - |
| HSV(B) | 2.31º | 0.85% | 0.72% | - |
| XYZ | 20.55 | 11.42 | 2.22 | - |
| YUV | 78.17 | 99.7 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 28 | 0 | 0.82 | 0.85 | 0.28 | 2.31 | 0.74 | 0.42 |
| Hex | B8 | 22 | 1C | 0 | 52 | 55 | 1C | 2 | 4A | 2A |
| Octal | 270 | 42 | 34 | 0 | 122 | 125 | 34 | 2 | 112 | 52 |
| Binary | 10111000 | 100010 | 11100 | 0 | 1010010 | 1010101 | 11100 | 10 | 1001010 | 101010 |
Color Harmonies of #B8221C
Complementary color
Monochromatic Colors of #B8221C
Black with #B8221C
Text Example
Text Example
White with #B8221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8221C; }
p { color: rgb(184,34,28); }
H1.HeaderClassName
{
color: #B8221C;
}
.AnyTagClassName
{
color: #B8221C;
}
</style>
background-color css
<style>
a { background-color: #B8221C; }
a { background-color: rgb(184,34,28); }
div.DivClassName
{
background-color: #B8221C;
}
.BgClassName
{
background-color: #B8221C;
}
</style>
border-color css
<style>
span { border-color: #B8221C; }
span { border-color: rgb(184,34,28); }
td.TdClassName
{
border-color: #B8221C;
}
.TagClassName
{
border-color: #B8221C;
}
</style>