Shades of Fire Brick #B32D23
Tints of Fire Brick #B32D23
RGB
CMYK
RGB Variations
Color information
#B32D23 (or 0xB32D23) is known color: Fire Brick. HEX triplet: B3, 2D and 23. RGB value is (179,45,35). Sum of RGB (Red+Green+Blue) = 179+45+35=259 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.11% from 259); Green value is 45 (17.97% from 255 or 17.37% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32D23 is #4CD2DC. Grayscale: #545454. Windows color (decimal): -5034717 or 2305459. OLE color: 2305459.
HSL color Cylindrical-coordinate representation of color #B32D23: hue angle of 4.17º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32D23 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 35 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.30 |
| HSL | 4.17º | 0.67% | 0.42% | - |
| HSV(B) | 4.17º | 0.8% | 0.7% | - |
| XYZ | 19.83 | 11.58 | 2.78 | - |
| YUV | 83.93 | 100.39 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 35 | 0 | 0.75 | 0.80 | 0.30 | 4.17 | 0.67 | 0.42 |
| Hex | B3 | 2D | 23 | 0 | 4B | 50 | 1E | 4 | 43 | 2A |
| Octal | 263 | 55 | 43 | 0 | 113 | 120 | 36 | 4 | 103 | 52 |
| Binary | 10110011 | 101101 | 100011 | 0 | 1001011 | 1010000 | 11110 | 100 | 1000011 | 101010 |
Color Harmonies of #B32D23
Complementary color
Monochromatic Colors of #B32D23
Black with #B32D23
Text Example
Text Example
White with #B32D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D23; }
p { color: rgb(179,45,35); }
H1.HeaderClassName
{
color: #B32D23;
}
.AnyTagClassName
{
color: #B32D23;
}
</style>
background-color css
<style>
a { background-color: #B32D23; }
a { background-color: rgb(179,45,35); }
div.DivClassName
{
background-color: #B32D23;
}
.BgClassName
{
background-color: #B32D23;
}
</style>
border-color css
<style>
span { border-color: #B32D23; }
span { border-color: rgb(179,45,35); }
td.TdClassName
{
border-color: #B32D23;
}
.TagClassName
{
border-color: #B32D23;
}
</style>