Shades of Fire Brick #B32E1A
Tints of Fire Brick #B32E1A
RGB
CMYK
RGB Variations
Color information
#B32E1A (or 0xB32E1A) is known color: Fire Brick. HEX triplet: B3, 2E and 1A. RGB value is (179,46,26). Sum of RGB (Red+Green+Blue) = 179+46+26=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32E1A is #4CD1E5. Grayscale: #535353. Windows color (decimal): -5034470 or 1715891. OLE color: 1715891.
HSL color Cylindrical-coordinate representation of color #B32E1A: hue angle of 7.84º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B32E1A is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 46 | 26 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.30 |
| HSL | 7.84º | 0.75% | 0.4% | - |
| HSV(B) | 7.84º | 0.85% | 0.7% | - |
| XYZ | 19.75 | 11.61 | 2.18 | - |
| YUV | 83.49 | 95.56 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 46 | 26 | 0 | 0.74 | 0.85 | 0.30 | 7.84 | 0.75 | 0.4 |
| Hex | B3 | 2E | 1A | 0 | 4A | 55 | 1E | 8 | 4B | 28 |
| Octal | 263 | 56 | 32 | 0 | 112 | 125 | 36 | 10 | 113 | 50 |
| Binary | 10110011 | 101110 | 11010 | 0 | 1001010 | 1010101 | 11110 | 1000 | 1001011 | 101000 |
Color Harmonies of #B32E1A
Complementary color
Monochromatic Colors of #B32E1A
Black with #B32E1A
Text Example
Text Example
White with #B32E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32E1A; }
p { color: rgb(179,46,26); }
H1.HeaderClassName
{
color: #B32E1A;
}
.AnyTagClassName
{
color: #B32E1A;
}
</style>
background-color css
<style>
a { background-color: #B32E1A; }
a { background-color: rgb(179,46,26); }
div.DivClassName
{
background-color: #B32E1A;
}
.BgClassName
{
background-color: #B32E1A;
}
</style>
border-color css
<style>
span { border-color: #B32E1A; }
span { border-color: rgb(179,46,26); }
td.TdClassName
{
border-color: #B32E1A;
}
.TagClassName
{
border-color: #B32E1A;
}
</style>