Shades of Fire Brick #B32F1E
Tints of Fire Brick #B32F1E
RGB
CMYK
RGB Variations
Color information
#B32F1E (or 0xB32F1E) is known color: Fire Brick. HEX triplet: B3, 2F and 1E. RGB value is (179,47,30). Sum of RGB (Red+Green+Blue) = 179+47+30=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32F1E is #4CD0E1. Grayscale: #545454. Windows color (decimal): -5034210 or 1978291. OLE color: 1978291.
HSL color Cylindrical-coordinate representation of color #B32F1E: hue angle of 6.85º 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 #B32F1E is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 47 | 30 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.30 |
| HSL | 6.85º | 0.71% | 0.41% | - |
| HSV(B) | 6.85º | 0.83% | 0.7% | - |
| XYZ | 19.84 | 11.71 | 2.44 | - |
| YUV | 84.53 | 97.23 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 30 | 0 | 0.74 | 0.83 | 0.30 | 6.85 | 0.71 | 0.41 |
| Hex | B3 | 2F | 1E | 0 | 4A | 53 | 1E | 7 | 47 | 29 |
| Octal | 263 | 57 | 36 | 0 | 112 | 123 | 36 | 7 | 107 | 51 |
| Binary | 10110011 | 101111 | 11110 | 0 | 1001010 | 1010011 | 11110 | 111 | 1000111 | 101001 |
Color Harmonies of #B32F1E
Complementary color
Monochromatic Colors of #B32F1E
Black with #B32F1E
Text Example
Text Example
White with #B32F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32F1E; }
p { color: rgb(179,47,30); }
H1.HeaderClassName
{
color: #B32F1E;
}
.AnyTagClassName
{
color: #B32F1E;
}
</style>
background-color css
<style>
a { background-color: #B32F1E; }
a { background-color: rgb(179,47,30); }
div.DivClassName
{
background-color: #B32F1E;
}
.BgClassName
{
background-color: #B32F1E;
}
</style>
border-color css
<style>
span { border-color: #B32F1E; }
span { border-color: rgb(179,47,30); }
td.TdClassName
{
border-color: #B32F1E;
}
.TagClassName
{
border-color: #B32F1E;
}
</style>