Shades of Fire Brick #B0201B
Tints of Fire Brick #B0201B
RGB
CMYK
RGB Variations
Color information
#B0201B (or 0xB0201B) is known color: Fire Brick. HEX triplet: B0, 20 and 1B. RGB value is (176,32,27). Sum of RGB (Red+Green+Blue) = 176+32+27=235 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.89% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 176 - color contains mainly: red. Hex color #B0201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0201B is #4FDFE4. Grayscale: #4A4A4A. Windows color (decimal): -5234661 or 1777840. OLE color: 1777840.
HSL color Cylindrical-coordinate representation of color #B0201B: hue angle of 2.01º 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 #B0201B is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 27 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.31 |
| HSL | 2.01º | 0.73% | 0.4% | - |
| HSV(B) | 2.01º | 0.85% | 0.69% | - |
| XYZ | 18.62 | 10.34 | 2.05 | - |
| YUV | 74.49 | 101.21 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 27 | 0 | 0.82 | 0.85 | 0.31 | 2.01 | 0.73 | 0.4 |
| Hex | B0 | 20 | 1B | 0 | 52 | 55 | 1F | 2 | 49 | 28 |
| Octal | 260 | 40 | 33 | 0 | 122 | 125 | 37 | 2 | 111 | 50 |
| Binary | 10110000 | 100000 | 11011 | 0 | 1010010 | 1010101 | 11111 | 10 | 1001001 | 101000 |
Color Harmonies of #B0201B
Complementary color
Monochromatic Colors of #B0201B
Black with #B0201B
Text Example
Text Example
White with #B0201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0201B; }
p { color: rgb(176,32,27); }
H1.HeaderClassName
{
color: #B0201B;
}
.AnyTagClassName
{
color: #B0201B;
}
</style>
background-color css
<style>
a { background-color: #B0201B; }
a { background-color: rgb(176,32,27); }
div.DivClassName
{
background-color: #B0201B;
}
.BgClassName
{
background-color: #B0201B;
}
</style>
border-color css
<style>
span { border-color: #B0201B; }
span { border-color: rgb(176,32,27); }
td.TdClassName
{
border-color: #B0201B;
}
.TagClassName
{
border-color: #B0201B;
}
</style>