Html Css Color HEX #BE491E Rust

📋 copy color: '#BE491E'

red 190 ◦ green 73 ◦ blue 30

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

Shades of Rust #BE491E

Tints of Rust #BE491E

RGB

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

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

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

R = 64.85%
G = 24.91%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE491E (or 0xBE491E) is known color: Rust. HEX triplet: BE, 49 and 1E. RGB value is (190,73,30). Sum of RGB (Red+Green+Blue) = 190+73+30=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE491E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE491E is #41B6E1. Grayscale: #676767. Windows color (decimal): -4306658 or 1984958. OLE color: 1984958.

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

Color convert

RGB 190 73 30 -
CMYK 0 0.62 0.84 0.25
HSL 16.13º 0.73% 0.43% -
HSV(B) 16.13º 0.84% 0.75% -
XYZ 23.85 15.81 3.02 -
YUV 103.08 86.76 190 -
System Red Green Blue C M Y K H S L
Decimal 190 73 30 0 0.62 0.84 0.25 16.13 0.73 0.43
Hex BE 49 1E 0 3E 54 19 10 49 2B
Octal 276 111 36 0 76 124 31 20 111 53
Binary 10111110 1001001 11110 0 111110 1010100 11001 10000 1001001 101011

Color Harmonies of #BE491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE491E

Black with #BE491E

Text Example


Text Example

White with #BE491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE491E; }

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

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

background-color css

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

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

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

border-color css

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

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

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