Html Css Color HEX #BE4D1A Rust

📋 copy color: '#BE4D1A'

red 190 ◦ green 77 ◦ blue 26

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

Shades of Rust #BE4D1A

Tints of Rust #BE4D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.87%

R = 64.85%
G = 26.28%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE4D1A (or 0xBE4D1A) is known color: Rust. HEX triplet: BE, 4D and 1A. RGB value is (190,77,26). Sum of RGB (Red+Green+Blue) = 190+77+26=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D1A is #41B2E5. Grayscale: #696969. Windows color (decimal): -4305638 or 1723838. OLE color: 1723838.

HSL color Cylindrical-coordinate representation of color #BE4D1A: hue angle of 18.66º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE4D1A is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 77 26 -
CMYK 0 0.59 0.86 0.25
HSL 18.66º 0.76% 0.42% -
HSV(B) 18.66º 0.86% 0.75% -
XYZ 24.08 16.33 2.86 -
YUV 104.97 83.44 188.65 -
System Red Green Blue C M Y K H S L
Decimal 190 77 26 0 0.59 0.86 0.25 18.66 0.76 0.42
Hex BE 4D 1A 0 3B 56 19 13 4C 2A
Octal 276 115 32 0 73 126 31 23 114 52
Binary 10111110 1001101 11010 0 111011 1010110 11001 10011 1001100 101010

Color Harmonies of #BE4D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4D1A

Black with #BE4D1A

Text Example


Text Example

White with #BE4D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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