#BE4F1F

Color #BE4F1F Red Stage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Stage #BE4F1F

Tints of Red Stage #BE4F1F

Color information

#BE4F1F (or 0xBE4F1F) is unknown color: approx Red Stage. HEX triplet: BE, 4F and 1F. RGB value is (190,79,31). Sum of RGB (Red+Green+Blue) = 190+79+31=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4F1F is #41B0E0. Grayscale: #6B6B6B. Windows color (decimal): -4305121 or 2052030. OLE color: 2052030.

HSL color Cylindrical-coordinate representation of color #BE4F1F: hue angle of 18.11º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE4F1F is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB1907931-
CMYK00.580.840.25
HSL18.11º71.95%43.33%-
HSV(B)18.11º83.68%74.51%-
XYZ24.2816.643.23-
YUV106.7285.27187.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 63.33%
GREEN value IS 79 (31.25% from 255) = 26.33%
BLUE value IS 31 (12.5% from 255) = 10.33%
R=63.33%
G=26.33%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190793100.580.840.2518.1171.9543.33
HexBE4F1F03A541912482b
Octal27611737072124312211053
Binary101111101001111111110111010101010011001100101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4F1F; }

 p { color: rgb(190,79,31); }

 H1.HeaderClassName
 {
   color: #BE4F1F;
 }
 .AnyTagClassName
 {
   color: #BE4F1F;
 }
</style>
background-color css

<style>
 a { background-color: #BE4F1F; }

 a { background-color: rgb(190,79,31); }

 div.DivClassName
 {
   background-color: #BE4F1F;
 }
 .BgClassName
 {
   background-color: #BE4F1F;
 }
</style>
border-color css

<style>
 span { border-color: #BE4F1F; }

 span { border-color: rgb(190,79,31); }

 td.TdClassName
 {
   border-color: #BE4F1F;
 }
 .TagClassName
 {
   border-color: #BE4F1F;
 }
</style>