Html Css Color HEX #BE5010 Rust

📋 copy color: '#BE5010'

red 190 ◦ green 80 ◦ blue 16

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

Shades of Rust #BE5010

Tints of Rust #BE5010

RGB

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

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

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

R = 66.43%
G = 27.97%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE5010 (or 0xBE5010) is known color: Rust. HEX triplet: BE, 50 and 10. RGB value is (190,80,16). Sum of RGB (Red+Green+Blue) = 190+80+16=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5010 is #41AFEF. Grayscale: #696969. Windows color (decimal): -4304880 or 1069246. OLE color: 1069246.

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

Color convert

RGB 190 80 16 -
CMYK 0 0.58 0.92 0.25
HSL 22.07º 0.84% 0.4% -
HSV(B) 22.07º 0.92% 0.75% -
XYZ 24.2 16.72 2.44 -
YUV 105.59 77.44 188.2 -
System Red Green Blue C M Y K H S L
Decimal 190 80 16 0 0.58 0.92 0.25 22.07 0.84 0.4
Hex BE 50 10 0 3A 5C 19 16 54 28
Octal 276 120 20 0 72 134 31 26 124 50
Binary 10111110 1010000 10000 0 111010 1011100 11001 10110 1010100 101000

Color Harmonies of #BE5010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5010

Black with #BE5010

Text Example


Text Example

White with #BE5010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5010; }

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

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

background-color css

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

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

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

border-color css

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

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

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