Shades of Fire Brick #BE2A24
Tints of Fire Brick #BE2A24
RGB
CMYK
RGB Variations
Color information
#BE2A24 (or 0xBE2A24) is known color: Fire Brick. HEX triplet: BE, 2A and 24. RGB value is (190,42,36). Sum of RGB (Red+Green+Blue) = 190+42+36=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2A24 is #41D5DB. Grayscale: #555555. Windows color (decimal): -4314588 or 2370238. OLE color: 2370238.
HSL color Cylindrical-coordinate representation of color #BE2A24: hue angle of 2.34º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2A24 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 36 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.25 |
| HSL | 2.34º | 0.68% | 0.44% | - |
| HSV(B) | 2.34º | 0.81% | 0.75% | - |
| XYZ | 22.38 | 12.73 | 2.95 | - |
| YUV | 85.57 | 100.03 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 36 | 0 | 0.78 | 0.81 | 0.25 | 2.34 | 0.68 | 0.44 |
| Hex | BE | 2A | 24 | 0 | 4E | 51 | 19 | 2 | 44 | 2C |
| Octal | 276 | 52 | 44 | 0 | 116 | 121 | 31 | 2 | 104 | 54 |
| Binary | 10111110 | 101010 | 100100 | 0 | 1001110 | 1010001 | 11001 | 10 | 1000100 | 101100 |
Color Harmonies of #BE2A24
Complementary color
Monochromatic Colors of #BE2A24
Black with #BE2A24
Text Example
Text Example
White with #BE2A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2A24; }
p { color: rgb(190,42,36); }
H1.HeaderClassName
{
color: #BE2A24;
}
.AnyTagClassName
{
color: #BE2A24;
}
</style>
background-color css
<style>
a { background-color: #BE2A24; }
a { background-color: rgb(190,42,36); }
div.DivClassName
{
background-color: #BE2A24;
}
.BgClassName
{
background-color: #BE2A24;
}
</style>
border-color css
<style>
span { border-color: #BE2A24; }
span { border-color: rgb(190,42,36); }
td.TdClassName
{
border-color: #BE2A24;
}
.TagClassName
{
border-color: #BE2A24;
}
</style>