Html Css Color HEX #BE4211 Rust

📋 copy color: '#BE4211'

red 190 ◦ green 66 ◦ blue 17

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

Shades of Rust #BE4211

Tints of Rust #BE4211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.18%

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

R = 69.6%
G = 24.18%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE4211 (or 0xBE4211) is known color: Rust. HEX triplet: BE, 42 and 11. RGB value is (190,66,17). Sum of RGB (Red+Green+Blue) = 190+66+17=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4211 is #41BDEE. Grayscale: #616161. Windows color (decimal): -4308463 or 1131198. OLE color: 1131198.

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

Color convert

RGB 190 66 17 -
CMYK 0 0.65 0.91 0.25
HSL 16.99º 0.84% 0.41% -
HSV(B) 16.99º 0.91% 0.75% -
XYZ 23.28 14.88 2.18 -
YUV 97.49 82.58 193.98 -
System Red Green Blue C M Y K H S L
Decimal 190 66 17 0 0.65 0.91 0.25 16.99 0.84 0.41
Hex BE 42 11 0 41 5B 19 11 54 29
Octal 276 102 21 0 101 133 31 21 124 51
Binary 10111110 1000010 10001 0 1000001 1011011 11001 10001 1010100 101001

Color Harmonies of #BE4211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4211

Black with #BE4211

Text Example


Text Example

White with #BE4211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4211; }

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

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

background-color css

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

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

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

border-color css

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

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

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