Shades of Fire Brick #BE201F
Tints of Fire Brick #BE201F
RGB
CMYK
RGB Variations
Color information
#BE201F (or 0xBE201F) is known color: Fire Brick. HEX triplet: BE, 20 and 1F. RGB value is (190,32,31). Sum of RGB (Red+Green+Blue) = 190+32+31=253 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.10% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 190 - color contains mainly: red. Hex color #BE201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE201F is #41DFE0. Grayscale: #4F4F4F. Windows color (decimal): -4317153 or 2039998. OLE color: 2039998.
HSL color Cylindrical-coordinate representation of color #BE201F: hue angle of 0.38º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE201F is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 31 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.25 |
| HSL | 0.38º | 0.72% | 0.43% | - |
| HSV(B) | 0.38º | 0.84% | 0.75% | - |
| XYZ | 22 | 12.08 | 2.47 | - |
| YUV | 79.13 | 100.85 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 31 | 0 | 0.83 | 0.84 | 0.25 | 0.38 | 0.72 | 0.43 |
| Hex | BE | 20 | 1F | 0 | 53 | 54 | 19 | 0 | 48 | 2B |
| Octal | 276 | 40 | 37 | 0 | 123 | 124 | 31 | 0 | 110 | 53 |
| Binary | 10111110 | 100000 | 11111 | 0 | 1010011 | 1010100 | 11001 | 0 | 1001000 | 101011 |
Color Harmonies of #BE201F
Complementary color
Monochromatic Colors of #BE201F
Black with #BE201F
Text Example
Text Example
White with #BE201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE201F; }
p { color: rgb(190,32,31); }
H1.HeaderClassName
{
color: #BE201F;
}
.AnyTagClassName
{
color: #BE201F;
}
</style>
background-color css
<style>
a { background-color: #BE201F; }
a { background-color: rgb(190,32,31); }
div.DivClassName
{
background-color: #BE201F;
}
.BgClassName
{
background-color: #BE201F;
}
</style>
border-color css
<style>
span { border-color: #BE201F; }
span { border-color: rgb(190,32,31); }
td.TdClassName
{
border-color: #BE201F;
}
.TagClassName
{
border-color: #BE201F;
}
</style>