Shades of Fire Brick #B01B0E
Tints of Fire Brick #B01B0E
RGB
CMYK
RGB Variations
Color information
#B01B0E (or 0xB01B0E) is known color: Fire Brick. HEX triplet: B0, 1B and 0E. RGB value is (176,27,14). Sum of RGB (Red+Green+Blue) = 176+27+14=217 (28% of max value = 765). Red value is 176 (69.14% from 255 or 81.11% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 176 - color contains mainly: red. Hex color #B01B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B01B0E is #4FE4F1. Grayscale: #464646. Windows color (decimal): -5235954 or 924592. OLE color: 924592.
HSL color Cylindrical-coordinate representation of color #B01B0E: hue angle of 4.81º 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 #B01B0E is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 27 | 14 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.31 |
| HSL | 4.81º | 0.85% | 0.37% | - |
| HSV(B) | 4.81º | 0.92% | 0.69% | - |
| XYZ | 18.38 | 10.05 | 1.39 | - |
| YUV | 70.07 | 96.36 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 27 | 14 | 0 | 0.85 | 0.92 | 0.31 | 4.81 | 0.85 | 0.37 |
| Hex | B0 | 1B | E | 0 | 55 | 5C | 1F | 5 | 55 | 25 |
| Octal | 260 | 33 | 16 | 0 | 125 | 134 | 37 | 5 | 125 | 45 |
| Binary | 10110000 | 11011 | 1110 | 0 | 1010101 | 1011100 | 11111 | 101 | 1010101 | 100101 |
Color Harmonies of #B01B0E
Complementary color
Monochromatic Colors of #B01B0E
Black with #B01B0E
Text Example
Text Example
White with #B01B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01B0E; }
p { color: rgb(176,27,14); }
H1.HeaderClassName
{
color: #B01B0E;
}
.AnyTagClassName
{
color: #B01B0E;
}
</style>
background-color css
<style>
a { background-color: #B01B0E; }
a { background-color: rgb(176,27,14); }
div.DivClassName
{
background-color: #B01B0E;
}
.BgClassName
{
background-color: #B01B0E;
}
</style>
border-color css
<style>
span { border-color: #B01B0E; }
span { border-color: rgb(176,27,14); }
td.TdClassName
{
border-color: #B01B0E;
}
.TagClassName
{
border-color: #B01B0E;
}
</style>