Shades of Fire Brick #BE201B
Tints of Fire Brick #BE201B
RGB
CMYK
RGB Variations
Color information
#BE201B (or 0xBE201B) is known color: Fire Brick. HEX triplet: BE, 20 and 1B. RGB value is (190,32,27). Sum of RGB (Red+Green+Blue) = 190+32+27=249 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.31% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 190 - color contains mainly: red. Hex color #BE201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE201B is #41DFE4. Grayscale: #4E4E4E. Windows color (decimal): -4317157 or 1777854. OLE color: 1777854.
HSL color Cylindrical-coordinate representation of color #BE201B: hue angle of 1.84º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE201B is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 27 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.25 |
| HSL | 1.84º | 0.75% | 0.43% | - |
| HSV(B) | 1.84º | 0.86% | 0.75% | - |
| XYZ | 21.95 | 12.06 | 2.21 | - |
| YUV | 78.67 | 98.85 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 27 | 0 | 0.83 | 0.86 | 0.25 | 1.84 | 0.75 | 0.43 |
| Hex | BE | 20 | 1B | 0 | 53 | 56 | 19 | 2 | 4B | 2B |
| Octal | 276 | 40 | 33 | 0 | 123 | 126 | 31 | 2 | 113 | 53 |
| Binary | 10111110 | 100000 | 11011 | 0 | 1010011 | 1010110 | 11001 | 10 | 1001011 | 101011 |
Color Harmonies of #BE201B
Complementary color
Monochromatic Colors of #BE201B
Black with #BE201B
Text Example
Text Example
White with #BE201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE201B; }
p { color: rgb(190,32,27); }
H1.HeaderClassName
{
color: #BE201B;
}
.AnyTagClassName
{
color: #BE201B;
}
</style>
background-color css
<style>
a { background-color: #BE201B; }
a { background-color: rgb(190,32,27); }
div.DivClassName
{
background-color: #BE201B;
}
.BgClassName
{
background-color: #BE201B;
}
</style>
border-color css
<style>
span { border-color: #BE201B; }
span { border-color: rgb(190,32,27); }
td.TdClassName
{
border-color: #BE201B;
}
.TagClassName
{
border-color: #BE201B;
}
</style>