Html Css Color HEX #BE460B Rust

📋 copy color: '#BE460B'

red 190 ◦ green 70 ◦ blue 11

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

Shades of Rust #BE460B

Tints of Rust #BE460B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.83%

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

R = 70.11%
G = 25.83%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE460B (or 0xBE460B) is known color: Rust. HEX triplet: BE, 46 and 0B. RGB value is (190,70,11). Sum of RGB (Red+Green+Blue) = 190+70+11=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE460B is #41B9F4. Grayscale: #636363. Windows color (decimal): -4307445 or 739006. OLE color: 739006.

HSL color Cylindrical-coordinate representation of color #BE460B: hue angle of 19.78º 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 #BE460B is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 70 11 -
CMYK 0 0.63 0.94 0.25
HSL 19.78º 0.89% 0.39% -
HSV(B) 19.78º 0.94% 0.75% -
XYZ 23.49 15.35 2.04 -
YUV 99.15 78.26 192.8 -
System Red Green Blue C M Y K H S L
Decimal 190 70 11 0 0.63 0.94 0.25 19.78 0.89 0.39
Hex BE 46 B 0 3F 5E 19 14 59 27
Octal 276 106 13 0 77 136 31 24 131 47
Binary 10111110 1000110 1011 0 111111 1011110 11001 10100 1011001 100111

Color Harmonies of #BE460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE460B

Black with #BE460B

Text Example


Text Example

White with #BE460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE460B; }

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

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

background-color css

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

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

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

border-color css

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

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

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