Shades of Fire Brick #B8221B
Tints of Fire Brick #B8221B
RGB
CMYK
RGB Variations
Color information
#B8221B (or 0xB8221B) is known color: Fire Brick. HEX triplet: B8, 22 and 1B. RGB value is (184,34,27). Sum of RGB (Red+Green+Blue) = 184+34+27=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B8221B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8221B is #47DDE4. Grayscale: #4E4E4E. Windows color (decimal): -4709861 or 1778360. OLE color: 1778360.
HSL color Cylindrical-coordinate representation of color #B8221B: hue angle of 2.68º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8221B is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 27 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.28 |
| HSL | 2.68º | 0.74% | 0.41% | - |
| HSV(B) | 2.68º | 0.85% | 0.72% | - |
| XYZ | 20.54 | 11.41 | 2.16 | - |
| YUV | 78.05 | 99.2 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 27 | 0 | 0.82 | 0.85 | 0.28 | 2.68 | 0.74 | 0.41 |
| Hex | B8 | 22 | 1B | 0 | 52 | 55 | 1C | 3 | 4A | 29 |
| Octal | 270 | 42 | 33 | 0 | 122 | 125 | 34 | 3 | 112 | 51 |
| Binary | 10111000 | 100010 | 11011 | 0 | 1010010 | 1010101 | 11100 | 11 | 1001010 | 101001 |
Color Harmonies of #B8221B
Complementary color
Monochromatic Colors of #B8221B
Black with #B8221B
Text Example
Text Example
White with #B8221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8221B; }
p { color: rgb(184,34,27); }
H1.HeaderClassName
{
color: #B8221B;
}
.AnyTagClassName
{
color: #B8221B;
}
</style>
background-color css
<style>
a { background-color: #B8221B; }
a { background-color: rgb(184,34,27); }
div.DivClassName
{
background-color: #B8221B;
}
.BgClassName
{
background-color: #B8221B;
}
</style>
border-color css
<style>
span { border-color: #B8221B; }
span { border-color: rgb(184,34,27); }
td.TdClassName
{
border-color: #B8221B;
}
.TagClassName
{
border-color: #B8221B;
}
</style>