Html Css Color HEX #BE390D Rust

📋 copy color: '#BE390D'

red 190 ◦ green 57 ◦ blue 13

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

Shades of Rust #BE390D

Tints of Rust #BE390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.92%

 BLUE value IS 13 (5.47% from 255) = 5%

R = 73.08%
G = 21.92%
B = 5%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE390D (or 0xBE390D) is known color: Rust. HEX triplet: BE, 39 and 0D. RGB value is (190,57,13). Sum of RGB (Red+Green+Blue) = 190+57+13=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE390D is #41C6F2. Grayscale: #5C5C5C. Windows color (decimal): -4310771 or 866750. OLE color: 866750.

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

Color convert

RGB 190 57 13 -
CMYK 0 0.7 0.93 0.25
HSL 14.92º 0.87% 0.4% -
HSV(B) 14.92º 0.93% 0.75% -
XYZ 22.77 13.9 1.86 -
YUV 91.75 83.56 198.08 -
System Red Green Blue C M Y K H S L
Decimal 190 57 13 0 0.7 0.93 0.25 14.92 0.87 0.4
Hex BE 39 D 0 46 5D 19 F 57 28
Octal 276 71 15 0 106 135 31 17 127 50
Binary 10111110 111001 1101 0 1000110 1011101 11001 1111 1010111 101000

Color Harmonies of #BE390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE390D

Black with #BE390D

Text Example


Text Example

White with #BE390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE390D; }

 p { color: rgb(190,57,13); }

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

background-color css

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

 a { background-color: rgb(190,57,13); }

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

border-color css

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

 span { border-color: rgb(190,57,13); }

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