Shades of Fire Brick #BE251D
Tints of Fire Brick #BE251D
RGB
CMYK
RGB Variations
Color information
#BE251D (or 0xBE251D) is known color: Fire Brick. HEX triplet: BE, 25 and 1D. RGB value is (190,37,29). Sum of RGB (Red+Green+Blue) = 190+37+29=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE251D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE251D is #41DAE2. Grayscale: #525252. Windows color (decimal): -4315875 or 1910206. OLE color: 1910206.
HSL color Cylindrical-coordinate representation of color #BE251D: hue angle of 2.98º 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 #BE251D is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 37 | 29 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.25 |
| HSL | 2.98º | 0.74% | 0.43% | - |
| HSV(B) | 2.98º | 0.85% | 0.75% | - |
| XYZ | 22.12 | 12.36 | 2.38 | - |
| YUV | 81.84 | 98.19 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 29 | 0 | 0.81 | 0.85 | 0.25 | 2.98 | 0.74 | 0.43 |
| Hex | BE | 25 | 1D | 0 | 51 | 55 | 19 | 3 | 4A | 2B |
| Octal | 276 | 45 | 35 | 0 | 121 | 125 | 31 | 3 | 112 | 53 |
| Binary | 10111110 | 100101 | 11101 | 0 | 1010001 | 1010101 | 11001 | 11 | 1001010 | 101011 |
Color Harmonies of #BE251D
Complementary color
Monochromatic Colors of #BE251D
Black with #BE251D
Text Example
Text Example
White with #BE251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE251D; }
p { color: rgb(190,37,29); }
H1.HeaderClassName
{
color: #BE251D;
}
.AnyTagClassName
{
color: #BE251D;
}
</style>
background-color css
<style>
a { background-color: #BE251D; }
a { background-color: rgb(190,37,29); }
div.DivClassName
{
background-color: #BE251D;
}
.BgClassName
{
background-color: #BE251D;
}
</style>
border-color css
<style>
span { border-color: #BE251D; }
span { border-color: rgb(190,37,29); }
td.TdClassName
{
border-color: #BE251D;
}
.TagClassName
{
border-color: #BE251D;
}
</style>