Shades of Fire Brick #B32B1E
Tints of Fire Brick #B32B1E
RGB
CMYK
RGB Variations
Color information
#B32B1E (or 0xB32B1E) is known color: Fire Brick. HEX triplet: B3, 2B and 1E. RGB value is (179,43,30). Sum of RGB (Red+Green+Blue) = 179+43+30=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32B1E is #4CD4E1. Grayscale: #525252. Windows color (decimal): -5035234 or 1977267. OLE color: 1977267.
HSL color Cylindrical-coordinate representation of color #B32B1E: hue angle of 5.23º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B32B1E is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 30 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.30 |
| HSL | 5.23º | 0.71% | 0.41% | - |
| HSV(B) | 5.23º | 0.83% | 0.7% | - |
| XYZ | 19.69 | 11.41 | 2.39 | - |
| YUV | 82.18 | 98.56 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 30 | 0 | 0.76 | 0.83 | 0.30 | 5.23 | 0.71 | 0.41 |
| Hex | B3 | 2B | 1E | 0 | 4C | 53 | 1E | 5 | 47 | 29 |
| Octal | 263 | 53 | 36 | 0 | 114 | 123 | 36 | 5 | 107 | 51 |
| Binary | 10110011 | 101011 | 11110 | 0 | 1001100 | 1010011 | 11110 | 101 | 1000111 | 101001 |
Color Harmonies of #B32B1E
Complementary color
Monochromatic Colors of #B32B1E
Black with #B32B1E
Text Example
Text Example
White with #B32B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32B1E; }
p { color: rgb(179,43,30); }
H1.HeaderClassName
{
color: #B32B1E;
}
.AnyTagClassName
{
color: #B32B1E;
}
</style>
background-color css
<style>
a { background-color: #B32B1E; }
a { background-color: rgb(179,43,30); }
div.DivClassName
{
background-color: #B32B1E;
}
.BgClassName
{
background-color: #B32B1E;
}
</style>
border-color css
<style>
span { border-color: #B32B1E; }
span { border-color: rgb(179,43,30); }
td.TdClassName
{
border-color: #B32B1E;
}
.TagClassName
{
border-color: #B32B1E;
}
</style>