Html Css Color HEX #BE460C Rust

📋 copy color: '#BE460C'

red 190 ◦ green 70 ◦ blue 12

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

Shades of Rust #BE460C

Tints of Rust #BE460C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.41%

R = 69.85%
G = 25.74%
B = 4.41%

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

#BE460C (or 0xBE460C) is known color: Rust. HEX triplet: BE, 46 and 0C. RGB value is (190,70,12). Sum of RGB (Red+Green+Blue) = 190+70+12=272 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.85% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 190 - color contains mainly: red. Hex color #BE460C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE460C is #41B9F3. Grayscale: #636363. Windows color (decimal): -4307444 or 804542. OLE color: 804542.

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

Color convert

RGB 190 70 12 -
CMYK 0 0.63 0.94 0.25
HSL 19.55º 0.88% 0.4% -
HSV(B) 19.55º 0.94% 0.75% -
XYZ 23.49 15.35 2.07 -
YUV 99.27 78.76 192.72 -
System Red Green Blue C M Y K H S L
Decimal 190 70 12 0 0.63 0.94 0.25 19.55 0.88 0.4
Hex BE 46 C 0 3F 5E 19 14 58 28
Octal 276 106 14 0 77 136 31 24 130 50
Binary 10111110 1000110 1100 0 111111 1011110 11001 10100 1011000 101000

Color Harmonies of #BE460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE460C

Black with #BE460C

Text Example


Text Example

White with #BE460C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE460C; }

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

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

background-color css

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

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

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

border-color css

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

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

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