Html Css Color HEX #BE4E1E Rust

📋 copy color: '#BE4E1E'

red 190 ◦ green 78 ◦ blue 30

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

Shades of Rust #BE4E1E

Tints of Rust #BE4E1E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.17%

 BLUE value IS 30 (12.11% from 255) = 10.07%

R = 63.76%
G = 26.17%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE4E1E (or 0xBE4E1E) is known color: Rust. HEX triplet: BE, 4E and 1E. RGB value is (190,78,30). Sum of RGB (Red+Green+Blue) = 190+78+30=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4E1E is #41B1E1. Grayscale: #6A6A6A. Windows color (decimal): -4305378 or 1986238. OLE color: 1986238.

HSL color Cylindrical-coordinate representation of color #BE4E1E: hue angle of 18º degrees, saturation: 0.73, 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 #BE4E1E is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 78 30 -
CMYK 0 0.59 0.84 0.25
HSL 18º 0.73% 0.43% -
HSV(B) 18º 0.84% 0.75% -
XYZ 24.19 16.49 3.14 -
YUV 106.02 85.11 187.9 -
System Red Green Blue C M Y K H S L
Decimal 190 78 30 0 0.59 0.84 0.25 18 0.73 0.43
Hex BE 4E 1E 0 3B 54 19 12 49 2B
Octal 276 116 36 0 73 124 31 22 111 53
Binary 10111110 1001110 11110 0 111011 1010100 11001 10010 1001001 101011

Color Harmonies of #BE4E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4E1E

Black with #BE4E1E

Text Example


Text Example

White with #BE4E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4E1E; }

 p { color: rgb(190,78,30); }

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

background-color css

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

 a { background-color: rgb(190,78,30); }

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

border-color css

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

 span { border-color: rgb(190,78,30); }

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