Shades of Fire Brick #B32F23
Tints of Fire Brick #B32F23
RGB
CMYK
RGB Variations
Color information
#B32F23 (or 0xB32F23) is known color: Fire Brick. HEX triplet: B3, 2F and 23. RGB value is (179,47,35). Sum of RGB (Red+Green+Blue) = 179+47+35=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32F23 is #4CD0DC. Grayscale: #555555. Windows color (decimal): -5034205 or 2305971. OLE color: 2305971.
HSL color Cylindrical-coordinate representation of color #B32F23: hue angle of 5º 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 #B32F23 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 47 | 35 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.30 |
| HSL | 5º | 0.67% | 0.42% | - |
| HSV(B) | 5º | 0.8% | 0.7% | - |
| XYZ | 19.91 | 11.74 | 2.81 | - |
| YUV | 85.1 | 99.73 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 35 | 0 | 0.74 | 0.80 | 0.30 | 5 | 0.67 | 0.42 |
| Hex | B3 | 2F | 23 | 0 | 4A | 50 | 1E | 5 | 43 | 2A |
| Octal | 263 | 57 | 43 | 0 | 112 | 120 | 36 | 5 | 103 | 52 |
| Binary | 10110011 | 101111 | 100011 | 0 | 1001010 | 1010000 | 11110 | 101 | 1000011 | 101010 |
Color Harmonies of #B32F23
Complementary color
Monochromatic Colors of #B32F23
Black with #B32F23
Text Example
Text Example
White with #B32F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32F23; }
p { color: rgb(179,47,35); }
H1.HeaderClassName
{
color: #B32F23;
}
.AnyTagClassName
{
color: #B32F23;
}
</style>
background-color css
<style>
a { background-color: #B32F23; }
a { background-color: rgb(179,47,35); }
div.DivClassName
{
background-color: #B32F23;
}
.BgClassName
{
background-color: #B32F23;
}
</style>
border-color css
<style>
span { border-color: #B32F23; }
span { border-color: rgb(179,47,35); }
td.TdClassName
{
border-color: #B32F23;
}
.TagClassName
{
border-color: #B32F23;
}
</style>