Html Css Color HEX #BE4920 Rust

📋 copy color: '#BE4920'

red 190 ◦ green 73 ◦ blue 32

#BE4920
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #BE4920

Tints of Rust #BE4920

RGB

 RED value IS 190 (74.61% from 255) = 64.41%

 GREEN value IS 73 (28.91% from 255) = 24.75%

 BLUE value IS 32 (12.89% from 255) = 10.85%

R = 64.41%
G = 24.75%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE4920 (or 0xBE4920) is known color: Rust. HEX triplet: BE, 49 and 20. RGB value is (190,73,32). Sum of RGB (Red+Green+Blue) = 190+73+32=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4920 is #41B6DF. Grayscale: #676767. Windows color (decimal): -4306656 or 2116030. OLE color: 2116030.

HSL color Cylindrical-coordinate representation of color #BE4920: hue angle of 15.57º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE4920 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 73 32 -
CMYK 0 0.62 0.83 0.25
HSL 15.57º 0.71% 0.44% -
HSV(B) 15.57º 0.83% 0.75% -
XYZ 23.88 15.82 3.16 -
YUV 103.31 87.76 189.83 -
System Red Green Blue C M Y K H S L
Decimal 190 73 32 0 0.62 0.83 0.25 15.57 0.71 0.44
Hex BE 49 20 0 3E 53 19 10 47 2C
Octal 276 111 40 0 76 123 31 20 107 54
Binary 10111110 1001001 100000 0 111110 1010011 11001 10000 1000111 101100

Color Harmonies of #BE4920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4920

Black with #BE4920

Text Example


Text Example

White with #BE4920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4920; }

 p { color: rgb(190,73,32); }

 H1.HeaderClassName
 {
   color: #BE4920;
 }
 .AnyTagClassName
 {
   color: #BE4920;
 }
</style>

background-color css

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

 a { background-color: rgb(190,73,32); }

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

border-color css

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

 span { border-color: rgb(190,73,32); }

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