Shades of Fire Brick #B0231C
Tints of Fire Brick #B0231C
RGB
CMYK
RGB Variations
Color information
#B0231C (or 0xB0231C) is known color: Fire Brick. HEX triplet: B0, 23 and 1C. RGB value is (176,35,28). Sum of RGB (Red+Green+Blue) = 176+35+28=239 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.64% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 176 - color contains mainly: red. Hex color #B0231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0231C is #4FDCE3. Grayscale: #4C4C4C. Windows color (decimal): -5233892 or 1844144. OLE color: 1844144.
HSL color Cylindrical-coordinate representation of color #B0231C: hue angle of 2.84º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0231C is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 35 | 28 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.31 |
| HSL | 2.84º | 0.73% | 0.4% | - |
| HSV(B) | 2.84º | 0.84% | 0.69% | - |
| XYZ | 18.72 | 10.52 | 2.14 | - |
| YUV | 76.36 | 100.71 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 35 | 28 | 0 | 0.80 | 0.84 | 0.31 | 2.84 | 0.73 | 0.4 |
| Hex | B0 | 23 | 1C | 0 | 50 | 54 | 1F | 3 | 49 | 28 |
| Octal | 260 | 43 | 34 | 0 | 120 | 124 | 37 | 3 | 111 | 50 |
| Binary | 10110000 | 100011 | 11100 | 0 | 1010000 | 1010100 | 11111 | 11 | 1001001 | 101000 |
Color Harmonies of #B0231C
Complementary color
Monochromatic Colors of #B0231C
Black with #B0231C
Text Example
Text Example
White with #B0231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0231C; }
p { color: rgb(176,35,28); }
H1.HeaderClassName
{
color: #B0231C;
}
.AnyTagClassName
{
color: #B0231C;
}
</style>
background-color css
<style>
a { background-color: #B0231C; }
a { background-color: rgb(176,35,28); }
div.DivClassName
{
background-color: #B0231C;
}
.BgClassName
{
background-color: #B0231C;
}
</style>
border-color css
<style>
span { border-color: #B0231C; }
span { border-color: rgb(176,35,28); }
td.TdClassName
{
border-color: #B0231C;
}
.TagClassName
{
border-color: #B0231C;
}
</style>