Shades of Fire Brick #BE2423
Tints of Fire Brick #BE2423
RGB
CMYK
RGB Variations
Color information
#BE2423 (or 0xBE2423) is known color: Fire Brick. HEX triplet: BE, 24 and 23. RGB value is (190,36,35). Sum of RGB (Red+Green+Blue) = 190+36+35=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2423 is #41DBDC. Grayscale: #525252. Windows color (decimal): -4316125 or 2303166. OLE color: 2303166.
HSL color Cylindrical-coordinate representation of color #BE2423: hue angle of 0.39º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2423 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 36 | 35 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.25 |
| HSL | 0.39º | 0.69% | 0.44% | - |
| HSV(B) | 0.39º | 0.82% | 0.75% | - |
| XYZ | 22.17 | 12.33 | 2.8 | - |
| YUV | 81.93 | 101.52 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 35 | 0 | 0.81 | 0.82 | 0.25 | 0.39 | 0.69 | 0.44 |
| Hex | BE | 24 | 23 | 0 | 51 | 52 | 19 | 0 | 45 | 2C |
| Octal | 276 | 44 | 43 | 0 | 121 | 122 | 31 | 0 | 105 | 54 |
| Binary | 10111110 | 100100 | 100011 | 0 | 1010001 | 1010010 | 11001 | 0 | 1000101 | 101100 |
Color Harmonies of #BE2423
Complementary color
Monochromatic Colors of #BE2423
Black with #BE2423
Text Example
Text Example
White with #BE2423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2423; }
p { color: rgb(190,36,35); }
H1.HeaderClassName
{
color: #BE2423;
}
.AnyTagClassName
{
color: #BE2423;
}
</style>
background-color css
<style>
a { background-color: #BE2423; }
a { background-color: rgb(190,36,35); }
div.DivClassName
{
background-color: #BE2423;
}
.BgClassName
{
background-color: #BE2423;
}
</style>
border-color css
<style>
span { border-color: #BE2423; }
span { border-color: rgb(190,36,35); }
td.TdClassName
{
border-color: #BE2423;
}
.TagClassName
{
border-color: #BE2423;
}
</style>