Shades of Fire Brick #B01010
Tints of Fire Brick #B01010
RGB
CMYK
RGB Variations
Color information
#B01010 (or 0xB01010) is known color: Fire Brick. HEX triplet: B0, 10 and 10. RGB value is (176,16,16). Sum of RGB (Red+Green+Blue) = 176+16+16=208 (27% of max value = 765). Red value is 176 (69.14% from 255 or 84.62% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 176 - color contains mainly: red. Hex color #B01010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01010 is #4FEFEF. Grayscale: #3F3F3F. Windows color (decimal): -5238768 or 1052848. OLE color: 1052848.
HSL color Cylindrical-coordinate representation of color #B01010: hue angle of 0º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B01010 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 16 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.31 |
| HSL | 0º | 0.83% | 0.38% | - |
| HSV(B) | 0º | 0.91% | 0.69% | - |
| XYZ | 18.18 | 9.64 | 1.39 | - |
| YUV | 63.84 | 101.01 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 16 | 0 | 0.91 | 0.91 | 0.31 | 0 | 0.83 | 0.38 |
| Hex | B0 | 10 | 10 | 0 | 5B | 5B | 1F | 0 | 53 | 26 |
| Octal | 260 | 20 | 20 | 0 | 133 | 133 | 37 | 0 | 123 | 46 |
| Binary | 10110000 | 10000 | 10000 | 0 | 1011011 | 1011011 | 11111 | 0 | 1010011 | 100110 |
Color Harmonies of #B01010
Complementary color
Monochromatic Colors of #B01010
Black with #B01010
Text Example
Text Example
White with #B01010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01010; }
p { color: rgb(176,16,16); }
H1.HeaderClassName
{
color: #B01010;
}
.AnyTagClassName
{
color: #B01010;
}
</style>
background-color css
<style>
a { background-color: #B01010; }
a { background-color: rgb(176,16,16); }
div.DivClassName
{
background-color: #B01010;
}
.BgClassName
{
background-color: #B01010;
}
</style>
border-color css
<style>
span { border-color: #B01010; }
span { border-color: rgb(176,16,16); }
td.TdClassName
{
border-color: #B01010;
}
.TagClassName
{
border-color: #B01010;
}
</style>