Shades of Fire Brick #B1270D
Tints of Fire Brick #B1270D
RGB
CMYK
RGB Variations
Color information
#B1270D (or 0xB1270D) is known color: Fire Brick. HEX triplet: B1, 27 and 0D. RGB value is (177,39,13). Sum of RGB (Red+Green+Blue) = 177+39+13=229 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.29% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 177 - color contains mainly: red. Hex color #B1270D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1270D is #4ED8F2. Grayscale: #4D4D4D. Windows color (decimal): -5167347 or 862129. OLE color: 862129.
HSL color Cylindrical-coordinate representation of color #B1270D: hue angle of 9.51º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1270D is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 39 | 13 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.31 |
| HSL | 9.51º | 0.86% | 0.37% | - |
| HSV(B) | 9.51º | 0.93% | 0.69% | - |
| XYZ | 18.93 | 10.83 | 1.47 | - |
| YUV | 77.3 | 91.72 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 13 | 0 | 0.78 | 0.93 | 0.31 | 9.51 | 0.86 | 0.37 |
| Hex | B1 | 27 | D | 0 | 4E | 5D | 1F | A | 56 | 25 |
| Octal | 261 | 47 | 15 | 0 | 116 | 135 | 37 | 12 | 126 | 45 |
| Binary | 10110001 | 100111 | 1101 | 0 | 1001110 | 1011101 | 11111 | 1010 | 1010110 | 100101 |
Color Harmonies of #B1270D
Complementary color
Monochromatic Colors of #B1270D
Black with #B1270D
Text Example
Text Example
White with #B1270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1270D; }
p { color: rgb(177,39,13); }
H1.HeaderClassName
{
color: #B1270D;
}
.AnyTagClassName
{
color: #B1270D;
}
</style>
background-color css
<style>
a { background-color: #B1270D; }
a { background-color: rgb(177,39,13); }
div.DivClassName
{
background-color: #B1270D;
}
.BgClassName
{
background-color: #B1270D;
}
</style>
border-color css
<style>
span { border-color: #B1270D; }
span { border-color: rgb(177,39,13); }
td.TdClassName
{
border-color: #B1270D;
}
.TagClassName
{
border-color: #B1270D;
}
</style>