Shades of Fire Brick #B32C1E
Tints of Fire Brick #B32C1E
RGB
CMYK
RGB Variations
Color information
#B32C1E (or 0xB32C1E) is known color: Fire Brick. HEX triplet: B3, 2C and 1E. RGB value is (179,44,30). Sum of RGB (Red+Green+Blue) = 179+44+30=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32C1E is #4CD3E1. Grayscale: #525252. Windows color (decimal): -5034978 or 1977523. OLE color: 1977523.
HSL color Cylindrical-coordinate representation of color #B32C1E: hue angle of 5.64º 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 #B32C1E is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 44 | 30 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.30 |
| HSL | 5.64º | 0.71% | 0.41% | - |
| HSV(B) | 5.64º | 0.83% | 0.7% | - |
| XYZ | 19.73 | 11.48 | 2.4 | - |
| YUV | 82.77 | 98.23 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 30 | 0 | 0.75 | 0.83 | 0.30 | 5.64 | 0.71 | 0.41 |
| Hex | B3 | 2C | 1E | 0 | 4B | 53 | 1E | 6 | 47 | 29 |
| Octal | 263 | 54 | 36 | 0 | 113 | 123 | 36 | 6 | 107 | 51 |
| Binary | 10110011 | 101100 | 11110 | 0 | 1001011 | 1010011 | 11110 | 110 | 1000111 | 101001 |
Color Harmonies of #B32C1E
Complementary color
Monochromatic Colors of #B32C1E
Black with #B32C1E
Text Example
Text Example
White with #B32C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32C1E; }
p { color: rgb(179,44,30); }
H1.HeaderClassName
{
color: #B32C1E;
}
.AnyTagClassName
{
color: #B32C1E;
}
</style>
background-color css
<style>
a { background-color: #B32C1E; }
a { background-color: rgb(179,44,30); }
div.DivClassName
{
background-color: #B32C1E;
}
.BgClassName
{
background-color: #B32C1E;
}
</style>
border-color css
<style>
span { border-color: #B32C1E; }
span { border-color: rgb(179,44,30); }
td.TdClassName
{
border-color: #B32C1E;
}
.TagClassName
{
border-color: #B32C1E;
}
</style>