Html Css Color HEX #BE5019 Rust

📋 copy color: '#BE5019'

red 190 ◦ green 80 ◦ blue 25

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

Shades of Rust #BE5019

Tints of Rust #BE5019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.12%

 BLUE value IS 25 (10.16% from 255) = 8.47%

R = 64.41%
G = 27.12%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE5019 (or 0xBE5019) is known color: Rust. HEX triplet: BE, 50 and 19. RGB value is (190,80,25). Sum of RGB (Red+Green+Blue) = 190+80+25=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5019 is #41AFE6. Grayscale: #6A6A6A. Windows color (decimal): -4304871 or 1659070. OLE color: 1659070.

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

Color convert

RGB 190 80 25 -
CMYK 0 0.58 0.87 0.25
HSL 20º 0.77% 0.42% -
HSV(B) 20º 0.87% 0.75% -
XYZ 24.28 16.75 2.87 -
YUV 106.62 81.94 187.47 -
System Red Green Blue C M Y K H S L
Decimal 190 80 25 0 0.58 0.87 0.25 20 0.77 0.42
Hex BE 50 19 0 3A 57 19 14 4D 2A
Octal 276 120 31 0 72 127 31 24 115 52
Binary 10111110 1010000 11001 0 111010 1010111 11001 10100 1001101 101010

Color Harmonies of #BE5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5019

Black with #BE5019

Text Example


Text Example

White with #BE5019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5019; }

 p { color: rgb(190,80,25); }

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

background-color css

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

 a { background-color: rgb(190,80,25); }

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

border-color css

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

 span { border-color: rgb(190,80,25); }

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