Html Css Color HEX #BE4014 Rust

📋 copy color: '#BE4014'

red 190 ◦ green 64 ◦ blue 20

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

Shades of Rust #BE4014

Tints of Rust #BE4014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.36%

 BLUE value IS 20 (8.2% from 255) = 7.3%

R = 69.34%
G = 23.36%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE4014 (or 0xBE4014) is known color: Rust. HEX triplet: BE, 40 and 14. RGB value is (190,64,20). Sum of RGB (Red+Green+Blue) = 190+64+20=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4014 is #41BFEB. Grayscale: #606060. Windows color (decimal): -4308972 or 1327294. OLE color: 1327294.

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

Color convert

RGB 190 64 20 -
CMYK 0 0.66 0.89 0.25
HSL 15.53º 0.81% 0.41% -
HSV(B) 15.53º 0.89% 0.75% -
XYZ 23.19 14.66 2.27 -
YUV 96.66 84.74 194.58 -
System Red Green Blue C M Y K H S L
Decimal 190 64 20 0 0.66 0.89 0.25 15.53 0.81 0.41
Hex BE 40 14 0 42 59 19 10 51 29
Octal 276 100 24 0 102 131 31 20 121 51
Binary 10111110 1000000 10100 0 1000010 1011001 11001 10000 1010001 101001

Color Harmonies of #BE4014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4014

Black with #BE4014

Text Example


Text Example

White with #BE4014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4014; }

 p { color: rgb(190,64,20); }

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

background-color css

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

 a { background-color: rgb(190,64,20); }

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

border-color css

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

 span { border-color: rgb(190,64,20); }

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