Html Css Color HEX #BE390B Rust

📋 copy color: '#BE390B'

red 190 ◦ green 57 ◦ blue 11

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

Shades of Rust #BE390B

Tints of Rust #BE390B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.26%

R = 73.64%
G = 22.09%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE390B (or 0xBE390B) is known color: Rust. HEX triplet: BE, 39 and 0B. RGB value is (190,57,11). Sum of RGB (Red+Green+Blue) = 190+57+11=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE390B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE390B is #41C6F4. Grayscale: #5B5B5B. Windows color (decimal): -4310773 or 735678. OLE color: 735678.

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

Color convert

RGB 190 57 11 -
CMYK 0 0.7 0.94 0.25
HSL 15.42º 0.89% 0.39% -
HSV(B) 15.42º 0.94% 0.75% -
XYZ 22.76 13.9 1.8 -
YUV 91.52 82.56 198.24 -
System Red Green Blue C M Y K H S L
Decimal 190 57 11 0 0.7 0.94 0.25 15.42 0.89 0.39
Hex BE 39 B 0 46 5E 19 F 59 27
Octal 276 71 13 0 106 136 31 17 131 47
Binary 10111110 111001 1011 0 1000110 1011110 11001 1111 1011001 100111

Color Harmonies of #BE390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE390B

Black with #BE390B

Text Example


Text Example

White with #BE390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE390B; }

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

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

background-color css

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

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

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

border-color css

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

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

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