Html Css Color HEX #BE4A1F Rust

📋 copy color: '#BE4A1F'

red 190 ◦ green 74 ◦ blue 31

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

Shades of Rust #BE4A1F

Tints of Rust #BE4A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.08%

 BLUE value IS 31 (12.5% from 255) = 10.51%

R = 64.41%
G = 25.08%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE4A1F (or 0xBE4A1F) is known color: Rust. HEX triplet: BE, 4A and 1F. RGB value is (190,74,31). Sum of RGB (Red+Green+Blue) = 190+74+31=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A1F is #41B5E0. Grayscale: #686868. Windows color (decimal): -4306401 or 2050750. OLE color: 2050750.

HSL color Cylindrical-coordinate representation of color #BE4A1F: hue angle of 16.23º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE4A1F is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 74 31 -
CMYK 0 0.61 0.84 0.25
HSL 16.23º 0.72% 0.43% -
HSV(B) 16.23º 0.84% 0.75% -
XYZ 23.93 15.94 3.11 -
YUV 103.78 86.93 189.5 -
System Red Green Blue C M Y K H S L
Decimal 190 74 31 0 0.61 0.84 0.25 16.23 0.72 0.43
Hex BE 4A 1F 0 3D 54 19 10 48 2B
Octal 276 112 37 0 75 124 31 20 110 53
Binary 10111110 1001010 11111 0 111101 1010100 11001 10000 1001000 101011

Color Harmonies of #BE4A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4A1F

Black with #BE4A1F

Text Example


Text Example

White with #BE4A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4A1F; }

 p { color: rgb(190,74,31); }

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

background-color css

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

 a { background-color: rgb(190,74,31); }

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

border-color css

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

 span { border-color: rgb(190,74,31); }

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