Shades of Fire Brick #B3231C
Tints of Fire Brick #B3231C
RGB
CMYK
RGB Variations
Color information
#B3231C (or 0xB3231C) is known color: Fire Brick. HEX triplet: B3, 23 and 1C. RGB value is (179,35,28). Sum of RGB (Red+Green+Blue) = 179+35+28=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B3231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3231C is #4CDCE3. Grayscale: #4D4D4D. Windows color (decimal): -5037284 or 1844147. OLE color: 1844147.
HSL color Cylindrical-coordinate representation of color #B3231C: hue angle of 2.78º 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 #B3231C is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 28 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.30 |
| HSL | 2.78º | 0.73% | 0.41% | - |
| HSV(B) | 2.78º | 0.84% | 0.7% | - |
| XYZ | 19.4 | 10.87 | 2.17 | - |
| YUV | 77.26 | 100.21 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 28 | 0 | 0.80 | 0.84 | 0.30 | 2.78 | 0.73 | 0.41 |
| Hex | B3 | 23 | 1C | 0 | 50 | 54 | 1E | 3 | 49 | 29 |
| Octal | 263 | 43 | 34 | 0 | 120 | 124 | 36 | 3 | 111 | 51 |
| Binary | 10110011 | 100011 | 11100 | 0 | 1010000 | 1010100 | 11110 | 11 | 1001001 | 101001 |
Color Harmonies of #B3231C
Complementary color
Monochromatic Colors of #B3231C
Black with #B3231C
Text Example
Text Example
White with #B3231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3231C; }
p { color: rgb(179,35,28); }
H1.HeaderClassName
{
color: #B3231C;
}
.AnyTagClassName
{
color: #B3231C;
}
</style>
background-color css
<style>
a { background-color: #B3231C; }
a { background-color: rgb(179,35,28); }
div.DivClassName
{
background-color: #B3231C;
}
.BgClassName
{
background-color: #B3231C;
}
</style>
border-color css
<style>
span { border-color: #B3231C; }
span { border-color: rgb(179,35,28); }
td.TdClassName
{
border-color: #B3231C;
}
.TagClassName
{
border-color: #B3231C;
}
</style>