Shades of Fire Brick #B1210E
Tints of Fire Brick #B1210E
RGB
CMYK
RGB Variations
Color information
#B1210E (or 0xB1210E) is known color: Fire Brick. HEX triplet: B1, 21 and 0E. RGB value is (177,33,14). Sum of RGB (Red+Green+Blue) = 177+33+14=224 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.02% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 177 - color contains mainly: red. Hex color #B1210E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1210E is #4EDEF1. Grayscale: #4A4A4A. Windows color (decimal): -5168882 or 926129. OLE color: 926129.
HSL color Cylindrical-coordinate representation of color #B1210E: hue angle of 6.99º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1210E is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 14 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.31 |
| HSL | 6.99º | 0.85% | 0.37% | - |
| HSV(B) | 6.99º | 0.92% | 0.69% | - |
| XYZ | 18.75 | 10.47 | 1.45 | - |
| YUV | 73.89 | 94.21 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 14 | 0 | 0.81 | 0.92 | 0.31 | 6.99 | 0.85 | 0.37 |
| Hex | B1 | 21 | E | 0 | 51 | 5C | 1F | 7 | 55 | 25 |
| Octal | 261 | 41 | 16 | 0 | 121 | 134 | 37 | 7 | 125 | 45 |
| Binary | 10110001 | 100001 | 1110 | 0 | 1010001 | 1011100 | 11111 | 111 | 1010101 | 100101 |
Color Harmonies of #B1210E
Complementary color
Monochromatic Colors of #B1210E
Black with #B1210E
Text Example
Text Example
White with #B1210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1210E; }
p { color: rgb(177,33,14); }
H1.HeaderClassName
{
color: #B1210E;
}
.AnyTagClassName
{
color: #B1210E;
}
</style>
background-color css
<style>
a { background-color: #B1210E; }
a { background-color: rgb(177,33,14); }
div.DivClassName
{
background-color: #B1210E;
}
.BgClassName
{
background-color: #B1210E;
}
</style>
border-color css
<style>
span { border-color: #B1210E; }
span { border-color: rgb(177,33,14); }
td.TdClassName
{
border-color: #B1210E;
}
.TagClassName
{
border-color: #B1210E;
}
</style>