Shades of Fire Brick #B7221C
Tints of Fire Brick #B7221C
RGB
CMYK
RGB Variations
Color information
#B7221C (or 0xB7221C) is known color: Fire Brick. HEX triplet: B7, 22 and 1C. RGB value is (183,34,28). Sum of RGB (Red+Green+Blue) = 183+34+28=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B7221C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7221C is #48DDE3. Grayscale: #4E4E4E. Windows color (decimal): -4775396 or 1843895. OLE color: 1843895.
HSL color Cylindrical-coordinate representation of color #B7221C: hue angle of 2.32º degrees, saturation: 0.73, 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 #B7221C is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 28 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.28 |
| HSL | 2.32º | 0.73% | 0.41% | - |
| HSV(B) | 2.32º | 0.85% | 0.72% | - |
| XYZ | 20.31 | 11.3 | 2.21 | - |
| YUV | 77.87 | 99.86 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 28 | 0 | 0.81 | 0.85 | 0.28 | 2.32 | 0.73 | 0.41 |
| Hex | B7 | 22 | 1C | 0 | 51 | 55 | 1C | 2 | 49 | 29 |
| Octal | 267 | 42 | 34 | 0 | 121 | 125 | 34 | 2 | 111 | 51 |
| Binary | 10110111 | 100010 | 11100 | 0 | 1010001 | 1010101 | 11100 | 10 | 1001001 | 101001 |
Color Harmonies of #B7221C
Complementary color
Monochromatic Colors of #B7221C
Black with #B7221C
Text Example
Text Example
White with #B7221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7221C; }
p { color: rgb(183,34,28); }
H1.HeaderClassName
{
color: #B7221C;
}
.AnyTagClassName
{
color: #B7221C;
}
</style>
background-color css
<style>
a { background-color: #B7221C; }
a { background-color: rgb(183,34,28); }
div.DivClassName
{
background-color: #B7221C;
}
.BgClassName
{
background-color: #B7221C;
}
</style>
border-color css
<style>
span { border-color: #B7221C; }
span { border-color: rgb(183,34,28); }
td.TdClassName
{
border-color: #B7221C;
}
.TagClassName
{
border-color: #B7221C;
}
</style>