Shades of Fire Brick #B32F1C
Tints of Fire Brick #B32F1C
RGB
CMYK
RGB Variations
Color information
#B32F1C (or 0xB32F1C) is known color: Fire Brick. HEX triplet: B3, 2F and 1C. RGB value is (179,47,28). Sum of RGB (Red+Green+Blue) = 179+47+28=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32F1C is #4CD0E3. Grayscale: #545454. Windows color (decimal): -5034212 or 1847219. OLE color: 1847219.
HSL color Cylindrical-coordinate representation of color #B32F1C: hue angle of 7.55º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B32F1C is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 47 | 28 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.30 |
| HSL | 7.55º | 0.73% | 0.41% | - |
| HSV(B) | 7.55º | 0.84% | 0.7% | - |
| XYZ | 19.82 | 11.7 | 2.31 | - |
| YUV | 84.3 | 96.23 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 28 | 0 | 0.74 | 0.84 | 0.30 | 7.55 | 0.73 | 0.41 |
| Hex | B3 | 2F | 1C | 0 | 4A | 54 | 1E | 8 | 49 | 29 |
| Octal | 263 | 57 | 34 | 0 | 112 | 124 | 36 | 10 | 111 | 51 |
| Binary | 10110011 | 101111 | 11100 | 0 | 1001010 | 1010100 | 11110 | 1000 | 1001001 | 101001 |
Color Harmonies of #B32F1C
Complementary color
Monochromatic Colors of #B32F1C
Black with #B32F1C
Text Example
Text Example
White with #B32F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32F1C; }
p { color: rgb(179,47,28); }
H1.HeaderClassName
{
color: #B32F1C;
}
.AnyTagClassName
{
color: #B32F1C;
}
</style>
background-color css
<style>
a { background-color: #B32F1C; }
a { background-color: rgb(179,47,28); }
div.DivClassName
{
background-color: #B32F1C;
}
.BgClassName
{
background-color: #B32F1C;
}
</style>
border-color css
<style>
span { border-color: #B32F1C; }
span { border-color: rgb(179,47,28); }
td.TdClassName
{
border-color: #B32F1C;
}
.TagClassName
{
border-color: #B32F1C;
}
</style>