Shades of Fire Brick #B43620
Tints of Fire Brick #B43620
RGB
CMYK
RGB Variations
Color information
#B43620 (or 0xB43620) is known color: Fire Brick. HEX triplet: B4, 36 and 20. RGB value is (180,54,32). Sum of RGB (Red+Green+Blue) = 180+54+32=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B43620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43620 is #4BC9DF. Grayscale: #595959. Windows color (decimal): -4966880 or 2111156. OLE color: 2111156.
HSL color Cylindrical-coordinate representation of color #B43620: hue angle of 8.92º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B43620 is Cyan = 0, Magento = 0.7, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 54 | 32 | - |
| CMYK | 0 | 0.7 | 0.82 | 0.29 |
| HSL | 8.92º | 0.7% | 0.42% | - |
| HSV(B) | 8.92º | 0.82% | 0.71% | - |
| XYZ | 20.4 | 12.45 | 2.69 | - |
| YUV | 89.17 | 95.74 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 54 | 32 | 0 | 0.7 | 0.82 | 0.29 | 8.92 | 0.7 | 0.42 |
| Hex | B4 | 36 | 20 | 0 | 46 | 52 | 1D | 9 | 46 | 2A |
| Octal | 264 | 66 | 40 | 0 | 106 | 122 | 35 | 11 | 106 | 52 |
| Binary | 10110100 | 110110 | 100000 | 0 | 1000110 | 1010010 | 11101 | 1001 | 1000110 | 101010 |
Color Harmonies of #B43620
Complementary color
Monochromatic Colors of #B43620
Black with #B43620
Text Example
Text Example
White with #B43620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43620; }
p { color: rgb(180,54,32); }
H1.HeaderClassName
{
color: #B43620;
}
.AnyTagClassName
{
color: #B43620;
}
</style>
background-color css
<style>
a { background-color: #B43620; }
a { background-color: rgb(180,54,32); }
div.DivClassName
{
background-color: #B43620;
}
.BgClassName
{
background-color: #B43620;
}
</style>
border-color css
<style>
span { border-color: #B43620; }
span { border-color: rgb(180,54,32); }
td.TdClassName
{
border-color: #B43620;
}
.TagClassName
{
border-color: #B43620;
}
</style>