Html Css Color HEX #BE4120 Rust

📋 copy color: '#BE4120'

red 190 ◦ green 65 ◦ blue 32

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

Shades of Rust #BE4120

Tints of Rust #BE4120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.65%

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

R = 66.2%
G = 22.65%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE4120 (or 0xBE4120) is known color: Rust. HEX triplet: BE, 41 and 20. RGB value is (190,65,32). Sum of RGB (Red+Green+Blue) = 190+65+32=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4120 is #41BEDF. Grayscale: #626262. Windows color (decimal): -4308704 or 2113982. OLE color: 2113982.

HSL color Cylindrical-coordinate representation of color #BE4120: hue angle of 12.53º 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 #BE4120 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 65 32 -
CMYK 0 0.66 0.83 0.25
HSL 12.53º 0.71% 0.44% -
HSV(B) 12.53º 0.83% 0.75% -
XYZ 23.39 14.83 3 -
YUV 98.61 90.41 193.18 -
System Red Green Blue C M Y K H S L
Decimal 190 65 32 0 0.66 0.83 0.25 12.53 0.71 0.44
Hex BE 41 20 0 42 53 19 D 47 2C
Octal 276 101 40 0 102 123 31 15 107 54
Binary 10111110 1000001 100000 0 1000010 1010011 11001 1101 1000111 101100

Color Harmonies of #BE4120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4120

Black with #BE4120

Text Example


Text Example

White with #BE4120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4120; }

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

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

background-color css

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

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

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

border-color css

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

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

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