Shades of Fire Brick #BE3125
Tints of Fire Brick #BE3125
RGB
CMYK
RGB Variations
Color information
#BE3125 (or 0xBE3125) is known color: Fire Brick. HEX triplet: BE, 31 and 25. RGB value is (190,49,37). Sum of RGB (Red+Green+Blue) = 190+49+37=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3125 is #41CEDA. Grayscale: #595959. Windows color (decimal): -4312795 or 2437566. OLE color: 2437566.
HSL color Cylindrical-coordinate representation of color #BE3125: hue angle of 4.71º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE3125 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 49 | 37 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.25 |
| HSL | 4.71º | 0.67% | 0.45% | - |
| HSV(B) | 4.71º | 0.81% | 0.75% | - |
| XYZ | 22.67 | 13.28 | 3.12 | - |
| YUV | 89.79 | 98.21 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 49 | 37 | 0 | 0.74 | 0.81 | 0.25 | 4.71 | 0.67 | 0.45 |
| Hex | BE | 31 | 25 | 0 | 4A | 51 | 19 | 5 | 43 | 2D |
| Octal | 276 | 61 | 45 | 0 | 112 | 121 | 31 | 5 | 103 | 55 |
| Binary | 10111110 | 110001 | 100101 | 0 | 1001010 | 1010001 | 11001 | 101 | 1000011 | 101101 |
Color Harmonies of #BE3125
Complementary color
Monochromatic Colors of #BE3125
Black with #BE3125
Text Example
Text Example
White with #BE3125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3125; }
p { color: rgb(190,49,37); }
H1.HeaderClassName
{
color: #BE3125;
}
.AnyTagClassName
{
color: #BE3125;
}
</style>
background-color css
<style>
a { background-color: #BE3125; }
a { background-color: rgb(190,49,37); }
div.DivClassName
{
background-color: #BE3125;
}
.BgClassName
{
background-color: #BE3125;
}
</style>
border-color css
<style>
span { border-color: #BE3125; }
span { border-color: rgb(190,49,37); }
td.TdClassName
{
border-color: #BE3125;
}
.TagClassName
{
border-color: #BE3125;
}
</style>