Shades of Fire Brick #B1230A
Tints of Fire Brick #B1230A
RGB
CMYK
RGB Variations
Color information
#B1230A (or 0xB1230A) is known color: Fire Brick. HEX triplet: B1, 23 and 0A. RGB value is (177,35,10). Sum of RGB (Red+Green+Blue) = 177+35+10=222 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.73% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 177 - color contains mainly: red. Hex color #B1230A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1230A is #4EDCF5. Grayscale: #4A4A4A. Windows color (decimal): -5168374 or 664497. OLE color: 664497.
HSL color Cylindrical-coordinate representation of color #B1230A: hue angle of 8.98º degrees, saturation: 0.89, 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 #B1230A is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 10 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.31 |
| HSL | 8.98º | 0.89% | 0.37% | - |
| HSV(B) | 8.98º | 0.94% | 0.69% | - |
| XYZ | 18.79 | 10.57 | 1.34 | - |
| YUV | 74.61 | 91.54 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 10 | 0 | 0.80 | 0.94 | 0.31 | 8.98 | 0.89 | 0.37 |
| Hex | B1 | 23 | A | 0 | 50 | 5E | 1F | 9 | 59 | 25 |
| Octal | 261 | 43 | 12 | 0 | 120 | 136 | 37 | 11 | 131 | 45 |
| Binary | 10110001 | 100011 | 1010 | 0 | 1010000 | 1011110 | 11111 | 1001 | 1011001 | 100101 |
Color Harmonies of #B1230A
Complementary color
Monochromatic Colors of #B1230A
Black with #B1230A
Text Example
Text Example
White with #B1230A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1230A; }
p { color: rgb(177,35,10); }
H1.HeaderClassName
{
color: #B1230A;
}
.AnyTagClassName
{
color: #B1230A;
}
</style>
background-color css
<style>
a { background-color: #B1230A; }
a { background-color: rgb(177,35,10); }
div.DivClassName
{
background-color: #B1230A;
}
.BgClassName
{
background-color: #B1230A;
}
</style>
border-color css
<style>
span { border-color: #B1230A; }
span { border-color: rgb(177,35,10); }
td.TdClassName
{
border-color: #B1230A;
}
.TagClassName
{
border-color: #B1230A;
}
</style>