Html Css Color HEX #BE5013 Rust

📋 copy color: '#BE5013'

red 190 ◦ green 80 ◦ blue 19

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

Shades of Rust #BE5013

Tints of Rust #BE5013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.57%

R = 65.74%
G = 27.68%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BE5013 (or 0xBE5013) is known color: Rust. HEX triplet: BE, 50 and 13. RGB value is (190,80,19). Sum of RGB (Red+Green+Blue) = 190+80+19=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5013 is #41AFEC. Grayscale: #6A6A6A. Windows color (decimal): -4304877 or 1265854. OLE color: 1265854.

HSL color Cylindrical-coordinate representation of color #BE5013: hue angle of 21.4º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE5013 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 80 19 -
CMYK 0 0.58 0.90 0.25
HSL 21.4º 0.82% 0.41% -
HSV(B) 21.4º 0.9% 0.75% -
XYZ 24.22 16.73 2.57 -
YUV 105.94 78.94 187.96 -
System Red Green Blue C M Y K H S L
Decimal 190 80 19 0 0.58 0.90 0.25 21.4 0.82 0.41
Hex BE 50 13 0 3A 5A 19 15 52 29
Octal 276 120 23 0 72 132 31 25 122 51
Binary 10111110 1010000 10011 0 111010 1011010 11001 10101 1010010 101001

Color Harmonies of #BE5013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5013

Black with #BE5013

Text Example


Text Example

White with #BE5013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5013; }

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

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

background-color css

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

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

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

border-color css

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

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

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