Shades of Fire Brick #B1230B
Tints of Fire Brick #B1230B
RGB
CMYK
RGB Variations
Color information
#B1230B (or 0xB1230B) is known color: Fire Brick. HEX triplet: B1, 23 and 0B. RGB value is (177,35,11). Sum of RGB (Red+Green+Blue) = 177+35+11=223 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.37% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 177 - color contains mainly: red. Hex color #B1230B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1230B is #4EDCF4. Grayscale: #4A4A4A. Windows color (decimal): -5168373 or 730033. OLE color: 730033.
HSL color Cylindrical-coordinate representation of color #B1230B: hue angle of 8.67º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1230B is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 11 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.31 |
| HSL | 8.67º | 0.88% | 0.37% | - |
| HSV(B) | 8.67º | 0.94% | 0.69% | - |
| XYZ | 18.79 | 10.57 | 1.37 | - |
| YUV | 74.72 | 92.04 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 11 | 0 | 0.80 | 0.94 | 0.31 | 8.67 | 0.88 | 0.37 |
| Hex | B1 | 23 | B | 0 | 50 | 5E | 1F | 9 | 58 | 25 |
| Octal | 261 | 43 | 13 | 0 | 120 | 136 | 37 | 11 | 130 | 45 |
| Binary | 10110001 | 100011 | 1011 | 0 | 1010000 | 1011110 | 11111 | 1001 | 1011000 | 100101 |
Color Harmonies of #B1230B
Complementary color
Monochromatic Colors of #B1230B
Black with #B1230B
Text Example
Text Example
White with #B1230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1230B; }
p { color: rgb(177,35,11); }
H1.HeaderClassName
{
color: #B1230B;
}
.AnyTagClassName
{
color: #B1230B;
}
</style>
background-color css
<style>
a { background-color: #B1230B; }
a { background-color: rgb(177,35,11); }
div.DivClassName
{
background-color: #B1230B;
}
.BgClassName
{
background-color: #B1230B;
}
</style>
border-color css
<style>
span { border-color: #B1230B; }
span { border-color: rgb(177,35,11); }
td.TdClassName
{
border-color: #B1230B;
}
.TagClassName
{
border-color: #B1230B;
}
</style>