Shades of Fire Brick #B01E06
Tints of Fire Brick #B01E06
RGB
CMYK
RGB Variations
Color information
#B01E06 (or 0xB01E06) is known color: Fire Brick. HEX triplet: B0, 1E and 06. RGB value is (176,30,6). Sum of RGB (Red+Green+Blue) = 176+30+6=212 (28% of max value = 765). Red value is 176 (69.14% from 255 or 83.02% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 176 - color contains mainly: red. Hex color #B01E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B01E06 is #4FE1F9. Grayscale: #474747. Windows color (decimal): -5235194 or 401072. OLE color: 401072.
HSL color Cylindrical-coordinate representation of color #B01E06: hue angle of 8.47º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B01E06 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 30 | 6 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.31 |
| HSL | 8.47º | 0.93% | 0.36% | - |
| HSV(B) | 8.47º | 0.97% | 0.69% | - |
| XYZ | 18.4 | 10.17 | 1.17 | - |
| YUV | 70.92 | 91.37 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 30 | 6 | 0 | 0.83 | 0.97 | 0.31 | 8.47 | 0.93 | 0.36 |
| Hex | B0 | 1E | 6 | 0 | 53 | 61 | 1F | 8 | 5D | 24 |
| Octal | 260 | 36 | 6 | 0 | 123 | 141 | 37 | 10 | 135 | 44 |
| Binary | 10110000 | 11110 | 110 | 0 | 1010011 | 1100001 | 11111 | 1000 | 1011101 | 100100 |
Color Harmonies of #B01E06
Complementary color
Monochromatic Colors of #B01E06
Black with #B01E06
Text Example
Text Example
White with #B01E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01E06; }
p { color: rgb(176,30,6); }
H1.HeaderClassName
{
color: #B01E06;
}
.AnyTagClassName
{
color: #B01E06;
}
</style>
background-color css
<style>
a { background-color: #B01E06; }
a { background-color: rgb(176,30,6); }
div.DivClassName
{
background-color: #B01E06;
}
.BgClassName
{
background-color: #B01E06;
}
</style>
border-color css
<style>
span { border-color: #B01E06; }
span { border-color: rgb(176,30,6); }
td.TdClassName
{
border-color: #B01E06;
}
.TagClassName
{
border-color: #B01E06;
}
</style>