Shades of Fire Brick #B1210A
Tints of Fire Brick #B1210A
RGB
CMYK
RGB Variations
Color information
#B1210A (or 0xB1210A) is known color: Fire Brick. HEX triplet: B1, 21 and 0A. RGB value is (177,33,10). Sum of RGB (Red+Green+Blue) = 177+33+10=220 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.45% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 177 - color contains mainly: red. Hex color #B1210A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1210A is #4EDEF5. Grayscale: #494949. Windows color (decimal): -5168886 or 663985. OLE color: 663985.
HSL color Cylindrical-coordinate representation of color #B1210A: hue angle of 8.26º 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 #B1210A is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 10 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.31 |
| HSL | 8.26º | 0.89% | 0.37% | - |
| HSV(B) | 8.26º | 0.94% | 0.69% | - |
| XYZ | 18.73 | 10.46 | 1.32 | - |
| YUV | 73.43 | 92.21 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 10 | 0 | 0.81 | 0.94 | 0.31 | 8.26 | 0.89 | 0.37 |
| Hex | B1 | 21 | A | 0 | 51 | 5E | 1F | 8 | 59 | 25 |
| Octal | 261 | 41 | 12 | 0 | 121 | 136 | 37 | 10 | 131 | 45 |
| Binary | 10110001 | 100001 | 1010 | 0 | 1010001 | 1011110 | 11111 | 1000 | 1011001 | 100101 |
Color Harmonies of #B1210A
Complementary color
Monochromatic Colors of #B1210A
Black with #B1210A
Text Example
Text Example
White with #B1210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1210A; }
p { color: rgb(177,33,10); }
H1.HeaderClassName
{
color: #B1210A;
}
.AnyTagClassName
{
color: #B1210A;
}
</style>
background-color css
<style>
a { background-color: #B1210A; }
a { background-color: rgb(177,33,10); }
div.DivClassName
{
background-color: #B1210A;
}
.BgClassName
{
background-color: #B1210A;
}
</style>
border-color css
<style>
span { border-color: #B1210A; }
span { border-color: rgb(177,33,10); }
td.TdClassName
{
border-color: #B1210A;
}
.TagClassName
{
border-color: #B1210A;
}
</style>