Html Css Color HEX #BE4110 Rust

📋 copy color: '#BE4110'

red 190 ◦ green 65 ◦ blue 16

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

Shades of Rust #BE4110

Tints of Rust #BE4110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.99%

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

R = 70.11%
G = 23.99%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE4110 (or 0xBE4110) is known color: Rust. HEX triplet: BE, 41 and 10. RGB value is (190,65,16). Sum of RGB (Red+Green+Blue) = 190+65+16=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4110 is #41BEEF. Grayscale: #616161. Windows color (decimal): -4308720 or 1065406. OLE color: 1065406.

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

Color convert

RGB 190 65 16 -
CMYK 0 0.66 0.92 0.25
HSL 16.9º 0.84% 0.4% -
HSV(B) 16.9º 0.92% 0.75% -
XYZ 23.22 14.77 2.12 -
YUV 96.79 82.41 194.48 -
System Red Green Blue C M Y K H S L
Decimal 190 65 16 0 0.66 0.92 0.25 16.9 0.84 0.4
Hex BE 41 10 0 42 5C 19 11 54 28
Octal 276 101 20 0 102 134 31 21 124 50
Binary 10111110 1000001 10000 0 1000010 1011100 11001 10001 1010100 101000

Color Harmonies of #BE4110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4110

Black with #BE4110

Text Example


Text Example

White with #BE4110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4110; }

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

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

background-color css

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

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

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

border-color css

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

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

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