Html Css Color HEX #BE501E Rust

📋 copy color: '#BE501E'

red 190 ◦ green 80 ◦ blue 30

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

Shades of Rust #BE501E

Tints of Rust #BE501E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.67%

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

R = 63.33%
G = 26.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE501E (or 0xBE501E) is known color: Rust. HEX triplet: BE, 50 and 1E. RGB value is (190,80,30). Sum of RGB (Red+Green+Blue) = 190+80+30=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE501E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE501E is #41AFE1. Grayscale: #6B6B6B. Windows color (decimal): -4304866 or 1986750. OLE color: 1986750.

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

Color convert

RGB 190 80 30 -
CMYK 0 0.58 0.84 0.25
HSL 18.75º 0.73% 0.43% -
HSV(B) 18.75º 0.84% 0.75% -
XYZ 24.34 16.78 3.18 -
YUV 107.19 84.44 187.07 -
System Red Green Blue C M Y K H S L
Decimal 190 80 30 0 0.58 0.84 0.25 18.75 0.73 0.43
Hex BE 50 1E 0 3A 54 19 13 49 2B
Octal 276 120 36 0 72 124 31 23 111 53
Binary 10111110 1010000 11110 0 111010 1010100 11001 10011 1001001 101011

Color Harmonies of #BE501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE501E

Black with #BE501E

Text Example


Text Example

White with #BE501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE501E; }

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

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

background-color css

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

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

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

border-color css

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

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

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