Shades of Fire Brick #BE170F
Tints of Fire Brick #BE170F
RGB
CMYK
RGB Variations
Color information
#BE170F (or 0xBE170F) is known color: Fire Brick. HEX triplet: BE, 17 and 0F. RGB value is (190,23,15). Sum of RGB (Red+Green+Blue) = 190+23+15=228 (30% of max value = 765). Red value is 190 (74.61% from 255 or 83.33% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 190 - color contains mainly: red. Hex color #BE170F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE170F is #41E8F0. Grayscale: #484848. Windows color (decimal): -4319473 or 989118. OLE color: 989118.
HSL color Cylindrical-coordinate representation of color #BE170F: hue angle of 2.74º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE170F is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 23 | 15 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.25 |
| HSL | 2.74º | 0.85% | 0.4% | - |
| HSV(B) | 2.74º | 0.92% | 0.75% | - |
| XYZ | 21.63 | 11.59 | 1.55 | - |
| YUV | 72.02 | 95.83 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 23 | 15 | 0 | 0.88 | 0.92 | 0.25 | 2.74 | 0.85 | 0.4 |
| Hex | BE | 17 | F | 0 | 58 | 5C | 19 | 3 | 55 | 28 |
| Octal | 276 | 27 | 17 | 0 | 130 | 134 | 31 | 3 | 125 | 50 |
| Binary | 10111110 | 10111 | 1111 | 0 | 1011000 | 1011100 | 11001 | 11 | 1010101 | 101000 |
Color Harmonies of #BE170F
Complementary color
Monochromatic Colors of #BE170F
Black with #BE170F
Text Example
Text Example
White with #BE170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE170F; }
p { color: rgb(190,23,15); }
H1.HeaderClassName
{
color: #BE170F;
}
.AnyTagClassName
{
color: #BE170F;
}
</style>
background-color css
<style>
a { background-color: #BE170F; }
a { background-color: rgb(190,23,15); }
div.DivClassName
{
background-color: #BE170F;
}
.BgClassName
{
background-color: #BE170F;
}
</style>
border-color css
<style>
span { border-color: #BE170F; }
span { border-color: rgb(190,23,15); }
td.TdClassName
{
border-color: #BE170F;
}
.TagClassName
{
border-color: #BE170F;
}
</style>