Shades of Fire Brick #B0201F
Tints of Fire Brick #B0201F
RGB
CMYK
RGB Variations
Color information
#B0201F (or 0xB0201F) is known color: Fire Brick. HEX triplet: B0, 20 and 1F. RGB value is (176,32,31). Sum of RGB (Red+Green+Blue) = 176+32+31=239 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.64% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 176 - color contains mainly: red. Hex color #B0201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0201F is #4FDFE0. Grayscale: #4B4B4B. Windows color (decimal): -5234657 or 2039984. OLE color: 2039984.
HSL color Cylindrical-coordinate representation of color #B0201F: hue angle of 0.41º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0201F is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 31 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.31 |
| HSL | 0.41º | 0.7% | 0.41% | - |
| HSV(B) | 0.41º | 0.82% | 0.69% | - |
| XYZ | 18.67 | 10.36 | 2.31 | - |
| YUV | 74.94 | 103.21 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 31 | 0 | 0.82 | 0.82 | 0.31 | 0.41 | 0.7 | 0.41 |
| Hex | B0 | 20 | 1F | 0 | 52 | 52 | 1F | 0 | 46 | 29 |
| Octal | 260 | 40 | 37 | 0 | 122 | 122 | 37 | 0 | 106 | 51 |
| Binary | 10110000 | 100000 | 11111 | 0 | 1010010 | 1010010 | 11111 | 0 | 1000110 | 101001 |
Color Harmonies of #B0201F
Complementary color
Monochromatic Colors of #B0201F
Black with #B0201F
Text Example
Text Example
White with #B0201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0201F; }
p { color: rgb(176,32,31); }
H1.HeaderClassName
{
color: #B0201F;
}
.AnyTagClassName
{
color: #B0201F;
}
</style>
background-color css
<style>
a { background-color: #B0201F; }
a { background-color: rgb(176,32,31); }
div.DivClassName
{
background-color: #B0201F;
}
.BgClassName
{
background-color: #B0201F;
}
</style>
border-color css
<style>
span { border-color: #B0201F; }
span { border-color: rgb(176,32,31); }
td.TdClassName
{
border-color: #B0201F;
}
.TagClassName
{
border-color: #B0201F;
}
</style>