Shades of Fire Brick #B32C1F
Tints of Fire Brick #B32C1F
RGB
CMYK
RGB Variations
Color information
#B32C1F (or 0xB32C1F) is known color: Fire Brick. HEX triplet: B3, 2C and 1F. RGB value is (179,44,31). Sum of RGB (Red+Green+Blue) = 179+44+31=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32C1F is #4CD3E0. Grayscale: #535353. Windows color (decimal): -5034977 or 2043059. OLE color: 2043059.
HSL color Cylindrical-coordinate representation of color #B32C1F: hue angle of 5.27º degrees, saturation: 0.7, 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 #B32C1F is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 44 | 31 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.30 |
| HSL | 5.27º | 0.7% | 0.41% | - |
| HSV(B) | 5.27º | 0.83% | 0.7% | - |
| XYZ | 19.74 | 11.48 | 2.47 | - |
| YUV | 82.88 | 98.73 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 31 | 0 | 0.75 | 0.83 | 0.30 | 5.27 | 0.7 | 0.41 |
| Hex | B3 | 2C | 1F | 0 | 4B | 53 | 1E | 5 | 46 | 29 |
| Octal | 263 | 54 | 37 | 0 | 113 | 123 | 36 | 5 | 106 | 51 |
| Binary | 10110011 | 101100 | 11111 | 0 | 1001011 | 1010011 | 11110 | 101 | 1000110 | 101001 |
Color Harmonies of #B32C1F
Complementary color
Monochromatic Colors of #B32C1F
Black with #B32C1F
Text Example
Text Example
White with #B32C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32C1F; }
p { color: rgb(179,44,31); }
H1.HeaderClassName
{
color: #B32C1F;
}
.AnyTagClassName
{
color: #B32C1F;
}
</style>
background-color css
<style>
a { background-color: #B32C1F; }
a { background-color: rgb(179,44,31); }
div.DivClassName
{
background-color: #B32C1F;
}
.BgClassName
{
background-color: #B32C1F;
}
</style>
border-color css
<style>
span { border-color: #B32C1F; }
span { border-color: rgb(179,44,31); }
td.TdClassName
{
border-color: #B32C1F;
}
.TagClassName
{
border-color: #B32C1F;
}
</style>