Shades of Fire Brick #B1201B
Tints of Fire Brick #B1201B
RGB
CMYK
RGB Variations
Color information
#B1201B (or 0xB1201B) is known color: Fire Brick. HEX triplet: B1, 20 and 1B. RGB value is (177,32,27). Sum of RGB (Red+Green+Blue) = 177+32+27=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B1201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1201B is #4EDFE4. Grayscale: #4A4A4A. Windows color (decimal): -5169125 or 1777841. OLE color: 1777841.
HSL color Cylindrical-coordinate representation of color #B1201B: hue angle of 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 #B1201B is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 32 | 27 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.31 |
| HSL | 2º | 0.74% | 0.4% | - |
| HSV(B) | 2º | 0.85% | 0.69% | - |
| XYZ | 18.85 | 10.46 | 2.06 | - |
| YUV | 74.79 | 101.04 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 27 | 0 | 0.82 | 0.85 | 0.31 | 2 | 0.74 | 0.4 |
| Hex | B1 | 20 | 1B | 0 | 52 | 55 | 1F | 2 | 4A | 28 |
| Octal | 261 | 40 | 33 | 0 | 122 | 125 | 37 | 2 | 112 | 50 |
| Binary | 10110001 | 100000 | 11011 | 0 | 1010010 | 1010101 | 11111 | 10 | 1001010 | 101000 |
Color Harmonies of #B1201B
Complementary color
Monochromatic Colors of #B1201B
Black with #B1201B
Text Example
Text Example
White with #B1201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1201B; }
p { color: rgb(177,32,27); }
H1.HeaderClassName
{
color: #B1201B;
}
.AnyTagClassName
{
color: #B1201B;
}
</style>
background-color css
<style>
a { background-color: #B1201B; }
a { background-color: rgb(177,32,27); }
div.DivClassName
{
background-color: #B1201B;
}
.BgClassName
{
background-color: #B1201B;
}
</style>
border-color css
<style>
span { border-color: #B1201B; }
span { border-color: rgb(177,32,27); }
td.TdClassName
{
border-color: #B1201B;
}
.TagClassName
{
border-color: #B1201B;
}
</style>