Shades of Fire Brick #B32713
Tints of Fire Brick #B32713
RGB
CMYK
RGB Variations
Color information
#B32713 (or 0xB32713) is known color: Fire Brick. HEX triplet: B3, 27 and 13. RGB value is (179,39,19). Sum of RGB (Red+Green+Blue) = 179+39+19=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B32713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32713 is #4CD8EC. Grayscale: #4E4E4E. Windows color (decimal): -5036269 or 1255347. OLE color: 1255347.
HSL color Cylindrical-coordinate representation of color #B32713: hue angle of 7.5º degrees, saturation: 0.81, 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 #B32713 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 39 | 19 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.30 |
| HSL | 7.5º | 0.81% | 0.39% | - |
| HSV(B) | 7.5º | 0.89% | 0.7% | - |
| XYZ | 19.43 | 11.08 | 1.73 | - |
| YUV | 78.58 | 94.38 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 39 | 19 | 0 | 0.78 | 0.89 | 0.30 | 7.5 | 0.81 | 0.39 |
| Hex | B3 | 27 | 13 | 0 | 4E | 59 | 1E | 8 | 51 | 27 |
| Octal | 263 | 47 | 23 | 0 | 116 | 131 | 36 | 10 | 121 | 47 |
| Binary | 10110011 | 100111 | 10011 | 0 | 1001110 | 1011001 | 11110 | 1000 | 1010001 | 100111 |
Color Harmonies of #B32713
Complementary color
Monochromatic Colors of #B32713
Black with #B32713
Text Example
Text Example
White with #B32713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32713; }
p { color: rgb(179,39,19); }
H1.HeaderClassName
{
color: #B32713;
}
.AnyTagClassName
{
color: #B32713;
}
</style>
background-color css
<style>
a { background-color: #B32713; }
a { background-color: rgb(179,39,19); }
div.DivClassName
{
background-color: #B32713;
}
.BgClassName
{
background-color: #B32713;
}
</style>
border-color css
<style>
span { border-color: #B32713; }
span { border-color: rgb(179,39,19); }
td.TdClassName
{
border-color: #B32713;
}
.TagClassName
{
border-color: #B32713;
}
</style>