Shades of Fire Brick #B01D1B
Tints of Fire Brick #B01D1B
RGB
CMYK
RGB Variations
Color information
#B01D1B (or 0xB01D1B) is known color: Fire Brick. HEX triplet: B0, 1D and 1B. RGB value is (176,29,27). Sum of RGB (Red+Green+Blue) = 176+29+27=232 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.86% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01D1B is #4FE2E4. Grayscale: #484848. Windows color (decimal): -5235429 or 1777072. OLE color: 1777072.
HSL color Cylindrical-coordinate representation of color #B01D1B: hue angle of 0.81º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01D1B is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 29 | 27 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.31 |
| HSL | 0.81º | 0.73% | 0.4% | - |
| HSV(B) | 0.81º | 0.85% | 0.69% | - |
| XYZ | 18.54 | 10.19 | 2.03 | - |
| YUV | 72.73 | 102.2 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 29 | 27 | 0 | 0.84 | 0.85 | 0.31 | 0.81 | 0.73 | 0.4 |
| Hex | B0 | 1D | 1B | 0 | 54 | 55 | 1F | 1 | 49 | 28 |
| Octal | 260 | 35 | 33 | 0 | 124 | 125 | 37 | 1 | 111 | 50 |
| Binary | 10110000 | 11101 | 11011 | 0 | 1010100 | 1010101 | 11111 | 1 | 1001001 | 101000 |
Color Harmonies of #B01D1B
Complementary color
Monochromatic Colors of #B01D1B
Black with #B01D1B
Text Example
Text Example
White with #B01D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01D1B; }
p { color: rgb(176,29,27); }
H1.HeaderClassName
{
color: #B01D1B;
}
.AnyTagClassName
{
color: #B01D1B;
}
</style>
background-color css
<style>
a { background-color: #B01D1B; }
a { background-color: rgb(176,29,27); }
div.DivClassName
{
background-color: #B01D1B;
}
.BgClassName
{
background-color: #B01D1B;
}
</style>
border-color css
<style>
span { border-color: #B01D1B; }
span { border-color: rgb(176,29,27); }
td.TdClassName
{
border-color: #B01D1B;
}
.TagClassName
{
border-color: #B01D1B;
}
</style>