Html Css Color HEX #BE4616 Rust

📋 copy color: '#BE4616'

red 190 ◦ green 70 ◦ blue 22

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

Shades of Rust #BE4616

Tints of Rust #BE4616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.8%

R = 67.38%
G = 24.82%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BE4616 (or 0xBE4616) is known color: Rust. HEX triplet: BE, 46 and 16. RGB value is (190,70,22). Sum of RGB (Red+Green+Blue) = 190+70+22=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4616 is #41B9E9. Grayscale: #646464. Windows color (decimal): -4307434 or 1459902. OLE color: 1459902.

HSL color Cylindrical-coordinate representation of color #BE4616: hue angle of 17.14º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE4616 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 70 22 -
CMYK 0 0.63 0.88 0.25
HSL 17.14º 0.79% 0.42% -
HSV(B) 17.14º 0.88% 0.75% -
XYZ 23.57 15.39 2.49 -
YUV 100.41 83.76 191.9 -
System Red Green Blue C M Y K H S L
Decimal 190 70 22 0 0.63 0.88 0.25 17.14 0.79 0.42
Hex BE 46 16 0 3F 58 19 11 4F 2A
Octal 276 106 26 0 77 130 31 21 117 52
Binary 10111110 1000110 10110 0 111111 1011000 11001 10001 1001111 101010

Color Harmonies of #BE4616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4616

Black with #BE4616

Text Example


Text Example

White with #BE4616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4616; }

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

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

background-color css

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

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

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

border-color css

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

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

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