Shades of Fire Brick #BE281F
Tints of Fire Brick #BE281F
RGB
CMYK
RGB Variations
Color information
#BE281F (or 0xBE281F) is known color: Fire Brick. HEX triplet: BE, 28 and 1F. RGB value is (190,40,31). Sum of RGB (Red+Green+Blue) = 190+40+31=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE281F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE281F is #41D7E0. Grayscale: #545454. Windows color (decimal): -4315105 or 2042046. OLE color: 2042046.
HSL color Cylindrical-coordinate representation of color #BE281F: hue angle of 3.4º 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 #BE281F is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 40 | 31 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.25 |
| HSL | 3.4º | 0.72% | 0.43% | - |
| HSV(B) | 3.4º | 0.84% | 0.75% | - |
| XYZ | 22.24 | 12.56 | 2.55 | - |
| YUV | 83.82 | 98.2 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 31 | 0 | 0.79 | 0.84 | 0.25 | 3.4 | 0.72 | 0.43 |
| Hex | BE | 28 | 1F | 0 | 4F | 54 | 19 | 3 | 48 | 2B |
| Octal | 276 | 50 | 37 | 0 | 117 | 124 | 31 | 3 | 110 | 53 |
| Binary | 10111110 | 101000 | 11111 | 0 | 1001111 | 1010100 | 11001 | 11 | 1001000 | 101011 |
Color Harmonies of #BE281F
Complementary color
Monochromatic Colors of #BE281F
Black with #BE281F
Text Example
Text Example
White with #BE281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE281F; }
p { color: rgb(190,40,31); }
H1.HeaderClassName
{
color: #BE281F;
}
.AnyTagClassName
{
color: #BE281F;
}
</style>
background-color css
<style>
a { background-color: #BE281F; }
a { background-color: rgb(190,40,31); }
div.DivClassName
{
background-color: #BE281F;
}
.BgClassName
{
background-color: #BE281F;
}
</style>
border-color css
<style>
span { border-color: #BE281F; }
span { border-color: rgb(190,40,31); }
td.TdClassName
{
border-color: #BE281F;
}
.TagClassName
{
border-color: #BE281F;
}
</style>