Shades of Fire Brick #B0231A
Tints of Fire Brick #B0231A
RGB
CMYK
RGB Variations
Color information
#B0231A (or 0xB0231A) is known color: Fire Brick. HEX triplet: B0, 23 and 1A. RGB value is (176,35,26). Sum of RGB (Red+Green+Blue) = 176+35+26=237 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.26% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 176 - color contains mainly: red. Hex color #B0231A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0231A is #4FDCE5. Grayscale: #4C4C4C. Windows color (decimal): -5233894 or 1713072. OLE color: 1713072.
HSL color Cylindrical-coordinate representation of color #B0231A: hue angle of 3.6º degrees, saturation: 0.74, 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 #B0231A is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 35 | 26 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.31 |
| HSL | 3.6º | 0.74% | 0.4% | - |
| HSV(B) | 3.6º | 0.85% | 0.69% | - |
| XYZ | 18.69 | 10.51 | 2.02 | - |
| YUV | 76.13 | 99.71 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 35 | 26 | 0 | 0.80 | 0.85 | 0.31 | 3.6 | 0.74 | 0.4 |
| Hex | B0 | 23 | 1A | 0 | 50 | 55 | 1F | 4 | 4A | 28 |
| Octal | 260 | 43 | 32 | 0 | 120 | 125 | 37 | 4 | 112 | 50 |
| Binary | 10110000 | 100011 | 11010 | 0 | 1010000 | 1010101 | 11111 | 100 | 1001010 | 101000 |
Color Harmonies of #B0231A
Complementary color
Monochromatic Colors of #B0231A
Black with #B0231A
Text Example
Text Example
White with #B0231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0231A; }
p { color: rgb(176,35,26); }
H1.HeaderClassName
{
color: #B0231A;
}
.AnyTagClassName
{
color: #B0231A;
}
</style>
background-color css
<style>
a { background-color: #B0231A; }
a { background-color: rgb(176,35,26); }
div.DivClassName
{
background-color: #B0231A;
}
.BgClassName
{
background-color: #B0231A;
}
</style>
border-color css
<style>
span { border-color: #B0231A; }
span { border-color: rgb(176,35,26); }
td.TdClassName
{
border-color: #B0231A;
}
.TagClassName
{
border-color: #B0231A;
}
</style>