Shades of Fire Brick #B1281B
Tints of Fire Brick #B1281B
RGB
CMYK
RGB Variations
Color information
#B1281B (or 0xB1281B) is known color: Fire Brick. HEX triplet: B1, 28 and 1B. RGB value is (177,40,27). Sum of RGB (Red+Green+Blue) = 177+40+27=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B1281B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1281B is #4ED7E4. Grayscale: #4F4F4F. Windows color (decimal): -5167077 or 1779889. OLE color: 1779889.
HSL color Cylindrical-coordinate representation of color #B1281B: hue angle of 5.2º 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 #B1281B is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 40 | 27 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.31 |
| HSL | 5.2º | 0.74% | 0.4% | - |
| HSV(B) | 5.2º | 0.85% | 0.69% | - |
| XYZ | 19.09 | 10.94 | 2.14 | - |
| YUV | 79.48 | 98.39 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 40 | 27 | 0 | 0.77 | 0.85 | 0.31 | 5.2 | 0.74 | 0.4 |
| Hex | B1 | 28 | 1B | 0 | 4D | 55 | 1F | 5 | 4A | 28 |
| Octal | 261 | 50 | 33 | 0 | 115 | 125 | 37 | 5 | 112 | 50 |
| Binary | 10110001 | 101000 | 11011 | 0 | 1001101 | 1010101 | 11111 | 101 | 1001010 | 101000 |
Color Harmonies of #B1281B
Complementary color
Monochromatic Colors of #B1281B
Black with #B1281B
Text Example
Text Example
White with #B1281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1281B; }
p { color: rgb(177,40,27); }
H1.HeaderClassName
{
color: #B1281B;
}
.AnyTagClassName
{
color: #B1281B;
}
</style>
background-color css
<style>
a { background-color: #B1281B; }
a { background-color: rgb(177,40,27); }
div.DivClassName
{
background-color: #B1281B;
}
.BgClassName
{
background-color: #B1281B;
}
</style>
border-color css
<style>
span { border-color: #B1281B; }
span { border-color: rgb(177,40,27); }
td.TdClassName
{
border-color: #B1281B;
}
.TagClassName
{
border-color: #B1281B;
}
</style>