Shades of Fire Brick #B1200B
Tints of Fire Brick #B1200B
RGB
CMYK
RGB Variations
Color information
#B1200B (or 0xB1200B) is known color: Fire Brick. HEX triplet: B1, 20 and 0B. RGB value is (177,32,11). Sum of RGB (Red+Green+Blue) = 177+32+11=220 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.45% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 177 - color contains mainly: red. Hex color #B1200B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1200B is #4EDFF4. Grayscale: #494949. Windows color (decimal): -5169141 or 729265. OLE color: 729265.
HSL color Cylindrical-coordinate representation of color #B1200B: hue angle of 7.59º 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 #B1200B is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 32 | 11 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.31 |
| HSL | 7.59º | 0.88% | 0.37% | - |
| HSV(B) | 7.59º | 0.94% | 0.69% | - |
| XYZ | 18.71 | 10.4 | 1.34 | - |
| YUV | 72.96 | 93.04 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 11 | 0 | 0.82 | 0.94 | 0.31 | 7.59 | 0.88 | 0.37 |
| Hex | B1 | 20 | B | 0 | 52 | 5E | 1F | 8 | 58 | 25 |
| Octal | 261 | 40 | 13 | 0 | 122 | 136 | 37 | 10 | 130 | 45 |
| Binary | 10110001 | 100000 | 1011 | 0 | 1010010 | 1011110 | 11111 | 1000 | 1011000 | 100101 |
Color Harmonies of #B1200B
Complementary color
Monochromatic Colors of #B1200B
Black with #B1200B
Text Example
Text Example
White with #B1200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1200B; }
p { color: rgb(177,32,11); }
H1.HeaderClassName
{
color: #B1200B;
}
.AnyTagClassName
{
color: #B1200B;
}
</style>
background-color css
<style>
a { background-color: #B1200B; }
a { background-color: rgb(177,32,11); }
div.DivClassName
{
background-color: #B1200B;
}
.BgClassName
{
background-color: #B1200B;
}
</style>
border-color css
<style>
span { border-color: #B1200B; }
span { border-color: rgb(177,32,11); }
td.TdClassName
{
border-color: #B1200B;
}
.TagClassName
{
border-color: #B1200B;
}
</style>