Html Css Color HEX #BE4610 Rust

📋 copy color: '#BE4610'

red 190 ◦ green 70 ◦ blue 16

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

Shades of Rust #BE4610

Tints of Rust #BE4610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.36%

 BLUE value IS 16 (6.64% from 255) = 5.8%

R = 68.84%
G = 25.36%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE4610 (or 0xBE4610) is known color: Rust. HEX triplet: BE, 46 and 10. RGB value is (190,70,16). Sum of RGB (Red+Green+Blue) = 190+70+16=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4610 is #41B9EF. Grayscale: #646464. Windows color (decimal): -4307440 or 1066686. OLE color: 1066686.

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

Color convert

RGB 190 70 16 -
CMYK 0 0.63 0.92 0.25
HSL 18.62º 0.84% 0.4% -
HSV(B) 18.62º 0.92% 0.75% -
XYZ 23.52 15.36 2.22 -
YUV 99.72 80.76 192.39 -
System Red Green Blue C M Y K H S L
Decimal 190 70 16 0 0.63 0.92 0.25 18.62 0.84 0.4
Hex BE 46 10 0 3F 5C 19 13 54 28
Octal 276 106 20 0 77 134 31 23 124 50
Binary 10111110 1000110 10000 0 111111 1011100 11001 10011 1010100 101000

Color Harmonies of #BE4610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4610

Black with #BE4610

Text Example


Text Example

White with #BE4610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4610; }

 p { color: rgb(190,70,16); }

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

background-color css

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

 a { background-color: rgb(190,70,16); }

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

border-color css

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

 span { border-color: rgb(190,70,16); }

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