Html Css Color HEX #BE4D10 Rust

📋 copy color: '#BE4D10'

red 190 ◦ green 77 ◦ blue 16

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

Shades of Rust #BE4D10

Tints of Rust #BE4D10

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.21%

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

R = 67.14%
G = 27.21%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE4D10 (or 0xBE4D10) is known color: Rust. HEX triplet: BE, 4D and 10. RGB value is (190,77,16). Sum of RGB (Red+Green+Blue) = 190+77+16=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE4D10 is #41B2EF. Grayscale: #686868. Windows color (decimal): -4305648 or 1068478. OLE color: 1068478.

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

Color convert

RGB 190 77 16 -
CMYK 0 0.59 0.92 0.25
HSL 21.03º 0.84% 0.4% -
HSV(B) 21.03º 0.92% 0.75% -
XYZ 23.98 16.29 2.37 -
YUV 103.83 78.44 189.46 -
System Red Green Blue C M Y K H S L
Decimal 190 77 16 0 0.59 0.92 0.25 21.03 0.84 0.4
Hex BE 4D 10 0 3B 5C 19 15 54 28
Octal 276 115 20 0 73 134 31 25 124 50
Binary 10111110 1001101 10000 0 111011 1011100 11001 10101 1010100 101000

Color Harmonies of #BE4D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4D10

Black with #BE4D10

Text Example


Text Example

White with #BE4D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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