Html Css Color HEX #BE4514 Rust

📋 copy color: '#BE4514'

red 190 ◦ green 69 ◦ blue 20

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

Shades of Rust #BE4514

Tints of Rust #BE4514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.73%

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

R = 68.1%
G = 24.73%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE4514 (or 0xBE4514) is known color: Rust. HEX triplet: BE, 45 and 14. RGB value is (190,69,20). Sum of RGB (Red+Green+Blue) = 190+69+20=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4514 is #41BAEB. Grayscale: #636363. Windows color (decimal): -4307692 or 1328574. OLE color: 1328574.

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

Color convert

RGB 190 69 20 -
CMYK 0 0.64 0.89 0.25
HSL 17.29º 0.81% 0.41% -
HSV(B) 17.29º 0.89% 0.75% -
XYZ 23.49 15.25 2.37 -
YUV 99.59 83.09 192.48 -
System Red Green Blue C M Y K H S L
Decimal 190 69 20 0 0.64 0.89 0.25 17.29 0.81 0.41
Hex BE 45 14 0 40 59 19 11 51 29
Octal 276 105 24 0 100 131 31 21 121 51
Binary 10111110 1000101 10100 0 1000000 1011001 11001 10001 1010001 101001

Color Harmonies of #BE4514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4514

Black with #BE4514

Text Example


Text Example

White with #BE4514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4514; }

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

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

background-color css

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

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

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

border-color css

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

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

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