Shades of Fire Brick #BE1F18
Tints of Fire Brick #BE1F18
RGB
CMYK
RGB Variations
Color information
#BE1F18 (or 0xBE1F18) is known color: Fire Brick. HEX triplet: BE, 1F and 18. RGB value is (190,31,24). Sum of RGB (Red+Green+Blue) = 190+31+24=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1F18 is #41E0E7. Grayscale: #4D4D4D. Windows color (decimal): -4317416 or 1580990. OLE color: 1580990.
HSL color Cylindrical-coordinate representation of color #BE1F18: hue angle of 2.53º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1F18 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 31 | 24 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.25 |
| HSL | 2.53º | 0.78% | 0.42% | - |
| HSV(B) | 2.53º | 0.87% | 0.75% | - |
| XYZ | 21.89 | 11.99 | 2.03 | - |
| YUV | 77.74 | 97.68 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 31 | 24 | 0 | 0.84 | 0.87 | 0.25 | 2.53 | 0.78 | 0.42 |
| Hex | BE | 1F | 18 | 0 | 54 | 57 | 19 | 3 | 4E | 2A |
| Octal | 276 | 37 | 30 | 0 | 124 | 127 | 31 | 3 | 116 | 52 |
| Binary | 10111110 | 11111 | 11000 | 0 | 1010100 | 1010111 | 11001 | 11 | 1001110 | 101010 |
Color Harmonies of #BE1F18
Complementary color
Monochromatic Colors of #BE1F18
Black with #BE1F18
Text Example
Text Example
White with #BE1F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1F18; }
p { color: rgb(190,31,24); }
H1.HeaderClassName
{
color: #BE1F18;
}
.AnyTagClassName
{
color: #BE1F18;
}
</style>
background-color css
<style>
a { background-color: #BE1F18; }
a { background-color: rgb(190,31,24); }
div.DivClassName
{
background-color: #BE1F18;
}
.BgClassName
{
background-color: #BE1F18;
}
</style>
border-color css
<style>
span { border-color: #BE1F18; }
span { border-color: rgb(190,31,24); }
td.TdClassName
{
border-color: #BE1F18;
}
.TagClassName
{
border-color: #BE1F18;
}
</style>