Shades of Fire Brick #BE281E
Tints of Fire Brick #BE281E
RGB
CMYK
RGB Variations
Color information
#BE281E (or 0xBE281E) is known color: Fire Brick. HEX triplet: BE, 28 and 1E. RGB value is (190,40,30). Sum of RGB (Red+Green+Blue) = 190+40+30=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE281E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE281E is #41D7E1. Grayscale: #535353. Windows color (decimal): -4315106 or 1976510. OLE color: 1976510.
HSL color Cylindrical-coordinate representation of color #BE281E: hue angle of 3.75º degrees, saturation: 0.73, 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 #BE281E is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 40 | 30 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.25 |
| HSL | 3.75º | 0.73% | 0.43% | - |
| HSV(B) | 3.75º | 0.84% | 0.75% | - |
| XYZ | 22.23 | 12.56 | 2.48 | - |
| YUV | 83.71 | 97.7 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 30 | 0 | 0.79 | 0.84 | 0.25 | 3.75 | 0.73 | 0.43 |
| Hex | BE | 28 | 1E | 0 | 4F | 54 | 19 | 4 | 49 | 2B |
| Octal | 276 | 50 | 36 | 0 | 117 | 124 | 31 | 4 | 111 | 53 |
| Binary | 10111110 | 101000 | 11110 | 0 | 1001111 | 1010100 | 11001 | 100 | 1001001 | 101011 |
Color Harmonies of #BE281E
Complementary color
Monochromatic Colors of #BE281E
Black with #BE281E
Text Example
Text Example
White with #BE281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE281E; }
p { color: rgb(190,40,30); }
H1.HeaderClassName
{
color: #BE281E;
}
.AnyTagClassName
{
color: #BE281E;
}
</style>
background-color css
<style>
a { background-color: #BE281E; }
a { background-color: rgb(190,40,30); }
div.DivClassName
{
background-color: #BE281E;
}
.BgClassName
{
background-color: #BE281E;
}
</style>
border-color css
<style>
span { border-color: #BE281E; }
span { border-color: rgb(190,40,30); }
td.TdClassName
{
border-color: #BE281E;
}
.TagClassName
{
border-color: #BE281E;
}
</style>