Shades of Fire Brick #B13022
Tints of Fire Brick #B13022
RGB
CMYK
RGB Variations
Color information
#B13022 (or 0xB13022) is known color: Fire Brick. HEX triplet: B1, 30 and 22. RGB value is (177,48,34). Sum of RGB (Red+Green+Blue) = 177+48+34=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B13022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13022 is #4ECFDD. Grayscale: #555555. Windows color (decimal): -5165022 or 2240689. OLE color: 2240689.
HSL color Cylindrical-coordinate representation of color #B13022: hue angle of 5.87º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B13022 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 48 | 34 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.31 |
| HSL | 5.87º | 0.68% | 0.41% | - |
| HSV(B) | 5.87º | 0.81% | 0.69% | - |
| XYZ | 19.48 | 11.58 | 2.72 | - |
| YUV | 84.98 | 99.24 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 34 | 0 | 0.73 | 0.81 | 0.31 | 5.87 | 0.68 | 0.41 |
| Hex | B1 | 30 | 22 | 0 | 49 | 51 | 1F | 6 | 44 | 29 |
| Octal | 261 | 60 | 42 | 0 | 111 | 121 | 37 | 6 | 104 | 51 |
| Binary | 10110001 | 110000 | 100010 | 0 | 1001001 | 1010001 | 11111 | 110 | 1000100 | 101001 |
Color Harmonies of #B13022
Complementary color
Monochromatic Colors of #B13022
Black with #B13022
Text Example
Text Example
White with #B13022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13022; }
p { color: rgb(177,48,34); }
H1.HeaderClassName
{
color: #B13022;
}
.AnyTagClassName
{
color: #B13022;
}
</style>
background-color css
<style>
a { background-color: #B13022; }
a { background-color: rgb(177,48,34); }
div.DivClassName
{
background-color: #B13022;
}
.BgClassName
{
background-color: #B13022;
}
</style>
border-color css
<style>
span { border-color: #B13022; }
span { border-color: rgb(177,48,34); }
td.TdClassName
{
border-color: #B13022;
}
.TagClassName
{
border-color: #B13022;
}
</style>