Shades of Fire Brick #BE2A1D
Tints of Fire Brick #BE2A1D
RGB
CMYK
RGB Variations
Color information
#BE2A1D (or 0xBE2A1D) is known color: Fire Brick. HEX triplet: BE, 2A and 1D. RGB value is (190,42,29). Sum of RGB (Red+Green+Blue) = 190+42+29=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2A1D is #41D5E2. Grayscale: #545454. Windows color (decimal): -4314595 or 1911486. OLE color: 1911486.
HSL color Cylindrical-coordinate representation of color #BE2A1D: hue angle of 4.84º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE2A1D is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 29 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.25 |
| HSL | 4.84º | 0.74% | 0.43% | - |
| HSV(B) | 4.84º | 0.85% | 0.75% | - |
| XYZ | 22.28 | 12.69 | 2.44 | - |
| YUV | 84.77 | 96.53 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 29 | 0 | 0.78 | 0.85 | 0.25 | 4.84 | 0.74 | 0.43 |
| Hex | BE | 2A | 1D | 0 | 4E | 55 | 19 | 5 | 4A | 2B |
| Octal | 276 | 52 | 35 | 0 | 116 | 125 | 31 | 5 | 112 | 53 |
| Binary | 10111110 | 101010 | 11101 | 0 | 1001110 | 1010101 | 11001 | 101 | 1001010 | 101011 |
Color Harmonies of #BE2A1D
Complementary color
Monochromatic Colors of #BE2A1D
Black with #BE2A1D
Text Example
Text Example
White with #BE2A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2A1D; }
p { color: rgb(190,42,29); }
H1.HeaderClassName
{
color: #BE2A1D;
}
.AnyTagClassName
{
color: #BE2A1D;
}
</style>
background-color css
<style>
a { background-color: #BE2A1D; }
a { background-color: rgb(190,42,29); }
div.DivClassName
{
background-color: #BE2A1D;
}
.BgClassName
{
background-color: #BE2A1D;
}
</style>
border-color css
<style>
span { border-color: #BE2A1D; }
span { border-color: rgb(190,42,29); }
td.TdClassName
{
border-color: #BE2A1D;
}
.TagClassName
{
border-color: #BE2A1D;
}
</style>