Shades of Fire Brick #B3231B
Tints of Fire Brick #B3231B
RGB
CMYK
RGB Variations
Color information
#B3231B (or 0xB3231B) is known color: Fire Brick. HEX triplet: B3, 23 and 1B. RGB value is (179,35,27). Sum of RGB (Red+Green+Blue) = 179+35+27=241 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.27% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 179 - color contains mainly: red. Hex color #B3231B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3231B is #4CDCE4. Grayscale: #4D4D4D. Windows color (decimal): -5037285 or 1778611. OLE color: 1778611.
HSL color Cylindrical-coordinate representation of color #B3231B: hue angle of 3.16º degrees, saturation: 0.74, 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 #B3231B is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 27 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.30 |
| HSL | 3.16º | 0.74% | 0.4% | - |
| HSV(B) | 3.16º | 0.85% | 0.7% | - |
| XYZ | 19.39 | 10.86 | 2.11 | - |
| YUV | 77.14 | 99.71 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 27 | 0 | 0.80 | 0.85 | 0.30 | 3.16 | 0.74 | 0.4 |
| Hex | B3 | 23 | 1B | 0 | 50 | 55 | 1E | 3 | 4A | 28 |
| Octal | 263 | 43 | 33 | 0 | 120 | 125 | 36 | 3 | 112 | 50 |
| Binary | 10110011 | 100011 | 11011 | 0 | 1010000 | 1010101 | 11110 | 11 | 1001010 | 101000 |
Color Harmonies of #B3231B
Complementary color
Monochromatic Colors of #B3231B
Black with #B3231B
Text Example
Text Example
White with #B3231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3231B; }
p { color: rgb(179,35,27); }
H1.HeaderClassName
{
color: #B3231B;
}
.AnyTagClassName
{
color: #B3231B;
}
</style>
background-color css
<style>
a { background-color: #B3231B; }
a { background-color: rgb(179,35,27); }
div.DivClassName
{
background-color: #B3231B;
}
.BgClassName
{
background-color: #B3231B;
}
</style>
border-color css
<style>
span { border-color: #B3231B; }
span { border-color: rgb(179,35,27); }
td.TdClassName
{
border-color: #B3231B;
}
.TagClassName
{
border-color: #B3231B;
}
</style>