Html Css Color HEX #BE5011 Rust

📋 copy color: '#BE5011'

red 190 ◦ green 80 ◦ blue 17

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

Shades of Rust #BE5011

Tints of Rust #BE5011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.92%

R = 66.2%
G = 27.87%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE5011 (or 0xBE5011) is known color: Rust. HEX triplet: BE, 50 and 11. RGB value is (190,80,17). Sum of RGB (Red+Green+Blue) = 190+80+17=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5011 is #41AFEE. Grayscale: #6A6A6A. Windows color (decimal): -4304879 or 1134782. OLE color: 1134782.

HSL color Cylindrical-coordinate representation of color #BE5011: hue angle of 21.85º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE5011 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 80 17 -
CMYK 0 0.58 0.91 0.25
HSL 21.85º 0.84% 0.41% -
HSV(B) 21.85º 0.91% 0.75% -
XYZ 24.21 16.72 2.48 -
YUV 105.71 77.94 188.12 -
System Red Green Blue C M Y K H S L
Decimal 190 80 17 0 0.58 0.91 0.25 21.85 0.84 0.41
Hex BE 50 11 0 3A 5B 19 16 54 29
Octal 276 120 21 0 72 133 31 26 124 51
Binary 10111110 1010000 10001 0 111010 1011011 11001 10110 1010100 101001

Color Harmonies of #BE5011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5011

Black with #BE5011

Text Example


Text Example

White with #BE5011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5011; }

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

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

background-color css

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

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

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

border-color css

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

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

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