Shades of Fire Brick #B1210B
Tints of Fire Brick #B1210B
RGB
CMYK
RGB Variations
Color information
#B1210B (or 0xB1210B) is known color: Fire Brick. HEX triplet: B1, 21 and 0B. RGB value is (177,33,11). Sum of RGB (Red+Green+Blue) = 177+33+11=221 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.09% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 177 - color contains mainly: red. Hex color #B1210B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1210B is #4EDEF4. Grayscale: #494949. Windows color (decimal): -5168885 or 729521. OLE color: 729521.
HSL color Cylindrical-coordinate representation of color #B1210B: hue angle of 7.95º 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 #B1210B is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 11 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.31 |
| HSL | 7.95º | 0.88% | 0.37% | - |
| HSV(B) | 7.95º | 0.94% | 0.69% | - |
| XYZ | 18.74 | 10.46 | 1.35 | - |
| YUV | 73.55 | 92.71 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 11 | 0 | 0.81 | 0.94 | 0.31 | 7.95 | 0.88 | 0.37 |
| Hex | B1 | 21 | B | 0 | 51 | 5E | 1F | 8 | 58 | 25 |
| Octal | 261 | 41 | 13 | 0 | 121 | 136 | 37 | 10 | 130 | 45 |
| Binary | 10110001 | 100001 | 1011 | 0 | 1010001 | 1011110 | 11111 | 1000 | 1011000 | 100101 |
Color Harmonies of #B1210B
Complementary color
Monochromatic Colors of #B1210B
Black with #B1210B
Text Example
Text Example
White with #B1210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1210B; }
p { color: rgb(177,33,11); }
H1.HeaderClassName
{
color: #B1210B;
}
.AnyTagClassName
{
color: #B1210B;
}
</style>
background-color css
<style>
a { background-color: #B1210B; }
a { background-color: rgb(177,33,11); }
div.DivClassName
{
background-color: #B1210B;
}
.BgClassName
{
background-color: #B1210B;
}
</style>
border-color css
<style>
span { border-color: #B1210B; }
span { border-color: rgb(177,33,11); }
td.TdClassName
{
border-color: #B1210B;
}
.TagClassName
{
border-color: #B1210B;
}
</style>