Shades of Fire Brick #B13220
Tints of Fire Brick #B13220
RGB
CMYK
RGB Variations
Color information
#B13220 (or 0xB13220) is known color: Fire Brick. HEX triplet: B1, 32 and 20. RGB value is (177,50,32). Sum of RGB (Red+Green+Blue) = 177+50+32=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B13220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13220 is #4ECDDF. Grayscale: #565656. Windows color (decimal): -5164512 or 2110129. OLE color: 2110129.
HSL color Cylindrical-coordinate representation of color #B13220: hue angle of 7.45º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B13220 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 32 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.31 |
| HSL | 7.45º | 0.69% | 0.41% | - |
| HSV(B) | 7.45º | 0.82% | 0.69% | - |
| XYZ | 19.53 | 11.73 | 2.6 | - |
| YUV | 85.92 | 97.58 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 32 | 0 | 0.72 | 0.82 | 0.31 | 7.45 | 0.69 | 0.41 |
| Hex | B1 | 32 | 20 | 0 | 48 | 52 | 1F | 7 | 45 | 29 |
| Octal | 261 | 62 | 40 | 0 | 110 | 122 | 37 | 7 | 105 | 51 |
| Binary | 10110001 | 110010 | 100000 | 0 | 1001000 | 1010010 | 11111 | 111 | 1000101 | 101001 |
Color Harmonies of #B13220
Complementary color
Monochromatic Colors of #B13220
Black with #B13220
Text Example
Text Example
White with #B13220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13220; }
p { color: rgb(177,50,32); }
H1.HeaderClassName
{
color: #B13220;
}
.AnyTagClassName
{
color: #B13220;
}
</style>
background-color css
<style>
a { background-color: #B13220; }
a { background-color: rgb(177,50,32); }
div.DivClassName
{
background-color: #B13220;
}
.BgClassName
{
background-color: #B13220;
}
</style>
border-color css
<style>
span { border-color: #B13220; }
span { border-color: rgb(177,50,32); }
td.TdClassName
{
border-color: #B13220;
}
.TagClassName
{
border-color: #B13220;
}
</style>