Shades of Fire Brick #B32714
Tints of Fire Brick #B32714
RGB
CMYK
RGB Variations
Color information
#B32714 (or 0xB32714) is known color: Fire Brick. HEX triplet: B3, 27 and 14. RGB value is (179,39,20). Sum of RGB (Red+Green+Blue) = 179+39+20=238 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.21% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 179 - color contains mainly: red. Hex color #B32714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32714 is #4CD8EB. Grayscale: #4E4E4E. Windows color (decimal): -5036268 or 1320883. OLE color: 1320883.
HSL color Cylindrical-coordinate representation of color #B32714: hue angle of 7.17º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B32714 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 39 | 20 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.30 |
| HSL | 7.17º | 0.8% | 0.39% | - |
| HSV(B) | 7.17º | 0.89% | 0.7% | - |
| XYZ | 19.44 | 11.09 | 1.78 | - |
| YUV | 78.69 | 94.88 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 39 | 20 | 0 | 0.78 | 0.89 | 0.30 | 7.17 | 0.8 | 0.39 |
| Hex | B3 | 27 | 14 | 0 | 4E | 59 | 1E | 7 | 50 | 27 |
| Octal | 263 | 47 | 24 | 0 | 116 | 131 | 36 | 7 | 120 | 47 |
| Binary | 10110011 | 100111 | 10100 | 0 | 1001110 | 1011001 | 11110 | 111 | 1010000 | 100111 |
Color Harmonies of #B32714
Complementary color
Monochromatic Colors of #B32714
Black with #B32714
Text Example
Text Example
White with #B32714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32714; }
p { color: rgb(179,39,20); }
H1.HeaderClassName
{
color: #B32714;
}
.AnyTagClassName
{
color: #B32714;
}
</style>
background-color css
<style>
a { background-color: #B32714; }
a { background-color: rgb(179,39,20); }
div.DivClassName
{
background-color: #B32714;
}
.BgClassName
{
background-color: #B32714;
}
</style>
border-color css
<style>
span { border-color: #B32714; }
span { border-color: rgb(179,39,20); }
td.TdClassName
{
border-color: #B32714;
}
.TagClassName
{
border-color: #B32714;
}
</style>