Shades of Fire Brick #B0231B
Tints of Fire Brick #B0231B
RGB
CMYK
RGB Variations
Color information
#B0231B (or 0xB0231B) is known color: Fire Brick. HEX triplet: B0, 23 and 1B. RGB value is (176,35,27). Sum of RGB (Red+Green+Blue) = 176+35+27=238 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.95% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 176 - color contains mainly: red. Hex color #B0231B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0231B is #4FDCE4. Grayscale: #4C4C4C. Windows color (decimal): -5233893 or 1778608. OLE color: 1778608.
HSL color Cylindrical-coordinate representation of color #B0231B: hue angle of 3.22º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0231B is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 35 | 27 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.31 |
| HSL | 3.22º | 0.73% | 0.4% | - |
| HSV(B) | 3.22º | 0.85% | 0.69% | - |
| XYZ | 18.7 | 10.51 | 2.08 | - |
| YUV | 76.25 | 100.21 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 35 | 27 | 0 | 0.80 | 0.85 | 0.31 | 3.22 | 0.73 | 0.4 |
| Hex | B0 | 23 | 1B | 0 | 50 | 55 | 1F | 3 | 49 | 28 |
| Octal | 260 | 43 | 33 | 0 | 120 | 125 | 37 | 3 | 111 | 50 |
| Binary | 10110000 | 100011 | 11011 | 0 | 1010000 | 1010101 | 11111 | 11 | 1001001 | 101000 |
Color Harmonies of #B0231B
Complementary color
Monochromatic Colors of #B0231B
Black with #B0231B
Text Example
Text Example
White with #B0231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0231B; }
p { color: rgb(176,35,27); }
H1.HeaderClassName
{
color: #B0231B;
}
.AnyTagClassName
{
color: #B0231B;
}
</style>
background-color css
<style>
a { background-color: #B0231B; }
a { background-color: rgb(176,35,27); }
div.DivClassName
{
background-color: #B0231B;
}
.BgClassName
{
background-color: #B0231B;
}
</style>
border-color css
<style>
span { border-color: #B0231B; }
span { border-color: rgb(176,35,27); }
td.TdClassName
{
border-color: #B0231B;
}
.TagClassName
{
border-color: #B0231B;
}
</style>