Shades of Fire Brick #B0201C
Tints of Fire Brick #B0201C
RGB
CMYK
RGB Variations
Color information
#B0201C (or 0xB0201C) is known color: Fire Brick. HEX triplet: B0, 20 and 1C. RGB value is (176,32,28). Sum of RGB (Red+Green+Blue) = 176+32+28=236 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.58% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 176 - color contains mainly: red. Hex color #B0201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0201C is #4FDFE3. Grayscale: #4A4A4A. Windows color (decimal): -5234660 or 1843376. OLE color: 1843376.
HSL color Cylindrical-coordinate representation of color #B0201C: hue angle of 1.62º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0201C is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 28 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.31 |
| HSL | 1.62º | 0.73% | 0.4% | - |
| HSV(B) | 1.62º | 0.84% | 0.69% | - |
| XYZ | 18.63 | 10.35 | 2.11 | - |
| YUV | 74.6 | 101.71 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 28 | 0 | 0.82 | 0.84 | 0.31 | 1.62 | 0.73 | 0.4 |
| Hex | B0 | 20 | 1C | 0 | 52 | 54 | 1F | 2 | 49 | 28 |
| Octal | 260 | 40 | 34 | 0 | 122 | 124 | 37 | 2 | 111 | 50 |
| Binary | 10110000 | 100000 | 11100 | 0 | 1010010 | 1010100 | 11111 | 10 | 1001001 | 101000 |
Color Harmonies of #B0201C
Complementary color
Monochromatic Colors of #B0201C
Black with #B0201C
Text Example
Text Example
White with #B0201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0201C; }
p { color: rgb(176,32,28); }
H1.HeaderClassName
{
color: #B0201C;
}
.AnyTagClassName
{
color: #B0201C;
}
</style>
background-color css
<style>
a { background-color: #B0201C; }
a { background-color: rgb(176,32,28); }
div.DivClassName
{
background-color: #B0201C;
}
.BgClassName
{
background-color: #B0201C;
}
</style>
border-color css
<style>
span { border-color: #B0201C; }
span { border-color: rgb(176,32,28); }
td.TdClassName
{
border-color: #B0201C;
}
.TagClassName
{
border-color: #B0201C;
}
</style>